diff options
Diffstat (limited to 'recipes/linux-uml')
-rw-r--r-- | recipes/linux-uml/linux-uml_2.4.26.bb | 2 | ||||
-rw-r--r-- | recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/linux-uml/linux-uml_2.4.26.bb b/recipes/linux-uml/linux-uml_2.4.26.bb index 9732ac879a..f2c38f1eff 100644 --- a/recipes/linux-uml/linux-uml_2.4.26.bb +++ b/recipes/linux-uml/linux-uml_2.4.26.bb @@ -5,7 +5,7 @@ UMLR = "2" PR = "1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2;name=kernel \ - ${SOURCEFORGE_MIRROR}/user-mode-linux/uml-patch-${PV}-${UMLR}.bz2;patch=1;name=patch \ + ${SOURCEFORGE_MIRROR}/user-mode-linux/uml-patch-${PV}-${UMLR}.bz2;apply=yes;name=patch \ file://defconfig \ file://aio_abi.h" S = "${WORKDIR}/linux-${PV}" diff --git a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb index 437dcbcfc2..6320d4841b 100644 --- a/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb +++ b/recipes/linux-uml/linux-uml_2.6.11-rc2-mm1.bb @@ -8,13 +8,13 @@ LV = "2.6.10" PR = "r4" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${LV}.tar.bz2;name=kernel \ - ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KV}-${RCV}.bz2;patch=1;name=patch \ - ${KERNELORG_MIRROR}/pub/linux/kernel/people/akpm/patches/2.6/${KV}-${RCV}/${KV}-${RCV}-${MMV}/${KV}-${RCV}-${MMV}.gz;patch=1;name=akpmpatch \ + ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-${KV}-${RCV}.bz2;apply=yes;name=patch \ + ${KERNELORG_MIRROR}/pub/linux/kernel/people/akpm/patches/2.6/${KV}-${RCV}/${KV}-${RCV}-${MMV}/${KV}-${RCV}-${MMV}.gz;apply=yes;name=akpmpatch \ file://defconfig" -#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-core-on-panic;patch=1 \ -#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-pretend-to-be-i586;patch=1 \ -#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-general-protection-fault;patch=1 \ -#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-x11-fb;patch=1 \ +#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-core-on-panic;apply=yes \ +#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-pretend-to-be-i586;apply=yes \ +#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-general-protection-fault;apply=yes \ +#http://www.suse.de/~kraxel/uml/patches/2.6.10-rc3/uml-x11-fb;apply=yes \ SRC_URI[kernel.md5sum] = "cffcd2919d9c8ef793ce1ac07a440eda" SRC_URI[kernel.sha256sum] = "21646736755faee214f489b7388e6c47f5bcf6c2df64298ed2597104fabb8f0e" |