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.inc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes/images/shr-image.inc') 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 1.2.3-korg