All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32
@ 2013-11-13 16:19 Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD Andrei Gherzan
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:19 UTC (permalink / raw)
  To: yocto

From: Alexandru Niculita <alexnick87@gmail.com>

Change-Id: I68721f30c9551b392d2851a96d9819524a088faf
Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
---
 recipes-bcm/bcm2835/bcm2835_1.32.bb | 42 ++++++++++++++++++++++++++++++++++++
 recipes-bcm/bcm2835/bcm2835_1.9.bb  | 43 -------------------------------------
 2 files changed, 42 insertions(+), 43 deletions(-)
 create mode 100644 recipes-bcm/bcm2835/bcm2835_1.32.bb
 delete mode 100644 recipes-bcm/bcm2835/bcm2835_1.9.bb

diff --git a/recipes-bcm/bcm2835/bcm2835_1.32.bb b/recipes-bcm/bcm2835/bcm2835_1.32.bb
new file mode 100644
index 0000000..2dc5b22
--- /dev/null
+++ b/recipes-bcm/bcm2835/bcm2835_1.32.bb
@@ -0,0 +1,42 @@
+DESCRIPTION = "Package that provides access to GPIO and other IO\
+functions on the Broadcom BCM 2835 chip, allowing access to the\
+GPIO pins on the 26 pin IDE plug on the RPi board"
+SECTION = "base"
+HOMEPAGE = "http://www.open.com.au/mikem/bcm2835"
+AUTHOR = "Mike McCauley (mikem@open.com.au)"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+
+COMPATIBLE_MACHINE = "raspberrypi"
+
+SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "085239569554de5ee6649fe8bb123379"
+SRC_URI[sha256sum] = "97e8aece4ff45b1779212473aa3b1d3f43cc9a8427afa3be718f690949e0ec20"
+
+
+PACKAGES += "${PN}-tests"
+
+FILES_${PN} = ""
+FILES_${PN}-tests = "${libdir}/${BPN}"
+FILES_${PN}-dbg += "${libdir}/${BPN}/.debug"
+
+inherit autotools
+
+do_compile_append() {
+    #Now compiling the examples provided by the package
+    for file in examples/*
+    do
+        ${CC} ${file}/${file##*/}.c -o ${file}/${file##*/} -Bstatic -L${S}/src -lbcm2835 -I${S}/src
+    done
+}
+
+do_install_append() {
+    install -d ${D}/${libdir}/${BPN}
+    for file in examples/*
+    do
+        install -m 0755 ${file}/${file##*/} ${D}/${libdir}/${BPN}
+    done
+}
diff --git a/recipes-bcm/bcm2835/bcm2835_1.9.bb b/recipes-bcm/bcm2835/bcm2835_1.9.bb
deleted file mode 100644
index d6858f4..0000000
--- a/recipes-bcm/bcm2835/bcm2835_1.9.bb
+++ /dev/null
@@ -1,43 +0,0 @@
-DESCRIPTION = "Package that provides access to GPIO and other IO\
-functions on the Broadcom BCM 2835 chip, allowing access to the\
-GPIO pins on the 26 pin IDE plug on the RPi board"
-SECTION = "base"
-HOMEPAGE = "http://www.open.com.au/mikem/bcm2835"
-AUTHOR = "Mike McCauley (mikem@open.com.au)"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-PR = "r0"
-
-COMPATIBLE_MACHINE = "raspberrypi"
-
-SRC_URI = "http://www.open.com.au/mikem/bcm2835/bcm2835-1.9.tar.gz"
-
-SRC_URI[md5sum] = "c102938afe9f0cfa930a0255c422f792"
-SRC_URI[sha256sum] = "0dc6ee5a261e76b103a04534c1b8ebc20dce8921dec2452785100812f978c883"
-
-
-PACKAGES += "${PN}-tests"
-
-FILES_${PN} = ""
-FILES_${PN}-tests = "${libdir}/${BPN}"
-FILES_${PN}-dbg += "${libdir}/${BPN}/.debug"
-
-inherit autotools
-
-do_compile_append() {
-    #Now compiling the examples provided by the package
-    for file in examples/*
-    do
-        ${CC} ${file}/${file##*/}.c -o ${file}/${file##*/} -Bstatic -L${S}/src -lbcm2835 -I${S}/src
-    done
-}
-
-do_install_append() {
-    install -d ${D}/${libdir}/${BPN}
-    for file in examples/*
-    do
-        install -m 0755 ${file}/${file##*/} ${D}/${libdir}/${BPN}
-    done
-}
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD
  2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
@ 2013-11-13 16:19 ` Andrei Gherzan
  2013-11-14 15:16   ` Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0 Andrei Gherzan
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:19 UTC (permalink / raw)
  To: yocto

Update 3.11.0 to 3.11.7 HEAD.
Update 3.6.11 to HEAD.

