From dc115b9b6416a6f417c76088e7d43f08f6697d5e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 12 Feb 2010 14:45:17 +0100 Subject: shr-image: move some stuff from task-shr-minimal to task-shr, drop unneeded and make shr-lite-images smaller Signed-off-by: Martin Jansa --- recipes/images/shr-image.bb | 2 ++ recipes/images/shr-image.inc | 8 +------- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'recipes/images') diff --git a/recipes/images/shr-image.bb b/recipes/images/shr-image.bb index e889f2dfb9..23f4f64e4c 100644 --- a/recipes/images/shr-image.bb +++ b/recipes/images/shr-image.bb @@ -7,12 +7,14 @@ RDEPENDS += "\ task-shr-apps \ task-shr-games \ task-shr-gtk \ + task-shr-cli \ " IMAGE_INSTALL += "\ task-shr-apps \ task-shr-games \ task-shr-gtk \ + task-shr-cli \ " # perform some SHR convenience tweaks to the rootfs diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc index bbda84d93b..f06d86b429 100644 --- a/recipes/images/shr-image.inc +++ b/recipes/images/shr-image.inc @@ -3,7 +3,7 @@ #------------------------------------------------------ PV = "2.0" -PR = "r10" +PR = "r11" DEPENDS += "task-shr-minimal" @@ -130,7 +130,6 @@ shr_rootfs_gta02_postprocess() { cd ${IMAGE_ROOTFS}/boot ln -s uImage uImage-GTA02.bin cd $curdir - #sed -i 's/#SCORouting=PCM/SCORouting=PCM/' ${IMAGE_ROOTFS}/etc/bluetooth/audio.conf } shr_rootfs_gta01_postprocess() { @@ -139,14 +138,9 @@ shr_rootfs_gta01_postprocess() { cd ${IMAGE_ROOTFS}/boot ln -s uImage uImage-GTA01.bin cd $curdir - #sed -i 's/#SCORouting=PCM/SCORouting=PCM/' ${IMAGE_ROOTFS}/etc/bluetooth/audio.conf } ROOTFS_POSTPROCESS_COMMAND += " shr_rootfs_postprocess" ROOTFS_POSTPROCESS_COMMAND_append_om-gta02 = ";shr_rootfs_gta02_postprocess" ROOTFS_POSTPROCESS_COMMAND_append_om-gta01 = ";shr_rootfs_gta01_postprocess" - -#do_testlab() { -# : -#} -- cgit v1.2.3