[oe-commits] org.oe.dev linux-omap1_2.6.x+git.bb: Clean up file, eliminate unecessary operations.

crofton commit openembedded-commits at lists.openembedded.org
Tue Aug 29 12:41:49 UTC 2006


linux-omap1_2.6.x+git.bb: Clean up file, eliminate unecessary operations.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 249b7bb84d2f217e9e03a60cdbeb55cc0d179e03
ViewMTN: http://monotone.openembedded.org/revision.psp?id=249b7bb84d2f217e9e03a60cdbeb55cc0d179e03
Files:
1
packages/linux/linux-omap1_2.6.x+git.bb
Diffs:

#
# mt diff -r66f4e0ab9111d2b6004a362cd4ce9ada04063719 -r249b7bb84d2f217e9e03a60cdbeb55cc0d179e03
#
# 
# 
# patch "packages/linux/linux-omap1_2.6.x+git.bb"
#  from [8724c35f9822e3dc97edd56cf9ba045981845811]
#    to [6bfe3f6b4f886cc59cf29b1fc6b70699432aa3db]
# 
============================================================
--- packages/linux/linux-omap1_2.6.x+git.bb	8724c35f9822e3dc97edd56cf9ba045981845811
+++ packages/linux/linux-omap1_2.6.x+git.bb	6bfe3f6b4f886cc59cf29b1fc6b70699432aa3db
@@ -9,25 +9,20 @@ KERNEL_OUTPUT = "arch/${ARCH}/boot/compr
 
 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
                 install -d ${DEPLOY_DIR_IMAGE}






More information about the Openembedded-commits mailing list