summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/epia.conf4
-rw-r--r--conf/machine/handheld-common.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf
index ed74c94c6b..03a9c532d3 100644
--- a/conf/machine/epia.conf
+++ b/conf/machine/epia.conf
@@ -2,8 +2,8 @@ TARGET_ARCH = "i686"
TARGET_VENDOR = "-oe"
PREFERRED_PROVIDER_virtual/kernel = "linux-epia"
IMAGE_FSTYPE = "ext2.gz"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools strace"
-BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools"
+BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules"
udevdir = "/dev"
OLDEST_KERNEL = "2.6.5"
GLIBC_ADDONS = "nptl"
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf
index 0d77f776f4..c606b13975 100644
--- a/conf/machine/handheld-common.conf
+++ b/conf/machine/handheld-common.conf
@@ -17,8 +17,8 @@ input uinput \
"
# Configuration bits for "generic handheld"
-BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl"
+BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl lrzsz"
BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl ${@linux_module_packages('${HANDHELD_MODULES}')}"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan hostap-wpa-supplicant-nossl lrzsz ${@linux_module_packages('${HANDHELD_MODULES}')}"
INHERIT += "linux_modules"