diff options
Diffstat (limited to 'recipes/linux/linux_2.6.29.bb')
-rw-r--r-- | recipes/linux/linux_2.6.29.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.29.bb b/recipes/linux/linux_2.6.29.bb index 879098dace..0d1ced114c 100644 --- a/recipes/linux/linux_2.6.29.bb +++ b/recipes/linux/linux_2.6.29.bb @@ -6,6 +6,7 @@ S = "${WORKDIR}/linux-2.6.29" # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_boc01 = "1" DEFAULT_PREFERENCE_canyonlands = "1" DEFAULT_PREFERENCE_tosa = "1" DEFAULT_PREFERENCE_vortex86sx = "1" @@ -13,6 +14,18 @@ DEFAULT_PREFERENCE_vortex86sx = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.29.tar.bz2 \ file://defconfig" +SRC_URI_append_boc01 = "\ + file://boc01.dts \ + file://001-090114-sqn11x0-usb-hack.patch;patch=1 \ + file://004-081205-usb.patch;patch=1 \ + file://005-090226-isl12024.patch;patch=1 \ + file://007-081217-lm73.patch;patch=1 \ + file://008-081208-spi.patch;patch=1 \ + file://011-090115-gpio.patch;patch=1 \ + file://012-090219-capsense.patch;patch=1 \ + file://013-090306-lcd.patch;patch=1 \ + " + SRC_URI_append_canyonlands = " \ file://0001-powerpc-4xx-Add-PPC4xx-PCIe-MSI-support.patch;patch=1 \ " |