Change-Id: Iacd8f78b418b0bd6d8513b97ce57ce0108057850
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 ------
 recipes-kernel/linux/linux-raspberrypi_3.11.7.bb | 6 ++++++
 recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.7.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb
deleted file mode 100644
index 1ae39b2..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "d7474694bdc9836af17f4b4d839509f9aad7ffa7"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
-
-require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb
new file mode 100644
index 0000000..68c890c
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb
@@ -0,0 +1,6 @@
+SRCREV = "b975d0aab6816dd1dc4ff938a0c95bc551831163"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \
+           file://sl030raspberrypii2ckernel.patch \
+          "
+
+require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb b/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb
index 5314f5d..ba2c704 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb
@@ -1,4 +1,4 @@
-SRCREV = "cbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62"
+SRCREV = "10bc58289a7ebf6b1ab724636e0a16116278e339"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \
            file://sl030raspberrypii2ckernel.patch \
           "
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0
  2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD Andrei Gherzan
@ 2013-11-13 16:19 ` Andrei Gherzan
  2013-11-13 16:26   ` Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel Andrei Gherzan
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:19 UTC (permalink / raw)
  To: yocto

Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 ++++
 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb  | 4 ++++
 2 files changed, 8 insertions(+)
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
new file mode 100644
index 0000000..399a978
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
@@ -0,0 +1,4 @@
+SRCREV = "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y"
+
+require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
new file mode 100644
index 0000000..25877fe
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
@@ -0,0 +1,4 @@
+SRCREV = "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y"
+
+require linux-raspberrypi.inc
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel
  2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0 Andrei Gherzan
@ 2013-11-13 16:19 ` Andrei Gherzan
  2013-11-14 15:18   ` Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13 Andrei Gherzan
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:19 UTC (permalink / raw)
  To: yocto

This is the default/base branch on official github repository:
https://github.com/raspberrypi/linux/branches

Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 conf/machine/include/rpi-default-providers.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc
index 1a647c9..ffdb4f9 100644
--- a/conf/machine/include/rpi-default-providers.inc
+++ b/conf/machine/include/rpi-default-providers.inc
@@ -2,7 +2,7 @@
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
 # The default kernel version is the same as used by Raspbian
-PREFERRED_VERSION_linux-raspberrypi ?= "3.6.%"
+PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
 
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 PREFERRED_PROVIDER_virtual/egl ?= "userland"
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13
  2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
                   ` (2 preceding siblings ...)
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel Andrei Gherzan
@ 2013-11-13 16:19 ` Andrei Gherzan
  2013-11-14 15:18   ` Andrei Gherzan
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 6/6] userland: " Andrei Gherzan
  2013-11-13 16:23 ` [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
  5 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:19 UTC (permalink / raw)
  To: yocto

Change-Id: I00ace3f8575015612ae09dfb99e2a33d87ddc4cb
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
 recipes-bcm/common/firmware.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bcm/common/firmware.inc b/recipes-bcm/common/firmware.inc
index 5bad182..c780e63 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 ?= "5b37b2a7f357236210eef1a438becaa2a57148f2"
-RPIFW_DATE ?= "20130819"
+RPIFW_SRCREV ?= "3e92add424c3c2617d5df65caa307c808017a9ea"
+RPIFW_DATE ?= "20131113"
 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] 13+ messages in thread

* [meta-raspberrypi][PATCH V2 6/6] userland: Update to HEAD on 2013-11-13
  2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
                   ` (3 preceding siblings ...)
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13 Andrei Gherzan
@ 2013-11-13 16:19 ` Andrei Gherzan
  2013-11-14 15:17   ` Andrei Gherzan
  2013-11-13 16:23 ` [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
  5 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:19 UTC (permalink / raw)
  To: yocto

Change-Id: Ic618f8bc5365b9f787a230a2a3e0ccb92c17738a
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 c7ea522..18c74fa 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 = "r2"
+PR = "r3"
 
 PROVIDES = "virtual/libgles2 \
             virtual/egl"
 COMPATIBLE_MACHINE = "raspberrypi"
 
-SRCREV = "23baee63495aa685e7693467b7a5469ff5ca4481"
+SRCREV = "628498eb6cf501554c98a5e6c7ea3855574fa43e"
 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] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32
  2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
                   ` (4 preceding siblings ...)
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 6/6] userland: " Andrei Gherzan
@ 2013-11-13 16:23 ` Andrei Gherzan
  5 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:23 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> From: Alexandru Niculita <alexnick87@gmail.com>
