diff options
author | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-01-18 12:58:31 +0100 |
---|---|---|
committer | Kristoffer Ericson <kristoffer.ericson@gmail.com> | 2010-01-18 19:38:50 +0100 |
commit | 4a2927f4d5e2e978a0c91e928f0ade8df7565fa6 (patch) | |
tree | 423c4818107504d99497e5047fc2a2d19ec3cf73 /recipes/linux/linux_2.6.31.bb | |
parent | 1ae803339a24f194fc6a84fb8f6157041b866745 (diff) |
Remove ben nanonote from the linux 2.6.31.bb file. We intend on using
linux-hpc branches (and eventually vanilla).
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
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 |