diff options
Diffstat (limited to 'recipes')
4 files changed, 0 insertions, 14 deletions
diff --git a/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb b/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb index b002226d41..54be4f606b 100644 --- a/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb +++ b/recipes/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb @@ -33,10 +33,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=ke file://iw240_we18-5.diff \ " -# apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch -# SRC_URI_append = file://machtune-args.patch - S = "${WORKDIR}/linux-${KV}" inherit kernel diff --git a/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb b/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb index e7b2746b39..d93abc60a6 100644 --- a/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb +++ b/recipes/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb @@ -42,10 +42,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=ke # have sa1100_udc.c # file://${KV}-${VRSV}-${USBV}.patch \ -# apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch -# SRC_URI_append = file://machtune-args.patch - S = "${WORKDIR}/linux-${KV}" inherit kernel diff --git a/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc b/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc index 486cd86a5a..9e382e2e64 100644 --- a/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc +++ b/recipes/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc @@ -56,8 +56,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2;name=ke SRC_URI_append_poodle += " file://smallfonts.diff" SRC_URI_append_poodle255 += " file://smallfonts.diff" -# apply this when we have a kernel that builds with gcc 3.x: -# SRC_URI_append = file://machtune-args.patch SRC_URI_append_tosa = " file://tosa-power-key-off.patch" S = "${WORKDIR}/linux" diff --git a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb index 249fc6feab..295aebe4ef 100644 --- a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb +++ b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb @@ -40,10 +40,6 @@ SRC_URI = "http://www.openzaurus.org/mirror/linux-sl5500-${SHARPV}-rom3_10.tar.b # touchclicks etc so it is removed until be fixed # file://sound-2.4.18r2.patch -# apply this when we have a patch that allows building with gcc 3.x: -# SRC_URI_append = file://gcc-3.3.patch -# SRC_URI_append = file://machtune-args.patch - S = "${WORKDIR}/linux" inherit kernel |