* [meta-raspberrypi][PATCH 1/6] firmware: Update to latest
@ 2016-10-31 16:52 Khem Raj
2016-10-31 16:52 ` [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4 Khem Raj
` (4 more replies)
0 siblings, 5 replies; 12+ messages in thread
From: Khem Raj @ 2016-10-31 16:52 UTC (permalink / raw)
To: yocto
Fixes issues with display not starting with weston
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
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 29f9c01..6ce89a5 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,5 +1,5 @@
-RPIFW_SRCREV ?= "ec63df146f454e8cab7080380f9138246d877013"
-RPIFW_DATE ?= "20161005"
+RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74"
+RPIFW_DATE ?= "20161020"
RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
RPIFW_S ?= "${WORKDIR}/git"
--
2.10.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4 2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj @ 2016-10-31 16:52 ` Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file Khem Raj ` (3 subsequent siblings) 4 siblings, 0 replies; 12+ messages in thread From: Khem Raj @ 2016-10-31 16:52 UTC (permalink / raw) To: yocto Signed-off-by: Khem Raj <raj.khem@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 02623f4..528cfef 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" -LINUX_VERSION ?= "4.8.1" +LINUX_VERSION ?= "4.8.4" -SRCREV = "5b7970b19bbb2ea1620591bfb6517848696ed0b9" +SRCREV = "d8f7c2da3d33ea4fb4f67411badad374b1160b44" SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \ " require linux-raspberrypi.inc -- 2.10.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file 2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4 Khem Raj @ 2016-10-31 16:52 ` Khem Raj 2016-11-08 11:05 ` Andrei Gherzan 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip Khem Raj ` (2 subsequent siblings) 4 siblings, 1 reply; 12+ messages in thread From: Khem Raj @ 2016-10-31 16:52 UTC (permalink / raw) To: yocto Signed-off-by: Khem Raj <raj.khem@gmail.com> --- recipes-graphics/wayland/weston_%.bbappend | 10 ++++++++++ recipes-graphics/weston/weston_%.bbappend | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 recipes-graphics/weston/weston_%.bbappend diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index 57b8079..f2cb7aa 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend @@ -1,2 +1,12 @@ EXTRA_OECONF_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' --enable-rpi-compositor WESTON_NATIVE_BACKEND=rpi-backend.so', d)}" +PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}" + +EXTRA_OECONF += "--disable-xwayland-test \ + --disable-simple-egl-clients \ +" + +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--enable-rpi-compositor', d)}" +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-resize-optimization', d)}" +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-setuid-install', d)}" +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'WESTON_NATIVE_BACKEND=rpi-backend.so', d)}" diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend deleted file mode 100644 index b964542..0000000 --- a/recipes-graphics/weston/weston_%.bbappend +++ /dev/null @@ -1,8 +0,0 @@ -PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}" -EXTRA_OECONF += "--disable-xwayland-test \ - --disable-simple-egl-clients \ -" -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--enable-rpi-compositor', d)}" -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-resize-optimization', d)}" -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-setuid-install', d)}" -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'WESTON_NATIVE_BACKEND=rpi-backend.so', d)}" -- 2.10.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file Khem Raj @ 2016-11-08 11:05 ` Andrei Gherzan 0 siblings, 0 replies; 12+ messages in thread From: Andrei Gherzan @ 2016-11-08 11:05 UTC (permalink / raw) To: Khem Raj; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 2627 bytes --] On Mon, Oct 31, 2016 at 09:52:05AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > recipes-graphics/wayland/weston_%.bbappend | 10 ++++++++++ > recipes-graphics/weston/weston_%.bbappend | 8 -------- > 2 files changed, 10 insertions(+), 8 deletions(-) > delete mode 100644 recipes-graphics/weston/weston_%.bbappend > > diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend > index 57b8079..f2cb7aa 100644 > --- a/recipes-graphics/wayland/weston_%.bbappend > +++ b/recipes-graphics/wayland/weston_%.bbappend > @@ -1,2 +1,12 @@ > EXTRA_OECONF_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' --enable-rpi-compositor WESTON_NATIVE_BACKEND=rpi-backend.so', d)}" > > +PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}" > + > +EXTRA_OECONF += "--disable-xwayland-test \ > + --disable-simple-egl-clients \ > +" > + > +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--enable-rpi-compositor', d)}" > +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-resize-optimization', d)}" > +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-setuid-install', d)}" > +EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'WESTON_NATIVE_BACKEND=rpi-backend.so', d)}" > diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend > deleted file mode 100644 > index b964542..0000000 > --- a/recipes-graphics/weston/weston_%.bbappend > +++ /dev/null > @@ -1,8 +0,0 @@ > -PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' fbdev', '', d)}" > -EXTRA_OECONF += "--disable-xwayland-test \ > - --disable-simple-egl-clients \ > -" > -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--enable-rpi-compositor', d)}" > -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-resize-optimization', d)}" > -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', '--disable-setuid-install', d)}" > -EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'WESTON_NATIVE_BACKEND=rpi-backend.so', d)}" > -- > 2.10.1 > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 817 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip 2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4 Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file Khem Raj @ 2016-10-31 16:52 ` Khem Raj 2016-11-08 11:01 ` Andrei Gherzan 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 Khem Raj 4 siblings, 1 reply; 12+ messages in thread From: Khem Raj @ 2016-10-31 16:52 UTC (permalink / raw) To: yocto Signed-off-by: Khem Raj <raj.khem@gmail.com> --- 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 3c63f94..7558851 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi" SRCBRANCH = "master" SRCFORK = "raspberrypi" -SRCREV = "2350bf2511fa49e177fb35c9613eef1b657a7506" +SRCREV = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ -- 2.10.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip Khem Raj @ 2016-11-08 11:01 ` Andrei Gherzan 0 siblings, 0 replies; 12+ messages in thread From: Andrei Gherzan @ 2016-11-08 11:01 UTC (permalink / raw) To: Khem Raj; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 1009 bytes --] On Mon, Oct 31, 2016 at 09:52:06AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > 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 3c63f94..7558851 100644 > --- a/recipes-graphics/userland/userland_git.bb > +++ b/recipes-graphics/userland/userland_git.bb > @@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi" > > SRCBRANCH = "master" > SRCFORK = "raspberrypi" > -SRCREV = "2350bf2511fa49e177fb35c9613eef1b657a7506" > +SRCREV = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f" > > SRC_URI = "\ > git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ > -- > 2.10.1 > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 817 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj ` (2 preceding siblings ...) 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip Khem Raj @ 2016-10-31 16:52 ` Khem Raj 2016-11-08 10:57 ` Andrei Gherzan 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 Khem Raj 4 siblings, 1 reply; 12+ messages in thread From: Khem Raj @ 2016-10-31 16:52 UTC (permalink / raw) To: yocto Signed-off-by: Khem Raj <raj.khem@gmail.com> --- 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 6ce89a5..ed0782f 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc @@ -1,5 +1,5 @@ -RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74" -RPIFW_DATE ?= "20161020" +RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71" +RPIFW_DATE ?= "20161030" RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" RPIFW_S ?= "${WORKDIR}/git" -- 2.10.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 Khem Raj @ 2016-11-08 10:57 ` Andrei Gherzan 2016-11-08 11:04 ` Gary Thomas 0 siblings, 1 reply; 12+ messages in thread From: Andrei Gherzan @ 2016-11-08 10:57 UTC (permalink / raw) To: Khem Raj; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 965 bytes --] On Mon, Oct 31, 2016 at 09:52:07AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > 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 6ce89a5..ed0782f 100644 > --- a/recipes-bsp/common/firmware.inc > +++ b/recipes-bsp/common/firmware.inc > @@ -1,5 +1,5 @@ > -RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74" > -RPIFW_DATE ?= "20161020" > +RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71" > +RPIFW_DATE ?= "20161030" > RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" > RPIFW_S ?= "${WORKDIR}/git" > > -- > 2.10.1 > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 817 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 2016-11-08 10:57 ` Andrei Gherzan @ 2016-11-08 11:04 ` Gary Thomas 2016-11-08 11:08 ` Andrei Gherzan 0 siblings, 1 reply; 12+ messages in thread From: Gary Thomas @ 2016-11-08 11:04 UTC (permalink / raw) To: yocto On 2016-11-08 11:57, Andrei Gherzan wrote: > On Mon, Oct 31, 2016 at 09:52:07AM -0700, Khem Raj wrote: >> Signed-off-by: Khem Raj <raj.khem@gmail.com> >> --- >> 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 6ce89a5..ed0782f 100644 >> --- a/recipes-bsp/common/firmware.inc >> +++ b/recipes-bsp/common/firmware.inc >> @@ -1,5 +1,5 @@ >> -RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74" >> -RPIFW_DATE ?= "20161020" >> +RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71" >> +RPIFW_DATE ?= "20161030" >> RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" >> RPIFW_S ?= "${WORKDIR}/git" >> >> -- >> 2.10.1 >> >> -- >> _______________________________________________ >> yocto mailing list >> yocto@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/yocto > > Merged to master. Thanks. > > -- > Andrei Gherzan > > > What about the patches to switch to tarballs for the firmware? This seems much more sensible than sloshing around 6+GB GIT files... -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 2016-11-08 11:04 ` Gary Thomas @ 2016-11-08 11:08 ` Andrei Gherzan 0 siblings, 0 replies; 12+ messages in thread From: Andrei Gherzan @ 2016-11-08 11:08 UTC (permalink / raw) To: Gary Thomas; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 1396 bytes --] On Tue, Nov 08, 2016 at 12:04:55PM +0100, Gary Thomas wrote: > On 2016-11-08 11:57, Andrei Gherzan wrote: > > On Mon, Oct 31, 2016 at 09:52:07AM -0700, Khem Raj wrote: > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > > --- > > > 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 6ce89a5..ed0782f 100644 > > > --- a/recipes-bsp/common/firmware.inc > > > +++ b/recipes-bsp/common/firmware.inc > > > @@ -1,5 +1,5 @@ > > > -RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74" > > > -RPIFW_DATE ?= "20161020" > > > +RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71" > > > +RPIFW_DATE ?= "20161030" > > > RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master" > > > RPIFW_S ?= "${WORKDIR}/git" > > > > > > -- > > > 2.10.1 > > > > > > -- > > > _______________________________________________ > > > yocto mailing list > > > yocto@yoctoproject.org > > > https://lists.yoctoproject.org/listinfo/yocto > > > > Merged to master. Thanks. > > > > -- > > Andrei Gherzan > > > > > > > > What about the patches to switch to tarballs for the firmware? > This seems much more sensible than sloshing around 6+GB GIT files... > Next in line. :) -- Andrei Gherzan [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 817 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj ` (3 preceding siblings ...) 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 Khem Raj @ 2016-10-31 16:52 ` Khem Raj 2016-11-08 10:39 ` Andrei Gherzan 4 siblings, 1 reply; 12+ messages in thread From: Khem Raj @ 2016-10-31 16:52 UTC (permalink / raw) To: yocto Signed-off-by: Khem Raj <raj.khem@gmail.com> --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 4b15f88..19e8552 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb @@ -1,8 +1,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" -LINUX_VERSION ?= "4.4.23" +LINUX_VERSION ?= "4.4.28" -SRCREV = "c2a1d975537fcac01da80ce34f10bc491620a64e" +SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7" SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \ file://0001-fix-dtbo-rules.patch \ " -- 2.10.1 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 Khem Raj @ 2016-11-08 10:39 ` Andrei Gherzan 0 siblings, 0 replies; 12+ messages in thread From: Andrei Gherzan @ 2016-11-08 10:39 UTC (permalink / raw) To: Khem Raj; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 1101 bytes --] On Mon, Oct 31, 2016 at 09:52:08AM -0700, Khem Raj wrote: > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb > index 4b15f88..19e8552 100644 > --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb > +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb > @@ -1,8 +1,8 @@ > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" > > -LINUX_VERSION ?= "4.4.23" > +LINUX_VERSION ?= "4.4.28" > > -SRCREV = "c2a1d975537fcac01da80ce34f10bc491620a64e" > +SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7" > SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \ > file://0001-fix-dtbo-rules.patch \ > " > -- > 2.10.1 > > -- > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 817 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2016-11-08 11:08 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-10-31 16:52 [meta-raspberrypi][PATCH 1/6] firmware: Update to latest Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 2/6] linux-raspberrypi_4.8.bb: Update to 4.8.4 Khem Raj 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 3/6] weston: Unify bbappends for weston into single file Khem Raj 2016-11-08 11:05 ` Andrei Gherzan 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 4/6] userland: Update to latest master tip Khem Raj 2016-11-08 11:01 ` Andrei Gherzan 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 5/6] firmware: Update to 20161030 Khem Raj 2016-11-08 10:57 ` Andrei Gherzan 2016-11-08 11:04 ` Gary Thomas 2016-11-08 11:08 ` Andrei Gherzan 2016-10-31 16:52 ` [meta-raspberrypi][PATCH 6/6] linux-raspberrypi-4.4: Update to 4.4.28 Khem Raj 2016-11-08 10:39 ` 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.