aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_2.6.31.bb
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer@boggieman.(none)>2009-11-20 20:16:47 +0100
committerKristoffer Ericson <kristoffer@boggieman.(none)>2009-11-20 20:19:41 +0100
commiteb0bcf7a3b53575d94418cf1b513943e9dafcc2a (patch)
tree18048d8e6121cc1d1bffa54cd39d25d3d0bd5d96 /recipes/linux/linux_2.6.31.bb
parentb0d5120892a89e1b6c5f76204437665f2ae454e1 (diff)
downloadopenembedded-eb0bcf7a3b53575d94418cf1b513943e9dafcc2a.tar.gz
Add preferred kernel for the ben-nanonote and merge that
into linux_2.6.31.bb. Patches and config are grabbed from qi-hardware.com. fix_mips_vmlinux.lds.patch is added to fix problem in 2.6.31.5 vanilla.
Diffstat (limited to 'recipes/linux/linux_2.6.31.bb')
-rw-r--r--recipes/linux/linux_2.6.31.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb
index 8cf1a38b70..839e808451 100644
--- a/recipes/linux/linux_2.6.31.bb
+++ b/recipes/linux/linux_2.6.31.bb
@@ -12,6 +12,8 @@ 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}.5.bz2;patch=1 \
@@ -66,6 +68,29 @@ 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