diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-18 21:23:49 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-18 21:23:49 +0100 |
commit | 29f344abe8d0564b0bbda49d5fc468666a507a07 (patch) | |
tree | 3415c4763ac5ce0245c5de636d7fad8cec1ff3e2 /recipes/linux/linux_2.6.31.bb | |
parent | 74d2b0a5de1a16d3e86e6b2073039de056f537ef (diff) | |
parent | b33cef056cc338b6be590d34321061a4b508063e (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r-- | recipes/linux/linux_2.6.31.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb index f5dd79b6c9..3f16c0497a 100644 --- a/recipes/linux/linux_2.6.31.bb +++ b/recipes/linux/linux_2.6.31.bb @@ -12,8 +12,6 @@ DEFAULT_PREFERENCE_db1200 = "1" DEFAULT_PREFERENCE_qemumips = "1" DEFAULT_PREFERENCE_qemux86 = "1" DEFAULT_PREFERENCE_iei-nanogx-466 = "1" -DEFAULT_PREFERENCE_ben-nanonote = "1" - SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.9.bz2;patch=1 \ @@ -68,29 +66,6 @@ SRC_URI_append_ep93xx = " \ file://edb9301-fix-machine-id.patch;patch=1 \ " -SRC_URI_append_ben-nanonote = " \ - file://files.patch;patch=1 \ - file://001-core.patch;patch=1 \ - file://050-nand.patch;patch=1 \ - file://051-fb.patch;patch=1 \ - file://052-rtc.patch;patch=1 \ - file://053-adc.patch;patch=1 \ - file://100-battery.patch;patch=1 \ - file://101-mmc.patch;patch=1 \ - file://102-video.patch;patch=1 \ - file://103-lcm.patch;patch=1 \ - file://103-serial.patch;patch=1 \ - file://104-usb.patch;patch=1 \ - file://105-sound.patch;patch=1 \ - file://220-add-2gb-nand-support.patch;patch=1 \ - file://300-jffs2-summery-vmalloc.patch;patch=1 \ - file://400-spi-gpio-3wire.patch;patch=1 \ - file://410-soc-32bit-regs.patch;patch=1 \ - file://500-modifier-keys.patch;patch=1 \ - file://900-add-openwrt-logo.patch;patch=1 \ - file://fix_mips_vmlinux.lds.patch;patch=1 \ - " - do_devicetree_image_append_boc01() { dtc -I dts -O dtb ${KERNEL_DEVICETREE_FLAGS} -o devicetree.v1 ${KERNEL_DEVICETREE}.v1 install -m 0644 devicetree.v1 ${D}/boot/devicetree-${KERNEL_VERSION}.v1 |