All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 0/6] Update packages
@ 2015-07-08 16:10 Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV Petter Mabäcker
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

See http://redmine.gherzan.com/issues/60 for additional info.

The following changes since commit c8532df1c2e4812b3520d32ed49be943bea2edd9:

  If SERIAL_CONSOLE is already define by another layer, this value may not be good. (2015-06-05 16:38:14 +0200)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib petmab/rpi_redmine_60_03
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_redmine_60_03

Petter Mabäcker (6):
  bcm: Bump SRCREV
  rpi-mkimage: Bump SRCREV
  bcm2835: update version to 1.44
  pi-blaster: bump to latest version
  rpi-gpio: update version to 0.5.11
  userland: bump SRCREV

 recipes-bsp/common/firmware.inc                    |  4 +-
 recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb         |  2 +-
 .../bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb}   |  4 +-
 ...ndle-install-data-hook-when-cross-compile.patch | 54 +++++++++++++++
 .../files/enable-autotools-support.patch           | 77 ----------------------
 recipes-devtools/pi-blaster/pi-blaster.inc         |  4 +-
 recipes-devtools/pi-blaster/pi-blaster_git.bb      |  2 +-
 .../{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb}      |  4 +-
 recipes-graphics/userland/userland_git.bb          |  4 +-
 9 files changed, 66 insertions(+), 89 deletions(-)
 rename recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} (88%)
 create mode 100644 recipes-devtools/pi-blaster/files/0001-handle-install-data-hook-when-cross-compile.patch
 delete mode 100644 recipes-devtools/pi-blaster/files/enable-autotools-support.patch
 rename recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} (76%)

-- 
1.9.1



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

* [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
@ 2015-07-08 16:10 ` Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 2/6] rpi-mkimage: " Petter Mabäcker
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

Update to latest version of firmware.git

[Support #60]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 recipes-bsp/common/firmware.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index ad3176a..a5a5412 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,5 +1,5 @@
-RPIFW_SRCREV ?= "e42a747e8d5c4a2fb3e837d0924c7cc39999936a"
-RPIFW_DATE ?= "20150206"
+RPIFW_SRCREV ?= "89881b5488a5a60088677333dcbd97e1836c0e7e"
+RPIFW_DATE ?= "20150630"
 RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
 RPIFW_S ?= "${WORKDIR}/git"
 
-- 
1.9.1



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

* [meta-raspberrypi][PATCH 2/6] rpi-mkimage: Bump SRCREV
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV Petter Mabäcker
@ 2015-07-08 16:10 ` Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 3/6] bcm2835: update version to 1.44 Petter Mabäcker
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

Update to latest version of rpi-mkimg

