diff options
Diffstat (limited to 'recipes/linux/linux-bd-neon-2.6_2.6.22.bb')
-rw-r--r-- | recipes/linux/linux-bd-neon-2.6_2.6.22.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-bd-neon-2.6_2.6.22.bb b/recipes/linux/linux-bd-neon-2.6_2.6.22.bb index 03c0bc8acc..b030c5d92d 100644 --- a/recipes/linux/linux-bd-neon-2.6_2.6.22.bb +++ b/recipes/linux/linux-bd-neon-2.6_2.6.22.bb @@ -8,8 +8,8 @@ DEPENDS += "u-boot-utils-native" PR = "r2" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2;name=kernel \ - http://www.boundarydevices.com/boundary-2.6.22-2007-07-22.patch.bz2;patch=1;name=patch \ - file://neon-jffs2-config.patch;patch=1" + http://www.boundarydevices.com/boundary-2.6.22-2007-07-22.patch.bz2;apply=yes;name=patch \ + file://neon-jffs2-config.patch;apply=yes" S = "${WORKDIR}/linux-2.6.22" |