>
> Change-Id: I68721f30c9551b392d2851a96d9819524a088faf
> Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
> ---
>  recipes-bcm/bcm2835/bcm2835_1.32.bb | 42
> ++++++++++++++++++++++++++++++++++++
>  recipes-bcm/bcm2835/bcm2835_1.9.bb  | 43
> -------------------------------------
>  2 files changed, 42 insertions(+), 43 deletions(-)
>  create mode 100644 recipes-bcm/bcm2835/bcm2835_1.32.bb
>  delete mode 100644 recipes-bcm/bcm2835/bcm2835_1.9.bb
>
>
Discard this. This is already merged.

ag

[-- Attachment #2: Type: text/html, Size: 1304 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0 Andrei Gherzan
@ 2013-11-13 16:26   ` Andrei Gherzan
  2013-11-14 15:17     ` Andrei Gherzan
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-13 16:26 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]

On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 ++++
>  recipes-kernel/linux/linux-raspberrypi_3.12.0.bb  | 4 ++++
>  2 files changed, 8 insertions(+)
>  create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
>  create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bbb/recipes-kernel/linux/
> linux-raspberrypi_3.10.18.bb
> new file mode 100644
> index 0000000..399a978
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
> @@ -0,0 +1,4 @@
> +SRCREV = "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903"
> +SRC_URI = "git://
> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y"
> +
> +require linux-raspberrypi.inc
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bbb/recipes-kernel/linux/
> linux-raspberrypi_3.12.0.bb
> new file mode 100644
> index 0000000..25877fe
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
> @@ -0,0 +1,4 @@
> +SRCREV = "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316"
> +SRC_URI = "git://
> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y"
> +
> +require linux-raspberrypi.inc
> --
> 1.8.1.4
>
>
Added a new patchset which adds file://sl030raspberrypii2ckernel.patch to
these kernel versions too: https://review.gherzan.ro:8443/#/c/14/

ag

[-- Attachment #2: Type: text/html, Size: 3106 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD Andrei Gherzan
@ 2013-11-14 15:16   ` Andrei Gherzan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-14 15:16 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 2289 bytes --]

On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> Update 3.11.0 to 3.11.7 HEAD.
> Update 3.6.11 to HEAD.
>
> Change-Id: Iacd8f78b418b0bd6d8513b97ce57ce0108057850
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 ------
>  recipes-kernel/linux/linux-raspberrypi_3.11.7.bb | 6 ++++++
>  recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 2 +-
>  3 files changed, 7 insertions(+), 7 deletions(-)
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb
>  create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.7.bb
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.0.bbb/recipes-kernel/linux/
> linux-raspberrypi_3.11.0.bb
> deleted file mode 100644
> index 1ae39b2..0000000
> --- a/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb
> +++ /dev/null
> @@ -1,6 +0,0 @@
> -SRCREV = "d7474694bdc9836af17f4b4d839509f9aad7ffa7"
> -SRC_URI = "git://
> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \
> -           file://sl030raspberrypii2ckernel.patch \
> -          "
> -
> -require linux-raspberrypi.inc
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.7.bbb/recipes-kernel/linux/
> linux-raspberrypi_3.11.7.bb
> new file mode 100644
> index 0000000..68c890c
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_3.11.7.bb
> @@ -0,0 +1,6 @@
> +SRCREV = "b975d0aab6816dd1dc4ff938a0c95bc551831163"
> +SRC_URI = "git://
> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \
> +           file://sl030raspberrypii2ckernel.patch \
> +          "
> +
> +require linux-raspberrypi.inc
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.6.11.bbb/recipes-kernel/linux/
> linux-raspberrypi_3.6.11.bb
> index 5314f5d..ba2c704 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_3.6.11.bb
> @@ -1,4 +1,4 @@
> -SRCREV = "cbd6672e7e1b2dc5026f5dc7929a13a9a68f2a62"
> +SRCREV = "10bc58289a7ebf6b1ab724636e0a16116278e339"
>  SRC_URI = "git://
> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \
>             file://sl030raspberrypii2ckernel.patch \
>            "
> --
> 1.8.1.4
>
>
Merged.

ag

[-- Attachment #2: Type: text/html, Size: 4349 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0
  2013-11-13 16:26   ` Andrei Gherzan
@ 2013-11-14 15:17     ` Andrei Gherzan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-14 15:17 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]

On Wed, Nov 13, 2013 at 6:26 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

>
>
>
> On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>
>> Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16
>> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
>> ---
>>  recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 ++++
>>  recipes-kernel/linux/linux-raspberrypi_3.12.0.bb  | 4 ++++
>>  2 files changed, 8 insertions(+)
>>  create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
>>  create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
>>
>> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bbb/recipes-kernel/linux/
>> linux-raspberrypi_3.10.18.bb
>> new file mode 100644
>> index 0000000..399a978
>> --- /dev/null
>> +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
>> @@ -0,0 +1,4 @@
>> +SRCREV = "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903"
>> +SRC_URI = "git://
>> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y"
>> +
>> +require linux-raspberrypi.inc
>> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bbb/recipes-kernel/linux/
>> linux-raspberrypi_3.12.0.bb
>> new file mode 100644
>> index 0000000..25877fe
>> --- /dev/null
>> +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
>> @@ -0,0 +1,4 @@
>> +SRCREV = "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316"
>> +SRC_URI = "git://
>> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y"
>> +
>> +require linux-raspberrypi.inc
>> --
>> 1.8.1.4
>>
>>
> Added a new patchset which adds file://sl030raspberrypii2ckernel.patch to
> these kernel versions too: https://review.gherzan.ro:8443/#/c/14/
>
> ag
>

Merged.

ag

[-- Attachment #2: Type: text/html, Size: 3772 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 6/6] userland: Update to HEAD on 2013-11-13
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 6/6] userland: " Andrei Gherzan
@ 2013-11-14 15:17   ` Andrei Gherzan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-14 15:17 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]

