omap3-pandora-kernel: remove postinst script from old 2.6 kernel
authorGrazvydas Ignotas <notasas@gmail.com>
Fri, 28 Nov 2014 01:54:43 +0000 (03:54 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 28 Nov 2014 01:55:32 +0000 (03:55 +0200)
recipes/linux/linux.inc
recipes/linux/omap3-pandora-kernel_2.6.27-pandora.bb

index 3b2da6c..9931bdb 100755 (executable)
@@ -240,11 +240,12 @@ do_devicetree_image() {
 
 addtask devicetree_image after do_install before do_package do_deploy
 
 
 addtask devicetree_image after do_install before do_package do_deploy
 
-pkg_postinst_kernel-devicetree () {
-       cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/devicetree devicetree devicetree-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
-}
-
-pkg_postrm_kernel-devicetree () {
-       cd /${KERNEL_IMAGEDEST}; update-alternatives --remove devicetree devicetree-${KERNEL_VERSION} || true
-}
+# pandora uses different method for this..
+#pkg_postinst_kernel-devicetree () {
+#      cd /${KERNEL_IMAGEDEST}; update-alternatives --install /${KERNEL_IMAGEDEST}/devicetree devicetree devicetree-${KERNEL_VERSION} ${KERNEL_PRIORITY} || true
+#}
+
+#pkg_postrm_kernel-devicetree () {
+#      cd /${KERNEL_IMAGEDEST}; update-alternatives --remove devicetree devicetree-${KERNEL_VERSION} || true
+#}
 
 
index 4d7ff6e..809a721 100755 (executable)
@@ -5,7 +5,7 @@ KERNEL_IMAGETYPE = "uImage"
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-SRCREV = "2da1fbc0748b3629d04e32e99a67860d107e5dd5"
+SRCREV = "882c74969cb0d0aa7f16bc0484b39cbc60dc78d6"
 
 SRC_URI = " \
            git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \
 
 SRC_URI = " \
            git://git.openpandora.org/pandora-kernel.git;protocol=git;branch=pandora-27-omap1 \
@@ -13,7 +13,7 @@ SRC_URI = " \
 
 # -------------------------------
 
 
 # -------------------------------
 
-PV = "2.6.27-pandora+${PR}+git${SRCREV}.14"
+PV = "2.6.27-pandora+${PR}+git${SRCREV}.15"
 
 SRC_URI_append = " \
            file://defconfig \
 
 SRC_URI_append = " \
            file://defconfig \