* [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Update v3.10.24 to v3.10.26
2014-01-17 15:16 [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
@ 2014-01-17 15:16 ` Andrei Gherzan
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 3/5] firmware: Update to remove HEAD Andrei Gherzan
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2014-01-17 15:16 UTC (permalink / raw)
To: yocto
Change-Id: I1fa7211af2d0c80ed49e6b3f70565ace88088601
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-kernel/linux/linux-raspberrypi_3.10.24.bb | 6 ------
recipes-kernel/linux/linux-raspberrypi_3.10.26.bb | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)
delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.24.bb
create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.26.bb
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.24.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.24.bb
deleted file mode 100644
index 2adf7aa..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.10.24.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "ff9f6d87957877265086ab8368bdabf27d35f491"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \
- file://sl030raspberrypii2ckernel.patch \
- "
-
-require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.26.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.26.bb
new file mode 100644
index 0000000..03f0bd0
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.10.26.bb
@@ -0,0 +1,6 @@
+SRCREV = "8c92f4407b5fa8b2a1c843e6c8c0ccb5c5a0b762"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \
+ file://sl030raspberrypii2ckernel.patch \
+ "
+
+require linux-raspberrypi.inc
--
1.8.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* [meta-raspberrypi][PATCH 3/5] firmware: Update to remove HEAD
2014-01-17 15:16 [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Update v3.10.24 to v3.10.26 Andrei Gherzan
@ 2014-01-17 15:16 ` Andrei Gherzan
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 4/5] userland: " Andrei Gherzan
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2014-01-17 15:16 UTC (permalink / raw)
To: yocto
Change-Id: I20a8ebf0e5743250c66fae337d28e867959d3114
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-bcm/common/firmware.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 69cf8d2..0b1aa05 100644
--- a/recipes-bcm/common/firmware.inc
+++ b/recipes-bcm/common/firmware.inc
@@ -1,6 +1,6 @@
-# 19/08/2013 firmware; this can be overridden from distro config
-RPIFW_SRCREV ?= "e618d4ff2dc20051bc726834b22487fe2e236fe5"
-RPIFW_DATE ?= "20131217"
+# 17/01/2014 firmware; this can be overridden from distro config
+RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd"
+RPIFW_DATE ?= "20140117"
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
RPIFW_S ?= "${WORKDIR}/git"
--
1.8.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* [meta-raspberrypi][PATCH 4/5] userland: Update to remove HEAD
2014-01-17 15:16 [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Update v3.10.24 to v3.10.26 Andrei Gherzan
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 3/5] firmware: Update to remove HEAD Andrei Gherzan
@ 2014-01-17 15:16 ` Andrei Gherzan
2014-01-18 0:45 ` Paul Barker
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 5/5] linux-raspberrypi: Update v3.11.10 to remote HEAD Andrei Gherzan
2014-01-19 16:53 ` [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
4 siblings, 1 reply; 8+ messages in thread
From: Andrei Gherzan @ 2014-01-17 15:16 UTC (permalink / raw)
To: yocto
Change-Id: Ib98889d05b33ec2647966f2827e1fbf84f35fd95
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-graphics/userland/userland_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 2993044..cba1709 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -5,13 +5,13 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG."
LICENSE = "Broadcom"
LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f"
-PR = "r3"
+PR = "r4"
PROVIDES = "virtual/libgles2 \
virtual/egl"
COMPATIBLE_MACHINE = "raspberrypi"
-SRCREV = "d2c9f912da389c23ed27e81e940be3540f64fc59"
+SRCREV = "6da40ffd91f2b3c2aa8471195813322ae5d0cb0d"
SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \
"
S = "${WORKDIR}/git"
--
1.8.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [meta-raspberrypi][PATCH 4/5] userland: Update to remove HEAD
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 4/5] userland: " Andrei Gherzan
@ 2014-01-18 0:45 ` Paul Barker
2014-01-18 10:24 ` Andrei Gherzan
0 siblings, 1 reply; 8+ messages in thread
From: Paul Barker @ 2014-01-18 0:45 UTC (permalink / raw)
To: Andrei Gherzan; +Cc: Yocto discussion list
On 17 January 2014 15:16, Andrei Gherzan <andrei@gherzan.ro> wrote:
> Change-Id: Ib98889d05b33ec2647966f2827e1fbf84f35fd95
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
> recipes-graphics/userland/userland_git.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
> index 2993044..cba1709 100644
> --- a/recipes-graphics/userland/userland_git.bb
> +++ b/recipes-graphics/userland/userland_git.bb
> @@ -5,13 +5,13 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG."
> LICENSE = "Broadcom"
> LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f"
>
> -PR = "r3"
> +PR = "r4"
>
> PROVIDES = "virtual/libgles2 \
> virtual/egl"
> COMPATIBLE_MACHINE = "raspberrypi"
>
> -SRCREV = "d2c9f912da389c23ed27e81e940be3540f64fc59"
> +SRCREV = "6da40ffd91f2b3c2aa8471195813322ae5d0cb0d"
> SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \
> "
> S = "${WORKDIR}/git"
The subject seems confusing... should this be "remote HEAD" not "remove HEAD"?
--
Paul Barker
Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [meta-raspberrypi][PATCH 4/5] userland: Update to remove HEAD
2014-01-18 0:45 ` Paul Barker
@ 2014-01-18 10:24 ` Andrei Gherzan
0 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2014-01-18 10:24 UTC (permalink / raw)
To: Paul Barker; +Cc: Yocto Project
[-- Attachment #1: Type: text/plain, Size: 1336 bytes --]
On Jan 18, 2014 2:45 AM, "Paul Barker" <paul@paulbarker.me.uk> wrote:
>
> On 17 January 2014 15:16, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > Change-Id: Ib98889d05b33ec2647966f2827e1fbf84f35fd95
> > Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> > ---
> > recipes-graphics/userland/userland_git.bb | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-graphics/userland/userland_git.bbb/recipes-graphics/userland/
userland_git.bb
> > index 2993044..cba1709 100644
> > --- a/recipes-graphics/userland/userland_git.bb
> > +++ b/recipes-graphics/userland/userland_git.bb
> > @@ -5,13 +5,13 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG."
> > LICENSE = "Broadcom"
> > LIC_FILES_CHKSUM =
"file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f"
> >
> > -PR = "r3"
> > +PR = "r4"
> >
> > PROVIDES = "virtual/libgles2 \
> > virtual/egl"
> > COMPATIBLE_MACHINE = "raspberrypi"
> >
> > -SRCREV = "d2c9f912da389c23ed27e81e940be3540f64fc59"
> > +SRCREV = "6da40ffd91f2b3c2aa8471195813322ae5d0cb0d"
> > SRC_URI = "git://
github.com/raspberrypi/userland.git;protocol=git;branch=master \
> > "
> > S = "${WORKDIR}/git"
>
> The subject seems confusing... should this be "remote HEAD" not "remove
HEAD"?
Typo detected. Thanks.
ag
[-- Attachment #2: Type: text/html, Size: 2222 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [meta-raspberrypi][PATCH 5/5] linux-raspberrypi: Update v3.11.10 to remote HEAD
2014-01-17 15:16 [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
` (2 preceding siblings ...)
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 4/5] userland: " Andrei Gherzan
@ 2014-01-17 15:16 ` Andrei Gherzan
2014-01-19 16:53 ` [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
4 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2014-01-17 15:16 UTC (permalink / raw)
To: yocto
Change-Id: Ia0eac89faa63cb6d748f2749b82d1f80588e6a04
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
recipes-kernel/linux/linux-raspberrypi_3.11.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb
index d3fa310..3962b40 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.11.10.bb
@@ -1,4 +1,4 @@
-SRCREV = "639f74acc37561caa67abeb9fb61adc7e6a49aef"
+SRCREV = "71397e18fb1038619f3066827b83d6fcd5d8bd62"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \
file://sl030raspberrypii2ckernel.patch \
"
--
1.8.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7
2014-01-17 15:16 [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Update v3.12.4 to v3.12.7 Andrei Gherzan
` (3 preceding siblings ...)
2014-01-17 15:16 ` [meta-raspberrypi][PATCH 5/5] linux-raspberrypi: Update v3.11.10 to remote HEAD Andrei Gherzan
@ 2014-01-19 16:53 ` Andrei Gherzan
4 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2014-01-19 16:53 UTC (permalink / raw)
To: yocto
On Fri, Jan 17, 2014 at 05:16:37PM +0200, Andrei Gherzan wrote:
> Change-Id: Id721163e3e69946e3c82710bf12851211b493dee
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
> recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | 6 ------
> recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 ++++++
> 2 files changed, 6 insertions(+), 6 deletions(-)
> delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.4.bb
> create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.7.bb
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb
> deleted file mode 100644
> index 17025f2..0000000
> --- a/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -SRCREV = "9fbb114990c409406ae20c56871727ff8d4fa6ca"
> -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
> - file://sl030raspberrypii2ckernel.patch \
> - "
> -
> -require linux-raspberrypi.inc
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.7.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.7.bb
> new file mode 100644
> index 0000000..b71363c
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.7.bb
> @@ -0,0 +1,6 @@
> +SRCREV = "7b3d6227aa8285f7cbd5b8ec767a840b6ac42477"
> +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \
> + file://sl030raspberrypii2ckernel.patch \
> + "
> +
> +require linux-raspberrypi.inc
> --
> 1.8.1.4
>
Merged all updates (fixing the typo Paul pointed me out - thanks).
--
Andrei Gherzan
m: +40.744.478.414 | f: +40.31.816.28.12
^ permalink raw reply [flat|nested] 8+ messages in thread