aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-01-13 16:02:26 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-01-14 19:56:36 +0000
commitd02e9507e69374cbb892726dc2ceb8b411abef8e (patch)
treee938ef629143a382f0fad07c74688a63cdb6a666 /recipes-kernel
parent46d9bf20556447dc003d5f7f81f6f82ceac1e135 (diff)
downloadmeta-handheld-d02e9507e69374cbb892726dc2ceb8b411abef8e.tar.gz
linux(-kexecboot)-3.1: move common stuff like SRC_URI and checksums to .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-3.1.inc19
-rw-r--r--recipes-kernel/linux/linux-kexecboot_3.1.bb23
-rw-r--r--recipes-kernel/linux/linux_3.1.bb23
3 files changed, 23 insertions, 42 deletions
diff --git a/recipes-kernel/linux/linux-3.1.inc b/recipes-kernel/linux/linux-3.1.inc
new file mode 100644
index 0000000..8733543
--- /dev/null
+++ b/recipes-kernel/linux/linux-3.1.inc
@@ -0,0 +1,19 @@
+SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
+ ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;apply=yes;name=stablepatch \
+ file://defconfig \
+ file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
+ "
+
+SRC_URI_append_collie = " \
+ file://0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch \
+ file://locomo_kbd_tweak-r2.patch \
+ "
+
+SRC_URI_append_poodle = " \
+ file://locomo_kbd_tweak-r2.patch \
+ "
+
+SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
+SRC_URI[kernel.sha256sum] = "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
+SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
+SRC_URI[stablepatch.sha256sum] = "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30"
diff --git a/recipes-kernel/linux/linux-kexecboot_3.1.bb b/recipes-kernel/linux/linux-kexecboot_3.1.bb
index 7c61d73..535beb3 100644
--- a/recipes-kernel/linux/linux-kexecboot_3.1.bb
+++ b/recipes-kernel/linux/linux-kexecboot_3.1.bb
@@ -1,26 +1,7 @@
require linux-kexecboot.inc
+require linux-${PV}.inc
-PR = "${INC_PR}.5"
+PR = "${INC_PR}.6"
S = "${WORKDIR}/linux-${PV}"
COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz)"
-
-SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
- ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;apply=yes;name=stablepatch \
- file://defconfig \
- file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
- "
-
-SRC_URI_append_collie = " \
- file://0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch \
- file://locomo_kbd_tweak-r2.patch \
- "
-
-SRC_URI_append_poodle = " \
- file://locomo_kbd_tweak-r2.patch \
- "
-
-SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
-SRC_URI[kernel.sha256sum] = "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
-SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
-SRC_URI[stablepatch.sha256sum] = "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30"
diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb
index 0ddb20a..7f4049b 100644
--- a/recipes-kernel/linux/linux_3.1.bb
+++ b/recipes-kernel/linux/linux_3.1.bb
@@ -1,25 +1,6 @@
require linux.inc
+require linux-${PV}.inc
-PR = "${INC_PR}.6"
+PR = "${INC_PR}.7"
COMPATIBLE_MACHINE = "(akita|c7x0|collie|poodle|tosa|spitz|h1940)"
-
-SRC_URI += "${KERNELORG_MIRROR}/linux/kernel/v3.x/linux-${PV}.tar.bz2;name=kernel \
- ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.8.bz2;apply=yes;name=stablepatch \
- file://defconfig \
- file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
- "
-
-SRC_URI_append_collie = " \
- file://0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch \
- file://locomo_kbd_tweak-r2.patch \
- "
-
-SRC_URI_append_poodle = " \
- file://locomo_kbd_tweak-r2.patch \
- "
-
-SRC_URI[kernel.md5sum] = "8d43453f8159b2332ad410b19d86a931"
-SRC_URI[kernel.sha256sum] = "2573d2378c754b0c602b57586e9311e5b38c5d1e6c137f02873833633a4b9359"
-SRC_URI[stablepatch.md5sum] = "54fac8e4b0b55201e012ef0337a6cc87"
-SRC_URI[stablepatch.sha256sum] = "e191f1fd3d3e0a27e3e5116391a97b47b0c2adc3f6f779df1996766b37759d30"