[oe] [PATCH v2] distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.
Filip Zyzniewski
filip.zyzniewski at gmail.com
Sat Feb 12 08:29:54 UTC 2011
tslib and dialog should be pulled in by appropiate dependencies and
wireless-tools comes from wifi in DISTRO_FEATURES.
Signed-off-by: Filip Zyzniewski <filip.zyzniewski at gmail.com>
---
conf/distro/jlime-2010.1.conf | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf
index 2bc3d10..a3ec20e 100644
--- a/conf/distro/jlime-2010.1.conf
+++ b/conf/distro/jlime-2010.1.conf
@@ -23,8 +23,7 @@ OVERRIDES .= ":jlime"
#
# What we want on the bootstrap image (extra)
#
-DISTRO_EXTRA_RDEPENDS = "wireless-tools nano keymaps tslib-calibrate \
- console-tools tslib-tests dialog"
+DISTRO_EXTRA_RDEPENDS = "nano keymaps console-tools"
#
# Our Image files should look abit better.
@@ -67,7 +66,7 @@ TARGET_FPU_armeb = "soft"
TARGET_FPU_mipsel = "soft"
TARGET_FPU_mips = "soft"
-DISTRO_FEATURES += " eabi "
+DISTRO_FEATURES += "eabi wifi"
LIBC ?= "eglibc"
PREFERRED_PROVIDER_virtual/libc = "${LIBC}"
--
1.7.1
More information about the Openembedded-devel
mailing list