From 54d3650fa13f6e596a023acc3d8a9cd2ead8b283 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:25:12 +0200 Subject: linux-raspberrypi: Update v3.11.10 to current remote HEAD Change-Id: I724511ad5e96ff1b7779c3afe772eaf0d5250c8e Signed-off-by: Andrei Gherzan --- 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 3962b40..6df11fe 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 = "71397e18fb1038619f3066827b83d6fcd5d8bd62" +SRCREV = "8f768c5f2a3314e4eacce8d667c787f8dadfda74" SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \ file://sl030raspberrypii2ckernel.patch \ " -- cgit v1.2.3-54-g00ecf From 2bcc11d41ed62814512894e61d31b6465f7fa57b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:25:40 +0200 Subject: linux-raspberrypi: Update v3.10.26 to v3.10.30 Change-Id: Ib15942c4f525c8765d49deda94d2195dc01df14c Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.26.bb | 6 ------ recipes-kernel/linux/linux-raspberrypi_3.10.30.bb | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.26.bb create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.30.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.26.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.26.bb deleted file mode 100644 index 03f0bd0..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.10.26.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRCREV = "8c92f4407b5fa8b2a1c843e6c8c0ccb5c5a0b762" -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.30.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb new file mode 100644 index 0000000..e1f2a1a --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.30.bb @@ -0,0 +1,6 @@ +SRCREV = "26d1de2993c81c01f91ebc93a1fad8957c9ece17" +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ + file://sl030raspberrypii2ckernel.patch \ + " + +require linux-raspberrypi.inc -- cgit v1.2.3-54-g00ecf From 8ba072fa768638301660df77a5dee995f13249c9 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:27:30 +0200 Subject: linux-raspberrypi: Update v3.12.7 to v3.12.11 Change-Id: I4358434c036eb8285f60dafac961c5734da1320b Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.12.11.bb | 6 ++++++ recipes-kernel/linux/linux-raspberrypi_3.12.7.bb | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.11.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.7.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb new file mode 100644 index 0000000..ff8ed2a --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.11.bb @@ -0,0 +1,6 @@ +SRCREV = "e297b214d77ce06a321e5ff98d74ae511ce18696" +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 deleted file mode 100644 index b71363c..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.12.7.bb +++ /dev/null @@ -1,6 +0,0 @@ -SRCREV = "7b3d6227aa8285f7cbd5b8ec767a840b6ac42477" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc -- cgit v1.2.3-54-g00ecf From d06976118b4156241f6f85941f6df7fe39aebb05 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:27:54 +0200 Subject: linux-raspberrypi: Add v3.13.3 Change-Id: Iace039740f3b1b910d65bd3a2c82dc08836fde57 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.13.3.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.13.3.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb b/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb new file mode 100644 index 0000000..078c031 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.13.3.bb @@ -0,0 +1,6 @@ +SRCREV = "660b0008f5d318d8a29187b64c8717e75ad14c1c" +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.13.y \ + file://sl030raspberrypii2ckernel.patch \ + " + +require linux-raspberrypi.inc -- cgit v1.2.3-54-g00ecf From 55e2c1c1724e5b52b47bc6f343b742e208c32bf5 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:31:18 +0200 Subject: firmware: Update to current remote HEAD Change-Id: Iad457c2610ee3a0209598c92e5c473ae8f113636 Signed-off-by: Andrei Gherzan --- 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 0b1aa05..390f6b3 100644 --- a/recipes-bcm/common/firmware.inc +++ b/recipes-bcm/common/firmware.inc @@ -1,6 +1,6 @@ -# 17/01/2014 firmware; this can be overridden from distro config -RPIFW_SRCREV ?= "9babf5f124b85293f81d78b031a15da0d51d46bd" -RPIFW_DATE ?= "20140117" +# 21/02/2014 firmware; this can be overridden from distro config +RPIFW_SRCREV ?= "cf20d522e926f30e91fa890d42d010ca98913286" +RPIFW_DATE ?= "20140221" RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" RPIFW_S ?= "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From f83334b6879a26a2bc44bc27812d4ea12f5b0d7b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:32:15 +0200 Subject: userland: Update to current remote HEAD Change-Id: I635b2f2bff03ca7f091f8d5476afa4681f6bda71 Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index cba1709..07c8381 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -11,7 +11,7 @@ PROVIDES = "virtual/libgles2 \ virtual/egl" COMPATIBLE_MACHINE = "raspberrypi" -SRCREV = "6da40ffd91f2b3c2aa8471195813322ae5d0cb0d" +SRCREV = "8181677fc08814cd5fcd1475ab73046f89f8dc80" SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From 9d8e47274bbd3df7c1542bd35551e6f0686bd116 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 21 Feb 2014 10:36:58 +0200 Subject: omxplayer: Update to current remote HEAD No need for mktemp-compatible-with-busybox.patch as the issue was fixed in current revision. omxplayer startup bash script needs pgrep so add procps to RDEPENDS. Change-Id: I1eecd332e8e51dbbf97e25ec6ed133077f137d7b Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 33202dc..526dc86 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb @@ -10,12 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "libpcre libav virtual/egl boost freetype dbus" PR = "r3" -SRCREV = "f666a5dfbec36e2af7cd965558ac8643c86277a6" +SRCREV = "7af21f596378e5efeceebedff9c4a298e2d06d98" SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ file://0001-Remove-Makefile.include-which-includes-hardcoded.patch \ file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ file://0003-Remove-strip-step-in-Makefile.patch \ - file://mktemp-compatible-with-busybox.patch \ file://fix-tar-command-with-DIST.patch \ " S = "${WORKDIR}/git" @@ -68,4 +67,4 @@ FILES_${PN} = "${bindir}/omxplayer* \ FILES_${PN}-dev += "${libdir}/omxplayer/*.so" -RDEPENDS_${PN} += "bash" +RDEPENDS_${PN} += "bash procps" -- cgit v1.2.3-54-g00ecf