pandora: add 3.2 kernel as a package
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 5 Mar 2013 22:48:18 +0000 (00:48 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 5 Mar 2013 22:48:18 +0000 (00:48 +0200)
recipes/images/pandora-xfce-image.bb
recipes/tasks/task-pandora-core.bb

index 29e1fe1..53af111 100755 (executable)
@@ -6,7 +6,7 @@ IMAGE_LINGUAS = "de-de fr-fr en-gb en-us es-es"
 
 inherit image
 
-PR = "r25"
+PR = "r26"
 
 export IMAGE_BASENAME = "pandora-xfce-image"
 
@@ -38,6 +38,5 @@ ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '$a S0:2345:once:/sbin/getty 115200 tty
 ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '$a O2:2345:once:/sbin/getty 115200 ttyO2' ${IMAGE_ROOTFS}/${sysconfdir}/inittab;"
 ROOTFS_POSTPROCESS_COMMAND += "sed -i -e '/ttyS2/a ttyO2' ${IMAGE_ROOTFS}/${sysconfdir}/securetty;"
 
-# temporary hack for new kernel test
-ROOTFS_POSTPROCESS_COMMAND += "if [ -e ${HOME}/oe_rootfs_extra.tar.bz2 ]; then tar -C ${IMAGE_ROOTFS}/ -xvf ${HOME}/oe_rootfs_extra.tar.bz2; fi;"
+# call a script to generate flashes tools automatically
 ROOTFS_POSTPROCESS_COMMAND += "if [ -e ${HOME}/oe_make_bootf/do.sh ]; then ${HOME}/oe_make_bootf/do.sh ${IMAGE_ROOTFS} ${DEPLOY_DIR_IMAGE}; fi;"
index d6e876e..7b50712 100755 (executable)
@@ -5,7 +5,7 @@ DESCRIPTION = "Task file for default core/console apps and libs in the Pandora i
 
 # Don't forget to bump the PR if you change it.
 
-PR = "r36"
+PR = "r37"
 
 inherit task 
 
@@ -152,6 +152,7 @@ RDEPENDS_${PN} = "\
 #  angstrom-zeroconf-audio \
   angstrom-led-config \ 
   ntpdate \ 
+  omap3-pandora-kernel2 \
 "
 
 # Make sure we install all kernel modules with the Pandora images