From 316c60b31d41c1e6b8e80909a6588a8d3a040777 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sat, 15 Sep 2007 20:26:23 +0000 Subject: omap5912osk.conf : Prevent installation of uImage in /boot. --- conf/machine/omap5912osk.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3 From fbcef11acc6fbd8660650c0da642d121d8bcc128 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sat, 15 Sep 2007 20:26:53 +0000 Subject: gumstix-verdex.conf : Prevent installation of uImage in /boot. --- conf/machine/gumstix-verdex.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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 " -- cgit v1.2.3 From fdaf5543a35faa250e8d726a19f159b9afa26b76 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sat, 15 Sep 2007 20:27:17 +0000 Subject: gumstix-connex.conf : Prevent installation of uImage in /boot. --- conf/machine/gumstix-connex.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3