[oe-commits] org.oe.dev linux-dht-walnut: first stab at converting it to a more generic recipe

koen commit openembedded-commits at lists.openembedded.org
Wed Dec 26 12:19:44 UTC 2007


linux-dht-walnut: first stab at converting it to a more generic recipe

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 8f4f4a96be49747ae2c3c51e51854655b4fc65b6
ViewMTN: http://monotone.openembedded.org/revision/info/8f4f4a96be49747ae2c3c51e51854655b4fc65b6
Files:
1
packages/linux/linux-dht-walnut-2.6.20/dht-walnut_defconfig
packages/linux/linux-dht-walnut-2.6.20/dht-walnut/defconfig
packages/linux/linux-dht-walnut-2.6.20/dht-walnut
packages/linux/linux-dht-walnut_2.6.20.bb
Diffs:

#
# mt diff -redd8ed22ff2a3675b70d713206fc2e677d27811a -r8f4f4a96be49747ae2c3c51e51854655b4fc65b6
#
# 
# 
# rename "packages/linux/linux-dht-walnut-2.6.20/dht-walnut_defconfig"
#     to "packages/linux/linux-dht-walnut-2.6.20/dht-walnut/defconfig"
# 
# add_dir "packages/linux/linux-dht-walnut-2.6.20/dht-walnut"
# 
# patch "packages/linux/linux-dht-walnut_2.6.20.bb"
#  from [62bdf8a25e2c69fa6d78f11a236567cc8e3205ea]
#    to [e5816104c0cc5c15e529f5e0d60970d176df3b7c]
# 
============================================================
--- packages/linux/linux-dht-walnut_2.6.20.bb	62bdf8a25e2c69fa6d78f11a236567cc8e3205ea
+++ packages/linux/linux-dht-walnut_2.6.20.bb	e5816104c0cc5c15e529f5e0d60970d176df3b7c
@@ -1,36 +1,25 @@
 # Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
-SECTION = "kernel"
+require linux.inc
+
 DESCRIPTION = "Linux kernel for DHT-Walnut (ppc)  machine"
-LICENSE = "GPL"
-PR = "r3"
+
+PR = "r4"
 DEPENDS = "u-boot"
 
 COMPATIBLE_MACHINE = "dht-walnut"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
-           file://dht-walnut_defconfig"
+           file://defconfig"
 
-
 S = "${WORKDIR}/linux-${PV}"
 
-inherit kernel
-
-
 FILES_kernel-image = "/boot/zImage.elf"
 
 export OS = "Linux"
 ARCH = "ppc"
 KERNEL_OUTPUT = "arch/ppc/boot/images/zImage.elf"
 
-
-
-
-do_configure_prepend() {
-	install -m 0644 ${WORKDIR}/dht-walnut_defconfig ${S}/.config
-}
-
-
 do_stage_append () {
 #need ppc platforms includes + friends in order for external kernel modules to compile as headers as still split
 
@@ -42,24 +31,11 @@ do_stage_append () {
        cp -a include/asm-ppc ${STAGING_KERNEL_DIR}/include/
 }
 
-
-
-
-
 do_install_append () {
         install -d  ${DEPLOY_DIR_IMAGE}
         install -m 0755 arch/ppc/boot/images/zImage.elf \ 
                 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${PV}-${MACHINE}-${DATETIME}.elf
         install -m 0755 vmlinux ${DEPLOY_DIR_IMAGE}/
-        powerpc${TARGET_VENDOR}-${TARGET_OS}-objcopy -O binary -R .note -R .comment -S \ 
-               ${DEPLOY_DIR_IMAGE}/vmlinux ${DEPLOY_DIR_IMAGE}/linux.bin
-        gzip -f -9 ${DEPLOY_DIR_IMAGE}/linux.bin
-        mkimage -A ppc -O linux -T kernel -C gzip -a 0 -e 0 -n "ppc405"+${PV} -d ${DEPLOY_DIR_IMAGE}/linux.bin.gz \ 
-                ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${MACHINE}-${DATETIME}.bin        
-        rm ${DEPLOY_DIR_IMAGE}/vmlinux
-        rm ${DEPLOY_DIR_IMAGE}/linux.bin.gz
-
-
 }
 
 






More information about the Openembedded-commits mailing list