diff options
author | Philip Balister <philip@balister.org> | 2006-08-29 12:36:57 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2006-08-29 12:36:57 +0000 |
commit | 1bfeca965f47b63f59f09785e1a43cbbc76095b2 (patch) | |
tree | d29d2747dd9a7b0f3cf52e6a04ae71e75edb03b6 /packages/linux/linux-omap1_2.6.x+git.bb | |
parent | f4860e4639923a4f88c48bc138cce089ae5dbf60 (diff) |
linux-omap1_2.6.x+git.bb: Clean up file, eliminate unecessary operations.
Diffstat (limited to 'packages/linux/linux-omap1_2.6.x+git.bb')
-rw-r--r-- | packages/linux/linux-omap1_2.6.x+git.bb | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/packages/linux/linux-omap1_2.6.x+git.bb b/packages/linux/linux-omap1_2.6.x+git.bb index 9e499c7687..7a5ff66af2 100644 --- a/packages/linux/linux-omap1_2.6.x+git.bb +++ b/packages/linux/linux-omap1_2.6.x+git.bb @@ -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 |