[Support #60]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
index 1778275..ffd1818 100644
--- a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
+++ b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
@@ -5,7 +5,7 @@ SECTION = "bootloader"
 
 DEPENDS = "python"
 
-SRCREV = "b9d7a8ac626e377577aa6900da5c5a965cafb66c"
+SRCREV = "d4b397f3a1e60ea45660eafb9209bcb97453c456"
 SRC_URI = " \
     git://github.com/raspberrypi/tools.git;branch=master;protocol=git \
     file://License \
-- 
1.9.1



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

* [meta-raspberrypi][PATCH 3/6] bcm2835: update version to 1.44
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 2/6] rpi-mkimage: " Petter Mabäcker
@ 2015-07-08 16:10 ` Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 4/6] pi-blaster: bump to latest version Petter Mabäcker
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

[Support #60]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-devtools/bcm2835/{bcm2835_1.38.bb => bcm2835_1.44.bb} (88%)

diff --git a/recipes-devtools/bcm2835/bcm2835_1.38.bb b/recipes-devtools/bcm2835/bcm2835_1.44.bb
similarity index 88%
rename from recipes-devtools/bcm2835/bcm2835_1.38.bb
rename to recipes-devtools/bcm2835/bcm2835_1.44.bb
index 316d7b5..a0d349d 100644
--- a/recipes-devtools/bcm2835/bcm2835_1.38.bb
+++ b/recipes-devtools/bcm2835/bcm2835_1.44.bb
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE = "raspberrypi"
 
 SRC_URI = "http://www.airspayce.com/mikem/bcm2835/bcm2835-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "22d431f7402b9c7f93baef348a459cb1"
-SRC_URI[sha256sum] = "90c993559ea273ae2e0587f6b815f7c80f19f47ee7f8aa7799b883f975196dbe"
+SRC_URI[md5sum] = "a974af22a2fa2c0b131becd55c4b31c0"
+SRC_URI[sha256sum] = "608b60bf95ff909a027155303090b71643f333116584d4a2c3b8f6edbf49c612"
 
 inherit autotools
 
-- 
1.9.1



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

* [meta-raspberrypi][PATCH 4/6] pi-blaster: bump to latest version
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
                   ` (2 preceding siblings ...)
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 3/6] bcm2835: update version to 1.44 Petter Mabäcker
@ 2015-07-08 16:10 ` Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 5/6] rpi-gpio: update version to 0.5.11 Petter Mabäcker
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

Removed 'enable-autotools-support.patch' since it is included in latest
upstream. Also fix a cross compiling issue.

[Support #60]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 ...ndle-install-data-hook-when-cross-compile.patch | 54 +++++++++++++++
 .../files/enable-autotools-support.patch           | 77 ----------------------
 recipes-devtools/pi-blaster/pi-blaster.inc         |  4 +-
 recipes-devtools/pi-blaster/pi-blaster_git.bb      |  2 +-
 4 files changed, 57 insertions(+), 80 deletions(-)
 create mode 100644 recipes-devtools/pi-blaster/files/0001-handle-install-data-hook-when-cross-compile.patch
 delete mode 100644 recipes-devtools/pi-blaster/files/enable-autotools-support.patch

diff --git a/recipes-devtools/pi-blaster/files/0001-handle-install-data-hook-when-cross-compile.patch b/recipes-devtools/pi-blaster/files/0001-handle-install-data-hook-when-cross-compile.patch
new file mode 100644
index 0000000..2f2a7f4
--- /dev/null
+++ b/recipes-devtools/pi-blaster/files/0001-handle-install-data-hook-when-cross-compile.patch
@@ -0,0 +1,54 @@
+From 28e4bc3216f8845cf278f0fbc6b2c30eebcc35aa Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petter=20Mab=C3=A4cker?= <petter@technux.se>
+Date: Sun, 7 Jun 2015 17:17:01 +0200
+Subject: [PATCH] handle install-data-hook when cross compile
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Avoid doing 'install-data-hook' when cross compiling since it isn't
+suitable to update rc.d or run the service when cross
+compiling.
+
+Upstream-Status: Pending
+
+Signed-off-by: Petter Mabäcker <petter@technux.se>
+---
+ Makefile.am  | 4 +++-
+ configure.ac | 1 +
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 6693d46..935288f 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -13,6 +13,7 @@ else
+ init_ddir = $(sysconfdir)/init.d
+ init_d_SCRIPTS = pi-blaster.boot.sh
+ 
++if !CROSS_COMPILING
+ install-data-hook:
+ 	update-rc.d pi-blaster.boot.sh defaults
+ 	$(init_ddir)/pi-blaster.boot.sh start
+@@ -20,4 +21,5 @@ install-data-hook:
+ uninstall-hook:
+ 	update-rc.d pi-blaster.boot.sh remove
+ 	killall pi-blaster
+-endif
++endif # !CROSS_COMPILING
++endif # !HAVE_SYSTEMD
+diff --git a/configure.ac b/configure.ac
+index 5d0c1fa..aaf4465 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -23,6 +23,7 @@ if test "x$with_systemdsystemunitdir" != xno; then
+  AC_SUBST([systemdsystemunitdir], [$with_systemdsystemunitdir])
+ fi
+ AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_systemdsystemunitdir" != xno ])
++AM_CONDITIONAL(CROSS_COMPILING, [test x"$cross_compiling" = x"yes" ])
+ 
+ # Checks for programs.
+ AC_PROG_CC
+-- 
+1.9.1
+
diff --git a/recipes-devtools/pi-blaster/files/enable-autotools-support.patch b/recipes-devtools/pi-blaster/files/enable-autotools-support.patch
deleted file mode 100644
index f0d4958..0000000
--- a/recipes-devtools/pi-blaster/files/enable-autotools-support.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-Add autotools configuration files to simplify cross-compilation
-
-Upstream-Status: Submitted [https://github.com/sarfata/pi-blaster/pull/25]
-
-Signed-off-by: Alex Lennon <ajlennon@dynamicdevices.co.uk>
-
-diff -Nur git.org/Makefile git.new/Makefile
---- git.org/Makefile	2014-06-11 15:42:26.490930706 +0100
-+++ git.new/Makefile	1970-01-01 01:00:00.000000000 +0100
-@@ -1,23 +0,0 @@
--.PHONY: all
--all:	pi-blaster
--
--REVISION=$(shell egrep -q '000f$$' /proc/cpuinfo && echo 2 || echo 1)
--
--pi-blaster:	pi-blaster.c
--	gcc -Wall -g -O2 -o $@ $< -DREVISION=$(REVISION)
--
--clean:
--	rm -f pi-blaster
--
--install: pi-blaster
--	cp -f pi-blaster.boot.sh /etc/init.d/pi-blaster
--	chmod +x /etc/init.d/pi-blaster
--	cp -f pi-blaster /usr/sbin/pi-blaster
--	update-rc.d pi-blaster defaults
--	/etc/init.d/pi-blaster start
--	
--uninstall:
--	-/etc/init.d/pi-blaster stop
--	rm /usr/sbin/pi-blaster
--	rm /etc/init.d/pi-blaster
--	update-rc.d pi-blaster remove
-diff -Nur git.org/Makefile.am git.new/Makefile.am
---- git.org/Makefile.am	1970-01-01 01:00:00.000000000 +0100
-+++ git.new/Makefile.am	2014-06-11 15:40:16.562930372 +0100
-@@ -0,0 +1,9 @@
-+AUTOMAKE_OPTIONS = foreign
-+
-+CFLAGS = -Wall -pedantic
-+
-+sbin_PROGRAMS = pi-blaster
-+pi_blaster_SOURCES = pi-blaster.c
-+
-+init_ddir = $(sysconfdir)/init.d
-+init_d_SCRIPTS = pi-blaster.boot.sh
-diff -Nur git.org/autogen.sh git.new/autogen.sh
---- git.org/autogen.sh	1970-01-01 01:00:00.000000000 +0100
-+++ git.new/autogen.sh	2014-06-11 15:35:57.798929684 +0100
-@@ -0,0 +1,9 @@
-+#!/bin/sh
-+
-+echo "Generating configure files... may take a while."
-+
-+autoreconf --install --force && \
-+  echo "Preparing was successful if there was no error messages above." && \
-+  echo "Now type:" && \
-+  echo "  ./configure && make"  && \
-+  echo "Run './configure --help' for more information"
-diff -Nur git.org/configure.ac git.new/configure.ac
---- git.org/configure.ac	1970-01-01 01:00:00.000000000 +0100
-+++ git.new/configure.ac	2014-06-11 15:35:53.154929717 +0100
-@@ -0,0 +1,14 @@
-+#                                               -*- Autoconf -*-
-+# Process this file with autoconf to produce a configure script.
-+
-+AC_PREREQ([2.69])
-+AC_INIT(pi-blaster, 0.1.0)
-+AC_CONFIG_SRCDIR([pi-blaster.c])
-+AC_CONFIG_HEADERS([config.h])
-+AM_INIT_AUTOMAKE
-+
-+# Checks for programs.
-+AC_PROG_CC
-+
-+AC_CONFIG_FILES([Makefile])
-+AC_OUTPUT
diff --git a/recipes-devtools/pi-blaster/pi-blaster.inc b/recipes-devtools/pi-blaster/pi-blaster.inc
index 04a7b5e..1f4cc2f 100644
--- a/recipes-devtools/pi-blaster/pi-blaster.inc
+++ b/recipes-devtools/pi-blaster/pi-blaster.inc
@@ -2,11 +2,11 @@ DESCRIPTION = "This project enables PWM on the GPIO pins you request of a Raspbe
 HOMEPAGE = "https://github.com/sarfata/pi-blaster/"
 SECTION = "devel/libs"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README.md;beginline=138;endline=151;md5=e0f0f92050a87a160939707c60940307"
+LIC_FILES_CHKSUM = "file://README.md;beginline=157;endline=170;md5=f20832f31126609af5a7bf2340014540"
 
 SRC_URI = "git://github.com/sarfata/pi-blaster \
-           file://enable-autotools-support.patch \
            file://remove-initscript-lsb-dependency.patch \
+           file://0001-handle-install-data-hook-when-cross-compile.patch \
 "
 
 S = "${WORKDIR}/git"
diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb
index 25eb382..3ae7c49 100644
--- a/recipes-devtools/pi-blaster/pi-blaster_git.bb
+++ b/recipes-devtools/pi-blaster/pi-blaster_git.bb
@@ -1,3 +1,3 @@
 require pi-blaster.inc
 
-SRCREV = "177cef81774d6df5c6284c198ff818515281db14"
+SRCREV = "cd318cd63031a30249a4c08435b97263fa76d7b7"
-- 
1.9.1



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

* [meta-raspberrypi][PATCH 5/6] rpi-gpio: update version to 0.5.11
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
                   ` (3 preceding siblings ...)
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 4/6] pi-blaster: bump to latest version Petter Mabäcker
@ 2015-07-08 16:10 ` Petter Mabäcker
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 6/6] userland: bump SRCREV Petter Mabäcker
  2015-07-19 17:05 ` [meta-raspberrypi][PATCH 0/6] Update packages Andrei Gherzan
  6 siblings, 0 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

