tslib and dialog should be pulled in by appropiate dependencies and wireless-tools comes from wifi in DISTRO_FEATURES.
Signed-off-by: Filip Zyzniewski <[email protected]> --- 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 7af9106..8673ffa 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 apt" +DISTRO_EXTRA_RDEPENDS = "nano keymaps console-tools apt" # # Our Image files should look abit better. @@ -68,7 +67,7 @@ TARGET_FPU_armeb = "soft" TARGET_FPU_mipsel = "soft" TARGET_FPU_mips = "soft" -DISTRO_FEATURES += " eabi " +DISTRO_FEATURES += "eabi wifi pcmcia" LIBC ?= "eglibc" PREFERRED_PROVIDER_virtual/libc = "${LIBC}" -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
