aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-22 16:41:21 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-22 16:32:15 +0000
commitf91d7bc58d166422529cac3dcbbe509c71efcd3f (patch)
treeed35916ea55dfeef733afd6a57420ad0a9ffa427 /conf
parent7e17fd80927b4af06ad40dcb97bfde2dea6da6c9 (diff)
downloadmeta-handheld-f91d7bc58d166422529cac3dcbbe509c71efcd3f.tar.gz
conf/machine/h3600: make kernel and /boot/params essential
Use MACHINE_EXTRA_ESSENTIAL_RDEPENDS to ensure that the kernel image and ipaq-boot-params get installed for any image (including core-image-minimal). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/h3600.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf
index 2c94529..a7faa65 100644
--- a/conf/machine/h3600.conf
+++ b/conf/machine/h3600.conf
@@ -23,7 +23,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux"
PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
-MACHINE_EXTRA_RDEPENDS = "ipaq-boot-params"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel ipaq-boot-params"
MACHINE_EXTRA_RRECOMMENDS = "\
kernel-module-micro"