diff options
Diffstat (limited to 'recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb')
-rw-r--r-- | recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb b/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb index 2056fc92fd..49b1de17c2 100644 --- a/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb +++ b/recipes/linux/linux-amsdelta-2.6_2.6.16-omap2.bb @@ -5,15 +5,15 @@ LICENSE = "GPLv2" COMPATIBLE_MACHINE = "amsdelta" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2;name=kernel \ - http://www.muru.com/linux/omap/patches/patch-2.6.16-omap2.bz2;patch=1;name=omap2patch \ - http://the.earth.li/pub/e3/2.6.16/00-ams-delta-backlight.diff;patch=1;name=amspatch1 \ - http://the.earth.li/pub/e3/2.6.16/01-ams-delta-lcd.diff;patch=1;name=amspatch2 \ - http://the.earth.li/pub/e3/2.6.16/02-ams-delta-keypad.diff;patch=1;name=amspatch3 \ - http://the.earth.li/pub/e3/2.6.16/03-ams-delta-modem.diff;patch=1;name=amspatch4 \ - http://the.earth.li/pub/e3/2.6.16/04-omapfb-12bpp-support.diff;patch=1;name=amspatch5 \ - http://the.earth.li/pub/e3/2.6.16/05-ams-delta-nand.diff;patch=1;name=amspatch6 \ - http://the.earth.li/pub/e3/2.6.16/06-ams-delta-keyboard.diff;patch=1;name=amspatch7 \ - http://the.earth.li/pub/e3/2.6.16/08-ams-delta-sound.diff;patch=1;name=amspatch8 \ + http://www.muru.com/linux/omap/patches/patch-2.6.16-omap2.bz2;apply=yes;name=omap2patch \ + http://the.earth.li/pub/e3/2.6.16/00-ams-delta-backlight.diff;apply=yes;name=amspatch1 \ + http://the.earth.li/pub/e3/2.6.16/01-ams-delta-lcd.diff;apply=yes;name=amspatch2 \ + http://the.earth.li/pub/e3/2.6.16/02-ams-delta-keypad.diff;apply=yes;name=amspatch3 \ + http://the.earth.li/pub/e3/2.6.16/03-ams-delta-modem.diff;apply=yes;name=amspatch4 \ + http://the.earth.li/pub/e3/2.6.16/04-omapfb-12bpp-support.diff;apply=yes;name=amspatch5 \ + http://the.earth.li/pub/e3/2.6.16/05-ams-delta-nand.diff;apply=yes;name=amspatch6 \ + http://the.earth.li/pub/e3/2.6.16/06-ams-delta-keyboard.diff;apply=yes;name=amspatch7 \ + http://the.earth.li/pub/e3/2.6.16/08-ams-delta-sound.diff;apply=yes;name=amspatch8 \ file://defconfig" S = "${WORKDIR}/linux-2.6.16" |