aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-08-02 09:16:49 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-02 23:06:28 +0100
commitca69f0206f14f76210ee021cd8282334778fa14b (patch)
tree2bbed30fbc97036a8d38f7d9ff244903933ee27c /conf
parent77dcfaecc009479f3d7e1b182992ba6527af64cf (diff)
downloadmeta-handheld-ca69f0206f14f76210ee021cd8282334778fa14b.tar.gz
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 <andrea.adami@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/zaurus.inc6
1 files changed, 3 insertions, 3 deletions
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"