[Support #60]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename recipes-devtools/python/{rpi-gpio_0.5.9.bb => rpi-gpio_0.5.11.bb} (76%)

diff --git a/recipes-devtools/python/rpi-gpio_0.5.9.bb b/recipes-devtools/python/rpi-gpio_0.5.11.bb
similarity index 76%
rename from recipes-devtools/python/rpi-gpio_0.5.9.bb
rename to recipes-devtools/python/rpi-gpio_0.5.11.bb
index 9394fd8..bca31cc 100644
--- a/recipes-devtools/python/rpi-gpio_0.5.9.bb
+++ b/recipes-devtools/python/rpi-gpio_0.5.11.bb
@@ -15,5 +15,5 @@ inherit distutils
 
 COMPATIBLE_MACHINE = "raspberrypi"
 
-SRC_URI[md5sum] = "54ea6ef33502d43e3a89713593315e5a"
-SRC_URI[sha256sum] = "167fab1861093677af69db135ce815729dd4fbfb8f8e2eb830eab6324bc89152"
+SRC_URI[md5sum] = "9dc3dab6ce2b7ccb833a866efb392821"
+SRC_URI[sha256sum] = "8d6f02da7f90e24512ad80ee4ccf34ef33687c88c47326f100cf7ac4d7ae4bf3"
-- 
1.9.1



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

* [meta-raspberrypi][PATCH 6/6] userland: bump SRCREV
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
                   ` (4 preceding siblings ...)
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 5/6] rpi-gpio: update version to 0.5.11 Petter Mabäcker
@ 2015-07-08 16:10 ` Petter Mabäcker
  2015-07-19 17:05 ` [meta-raspberrypi][PATCH 0/6] Update packages Andrei Gherzan
  6 siblings, 0 replies; 8+ messages in thread
From: Petter Mabäcker @ 2015-07-08 16:10 UTC (permalink / raw)
  To: yocto

Update to latest version of userland for rpi.

[Support #60]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 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 729c42a..dfb6701 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -5,7 +5,7 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG."
 LICENSE = "Broadcom"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f"
 
-PR = "r4"
+PR = "r5"
 
 PROVIDES = "virtual/libgles2 \
             virtual/egl"
@@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
 
 SRCBRANCH = "master"
 SRCFORK = "raspberrypi"
-SRCREV = "3b81b91c18ff19f97033e146a9f3262ca631f0e9"
+SRCREV = "c2f27fb8e581f8e5af83bf28422553ade8f7a7c8"
 
 SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
           "
-- 
1.9.1



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

* Re: [meta-raspberrypi][PATCH 0/6] Update packages
  2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
                   ` (5 preceding siblings ...)
  2015-07-08 16:10 ` [meta-raspberrypi][PATCH 6/6] userland: bump SRCREV Petter Mabäcker
@ 2015-07-19 17:05 ` Andrei Gherzan
  6 siblings, 0 replies; 8+ messages in thread
From: Andrei Gherzan @ 2015-07-19 17:05 UTC (permalink / raw)
  To: Petter Mabäcker; +Cc: yocto

On Wed, Jul 08, 2015 at 06:10:33PM +0200, Petter Mabäcker wrote:
> See http://redmine.gherzan.com/issues/60 for additional info.
>
> The following changes since commit c8532df1c2e4812b3520d32ed49be943bea2edd9:
>
>   If SERIAL_CONSOLE is already define by another layer, this value may not be good. (2015-06-05 16:38:14 +0200)
>
> are available in the git repository at:
>
>   git://git.yoctoproject.org/poky-contrib petmab/rpi_redmine_60_03
>   http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_redmine_60_03
>
> Petter Mabäcker (6):
>   bcm: Bump SRCREV
>   rpi-mkimage: Bump SRCREV
>   bcm2835: update version to 1.44
>   pi-blaster: bump to latest version
>   rpi-gpio: update version to 0.5.11
>   userland: bump SRCREV
>

Series tested and merged to master. Thanks.

--
Andrei Gherzan


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

end of thread, other threads:[~2015-07-19 17:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 16:10 [meta-raspberrypi][PATCH 0/6] Update packages Petter Mabäcker
2015-07-08 16:10 ` [meta-raspberrypi][PATCH 1/6] bcm: Bump SRCREV Petter Mabäcker
2015-07-08 16:10 ` [meta-raspberrypi][PATCH 2/6] rpi-mkimage: " Petter Mabäcker
2015-07-08 16:10 ` [meta-raspberrypi][PATCH 3/6] bcm2835: update version to 1.44 Petter Mabäcker
2015-07-08 16:10 ` [meta-raspberrypi][PATCH 4/6] pi-blaster: bump to latest version Petter Mabäcker
2015-07-08 16:10 ` [meta-raspberrypi][PATCH 5/6] rpi-gpio: update version to 0.5.11 Petter Mabäcker
2015-07-08 16:10 ` [meta-raspberrypi][PATCH 6/6] userland: bump SRCREV Petter Mabäcker
2015-07-19 17:05 ` [meta-raspberrypi][PATCH 0/6] Update packages 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.