* [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix
@ 2012-03-28 11:53 Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 1/2] linux-3.2: upgrade to 3.2.12 Martin Jansa
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Martin Jansa @ 2012-03-28 11:53 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 1a1d50a1bf39136a8c974022d63e0f119f23bbff:
keymaps: edit script to reuse 2.6 kernel keymaps (2012-03-25 23:51:03 +0100)
are available in the git repository at:
git://gitorious.org/shr/meta-handheld jansa/pull
Martin Jansa (2):
linux-3.2: upgrade to 3.2.12
formfactor, keymaps, udev: use better form of PRINC
recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 +-
recipes-bsp/keymaps/keymaps_1.0.bbappend | 2 +-
recipes-core/udev/udev_173.bbappend | 2 +-
recipes-kernel/linux/linux_3.2.bb | 8 ++++----
4 files changed, 7 insertions(+), 7 deletions(-)
--
1.7.8.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-handheld][PATCH 1/2] linux-3.2: upgrade to 3.2.12
2012-03-28 11:53 [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Martin Jansa
@ 2012-03-28 11:53 ` Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 2/2] formfactor, keymaps, udev: use better form of PRINC Martin Jansa
2012-03-28 22:34 ` [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-03-28 11:53 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes-kernel/linux/linux_3.2.bb | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/recipes-kernel/linux/linux_3.2.bb b/recipes-kernel/linux/linux_3.2.bb
index 199f36e..5379870 100644
--- a/recipes-kernel/linux/linux_3.2.bb
+++ b/recipes-kernel/linux/linux_3.2.bb
@@ -1,10 +1,10 @@
require linux.inc
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
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}.9.bz2;apply=yes;name=stablepatch \
+ ${KERNELORG_MIRROR}/linux/kernel/v3.x/patch-${PV}.12.bz2;apply=yes;name=stablepatch \
file://defconfig \
file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 \
"
@@ -21,5 +21,5 @@ SRC_URI_append_poodle = " \
SRC_URI[kernel.md5sum] = "7ceb61f87c097fc17509844b71268935"
SRC_URI[kernel.sha256sum] = "c881fc2b53cf0da7ca4538aa44623a7de043a41f76fd5d0f51a31f6ed699d463"
-SRC_URI[stablepatch.md5sum] = "4610f3e62a5446422d1e81a90ab3cd06"
-SRC_URI[stablepatch.sha256sum] = "7836685dee161a4ffaf887b8e2f8dd3cb7712e690d0942fefb1db09bb6ad3871"
+SRC_URI[stablepatch.md5sum] = "377a6d731cd246aaa0c0f6a432b7aece"
+SRC_URI[stablepatch.sha256sum] = "c6991964901ef7797cca09ff9d1b4ed7abda27e2796ad55cad09a266eaaebb5d"
--
1.7.8.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-handheld][PATCH 2/2] formfactor, keymaps, udev: use better form of PRINC
2012-03-28 11:53 [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 1/2] linux-3.2: upgrade to 3.2.12 Martin Jansa
@ 2012-03-28 11:53 ` Martin Jansa
2012-03-28 22:34 ` [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2012-03-28 11:53 UTC (permalink / raw)
To: openembedded-devel
* this way we can stack multiple bbappends from different layers without overwritting PRINC value
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 +-
recipes-bsp/keymaps/keymaps_1.0.bbappend | 2 +-
recipes-core/udev/udev_173.bbappend | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/formfactor/formfactor_0.0.bbappend b/recipes-bsp/formfactor/formfactor_0.0.bbappend
index 5152da5..e406684 100644
--- a/recipes-bsp/formfactor/formfactor_0.0.bbappend
+++ b/recipes-bsp/formfactor/formfactor_0.0.bbappend
@@ -1,4 +1,4 @@
-PRINC = "1"
+PRINC := "${@int(PRINC) + 1}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
diff --git a/recipes-bsp/keymaps/keymaps_1.0.bbappend b/recipes-bsp/keymaps/keymaps_1.0.bbappend
index 039b30c..ca8e236 100644
--- a/recipes-bsp/keymaps/keymaps_1.0.bbappend
+++ b/recipes-bsp/keymaps/keymaps_1.0.bbappend
@@ -1,4 +1,4 @@
-PRINC = "2"
+PRINC := "${@int(PRINC) + 2}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
diff --git a/recipes-core/udev/udev_173.bbappend b/recipes-core/udev/udev_173.bbappend
index 4770c5b..446ea84 100644
--- a/recipes-core/udev/udev_173.bbappend
+++ b/recipes-core/udev/udev_173.bbappend
@@ -1,5 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC = "1"
+PRINC := "${@int(PRINC) + 1}"
--
1.7.8.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix
2012-03-28 11:53 [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 1/2] linux-3.2: upgrade to 3.2.12 Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 2/2] formfactor, keymaps, udev: use better form of PRINC Martin Jansa
@ 2012-03-28 22:34 ` Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2012-03-28 22:34 UTC (permalink / raw)
To: openembedded-devel; +Cc: Martin Jansa
On Wednesday 28 March 2012 13:53:07 Martin Jansa wrote:
> The following changes since commit 1a1d50a1bf39136a8c974022d63e0f119f23bbff:
>
> keymaps: edit script to reuse 2.6 kernel keymaps (2012-03-25 23:51:03
> +0100)
>
> are available in the git repository at:
> git://gitorious.org/shr/meta-handheld jansa/pull
>
> Martin Jansa (2):
> linux-3.2: upgrade to 3.2.12
> formfactor, keymaps, udev: use better form of PRINC
>
> recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 +-
> recipes-bsp/keymaps/keymaps_1.0.bbappend | 2 +-
> recipes-core/udev/udev_173.bbappend | 2 +-
> recipes-kernel/linux/linux_3.2.bb | 8 ++++----
> 4 files changed, 7 insertions(+), 7 deletions(-)
Merged to meta-handheld master, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-28 22:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 11:53 [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 1/2] linux-3.2: upgrade to 3.2.12 Martin Jansa
2012-03-28 11:53 ` [meta-handheld][PATCH 2/2] formfactor, keymaps, udev: use better form of PRINC Martin Jansa
2012-03-28 22:34 ` [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix Paul Eggleton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox