linux-omap1_2.6.x+git.bb: Clean up file, eliminate unecessary operations.
authorPhilip Balister <philip@balister.org>
Tue, 29 Aug 2006 12:36:57 +0000 (12:36 +0000)
committerPhilip Balister <philip@balister.org>
Tue, 29 Aug 2006 12:36:57 +0000 (12:36 +0000)
packages/linux/linux-omap1_2.6.x+git.bb

index 9e499c7..7a5ff66 100644 (file)
@@ -9,24 +9,19 @@ S = "${WORKDIR}/git"
 
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_OUTPUT = "arch/${ARCH}/boot/compressed/${KERNEL_IMAGETYPE}"
-#KERNEL_CCSUFFIX = "-4.1.1"
 
 DEPENDS = "u-boot"
 
 inherit kernel
 
-# GIT does not have the UTS_RELEASE in version.h used to find the kernel version
-KERNEL_RELEASE = "2.6.17"
-
 COMPATIBLE_HOST = 'arm.*-linux'
 
 do_configure_prepend() {
         if [ "${MACHINE}" == "omap5912osk" ] ; then
-                 make omap_osk_5912_defconfig
+                 oe_runmake omap_osk_5912_defconfig
         fi
-        
-        oe_runmake oldconfig
-}
+
+}        
 
 do_deploy() {
         if [ "${MACHINE}" == "omap5912osk" ]; then