diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2006-08-29 13:50:13 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2006-08-29 13:50:13 +0000 |
| commit | 82eed0ff80f86d1b78c8c0ce06fa0689a81be555 (patch) | |
| tree | 244cd59f68c4580aa4912d1717edf19ed9ddd50d /packages | |
| parent | 9a45407127c761f0740f0c26a5995ee99e09a42f (diff) | |
| parent | 51497027c61550d72a994ad3161e45f66e8a81bd (diff) | |
merge of b20c3c5a8f28ed4e47ac9afd5626ef9138ad0c95
and b7799ca5f38be5d5b31eafe3229e04bd95f48e05
Diffstat (limited to 'packages')
| -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 |
