From f91d7bc58d166422529cac3dcbbe509c71efcd3f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 22 Jan 2012 16:41:21 +0000 Subject: 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 --- conf/machine/h3600.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') 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" -- cgit 1.2.3-korg