On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> Change-Id: Ic618f8bc5365b9f787a230a2a3e0ccb92c17738a
> 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 c7ea522..18c74fa 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 = "r2"
> +PR = "r3"
>
>  PROVIDES = "virtual/libgles2 \
>              virtual/egl"
>  COMPATIBLE_MACHINE = "raspberrypi"
>
> -SRCREV = "23baee63495aa685e7693467b7a5469ff5ca4481"
> +SRCREV = "628498eb6cf501554c98a5e6c7ea3855574fa43e"
>  SRC_URI = "git://
> github.com/raspberrypi/userland.git;protocol=git;branch=master \
>            "
>  S = "${WORKDIR}/git"
> --
> 1.8.1.4
>
>

Merged.

ag

[-- Attachment #2: Type: text/html, Size: 2239 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13 Andrei Gherzan
@ 2013-11-14 15:18   ` Andrei Gherzan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-14 15:18 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> Change-Id: I00ace3f8575015612ae09dfb99e2a33d87ddc4cb
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  recipes-bcm/common/firmware.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-bcm/common/firmware.inc
> b/recipes-bcm/common/firmware.inc
> index 5bad182..c780e63 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 ?= "5b37b2a7f357236210eef1a438becaa2a57148f2"
> -RPIFW_DATE ?= "20130819"
> +RPIFW_SRCREV ?= "3e92add424c3c2617d5df65caa307c808017a9ea"
> +RPIFW_DATE ?= "20131113"
>  RPIFW_SRC_URI ?= "git://
> github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>  RPIFW_S ?= "${WORKDIR}/git"
>
> --
> 1.8.1.4
>
>
Merged.

ag

[-- Attachment #2: Type: text/html, Size: 1681 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel
  2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel Andrei Gherzan
@ 2013-11-14 15:18   ` Andrei Gherzan
  0 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2013-11-14 15:18 UTC (permalink / raw)
  To: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> This is the default/base branch on official github repository:
> https://github.com/raspberrypi/linux/branches
>
> Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f
> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
> ---
>  conf/machine/include/rpi-default-providers.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/include/rpi-default-providers.inc
> b/conf/machine/include/rpi-default-providers.inc
> index 1a647c9..ffdb4f9 100644
> --- a/conf/machine/include/rpi-default-providers.inc
> +++ b/conf/machine/include/rpi-default-providers.inc
> @@ -2,7 +2,7 @@
>
>  PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi"
>  # The default kernel version is the same as used by Raspbian
> -PREFERRED_VERSION_linux-raspberrypi ?= "3.6.%"
> +PREFERRED_VERSION_linux-raspberrypi ?= "3.10.%"
>
>  PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
>  PREFERRED_PROVIDER_virtual/egl ?= "userland"
> --
> 1.8.1.4
>
>

Merged.

ag

[-- Attachment #2: Type: text/html, Size: 1830 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-11-14 15:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 16:19 [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan
2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 2/6] linux-raspberrypi: Update available versions to HEAD Andrei Gherzan
2013-11-14 15:16   ` Andrei Gherzan
2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0 Andrei Gherzan
2013-11-13 16:26   ` Andrei Gherzan
2013-11-14 15:17     ` Andrei Gherzan
2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 4/6] rpi-default-providers: Use 3.10.X as default kernel Andrei Gherzan
2013-11-14 15:18   ` Andrei Gherzan
2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 5/6] firmware.inc: Update to HEAD on 2013-11-13 Andrei Gherzan
2013-11-14 15:18   ` Andrei Gherzan
2013-11-13 16:19 ` [meta-raspberrypi][PATCH V2 6/6] userland: " Andrei Gherzan
2013-11-14 15:17   ` Andrei Gherzan
2013-11-13 16:23 ` [meta-raspberrypi][PATCH V2 1/6] bcm2835: Update to version 1.32 Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.