From ca69f0206f14f76210ee021cd8282334778fa14b Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 2 Aug 2012 09:16:49 +0200 Subject: zaurus.inc: ensure formfactor is installed in every image * formfactor.bbappend of meta-handheld will provide rotation reading for psplash. * This will be removed once formfactor will be a runtime dependency * of oe-core's psplash. Signed-off-by: Andrea Adami --- conf/machine/include/zaurus.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/zaurus.inc b/conf/machine/include/zaurus.inc index 899664a..cfcee14 100644 --- a/conf/machine/include/zaurus.inc +++ b/conf/machine/include/zaurus.inc @@ -110,8 +110,8 @@ MACHINE_EXTRA_RDEPENDS_collie = "zaurusd" # If set here, each image will also build linux-yocto-tiny-kexecboot and the updater # EXTRA_IMAGEDEPENDS += "zaurus-installer" -# Install /boot/boot.cfg in target images -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg " +# Install /boot/boot.cfg in target images and formfactor (psplash checks rotation) +MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS_append = " kexecboot-cfg formfactor" # Install kernel and symlink in /boot -MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " kernel-base kernel-image " +MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " kernel-base kernel-image" -- cgit 1.2.3-korg