diff options
-rw-r--r-- | conf/machine/gumstix-connex.conf | 2 | ||||
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 2 | ||||
-rw-r--r-- | conf/machine/omap5912osk.conf | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf index a431762d0a..5bca152500 100644 --- a/conf/machine/gumstix-connex.conf +++ b/conf/machine/gumstix-connex.conf @@ -1,5 +1,7 @@ require conf/machine/include/gumstix.inc +RDEPENDS_kernel-base = "" + MACHINE_FEATURES += " usbgadget " GUMSTIX_400MHZ = "y" diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf index ab24552646..dc44342e65 100644 --- a/conf/machine/gumstix-verdex.conf +++ b/conf/machine/gumstix-verdex.conf @@ -1,5 +1,7 @@ require conf/machine/include/gumstix.inc +RDEPENDS_kernel-base = "" + PACKAGE_EXTRA_ARCHS += " iwmmxt " MACHINE_FEATURES += " usbhost " diff --git a/conf/machine/omap5912osk.conf b/conf/machine/omap5912osk.conf index 7418054f49..ee476b3602 100644 --- a/conf/machine/omap5912osk.conf +++ b/conf/machine/omap5912osk.conf @@ -25,5 +25,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-module-ide-cs \ kernel-module-nls-base \ kernel-module-vfat" +RDEPENDS_kernel-base = "" + require conf/machine/include/tune-arm926ejs.inc |