All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
@ 2016-11-06  7:25 Khem Raj
  2016-11-06  7:25 ` [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = "" Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Khem Raj @ 2016-11-06  7:25 UTC (permalink / raw)
  To: yocto

This is a binary repo and its quite large in size
we do not need the whole history of this repo since
most of stuff needed is binaries, therefore switch
to release tarballs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/common/firmware.inc | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index ed0782f..8862f58 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,8 +1,10 @@
-RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
-RPIFW_DATE ?= "20161030"
-RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
-RPIFW_S ?= "${WORKDIR}/git"
+RPIFW_DATE ?= "20161020"
+RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
+RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
 
 SRC_URI = "${RPIFW_SRC_URI}"
-SRCREV = "${RPIFW_SRCREV}"
+SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
+SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
+
 PV = "${RPIFW_DATE}"
+
-- 
2.10.2



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

* [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""
  2016-11-06  7:25 [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Khem Raj
@ 2016-11-06  7:25 ` Khem Raj
  2016-11-06 10:57   ` Andrei Gherzan
  2016-11-08 11:28   ` Andrei Gherzan
  2016-11-06 10:14 ` [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Paul Barker
  2016-11-08 11:16 ` Andrei Gherzan
  2 siblings, 2 replies; 15+ messages in thread
From: Khem Raj @ 2016-11-06  7:25 UTC (permalink / raw)
  To: yocto

ASNEEDED does not work with userland libraries as
noted in see
https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html

Helps with running kodi using gles2

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../userland/0003-wayland-Add-Wayland-example.patch        | 14 +++++++-------
 recipes-graphics/userland/userland_git.bb                  |  4 +++-
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
index 49a7872..98f18c8 100644
--- a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
+++ b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
@@ -1,4 +1,4 @@
-From 7f52662a4d1965988ee5ada28ce3525c38ebf164 Mon Sep 17 00:00:00 2001
+From 6ee44bd040bf8e8abf9c5a7be7f6ea4b82d5671a Mon Sep 17 00:00:00 2001
 From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
 Date: Tue, 1 Oct 2013 13:19:20 +0200
 Subject: [PATCH 03/13] wayland: Add Wayland example
@@ -844,23 +844,23 @@ index 0000000..1a7bfc4
 +}
 +
 diff --git a/host_applications/linux/apps/hello_pi/rebuild.sh b/host_applications/linux/apps/hello_pi/rebuild.sh
-index fa4539e..37120ac 100755
+index 8225dd5..0be6ce7 100755
 --- a/host_applications/linux/apps/hello_pi/rebuild.sh
 +++ b/host_applications/linux/apps/hello_pi/rebuild.sh
-@@ -13,6 +13,7 @@ make -C hello_jpeg clean
- make -C hello_videocube clean
+@@ -14,6 +14,7 @@ make -C hello_videocube clean
  make -C hello_teapot clean
  make -C hello_fft clean
+ make -C hello_mmal_encode clean
 +make -C hello_wayland clean
  
  make -C libs/ilclient
  make -C libs/vgfont
-@@ -29,4 +30,4 @@ make -C hello_jpeg
- make -C hello_videocube
+@@ -31,4 +32,4 @@ make -C hello_videocube
  make -C hello_teapot
  make -C hello_fft
+ make -C hello_mmal_encode
 -
 +make -C hello_wayland
 -- 
-2.10.0
+2.10.2
 
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index 7558851..84d6854 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 = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f"
+SRCREV = "100f8bb3e74e29d04fb99857183cc34aaa712e3f"
 
 SRC_URI = "\
     git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
@@ -38,6 +38,8 @@ S = "${WORKDIR}/git"
 
 inherit cmake pkgconfig
 
+ASNEEDED = ""
+
 EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
                  -DVMCS_INSTALL_PREFIX=${exec_prefix} \
 "
-- 
2.10.2



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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-06  7:25 [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Khem Raj
  2016-11-06  7:25 ` [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = "" Khem Raj
@ 2016-11-06 10:14 ` Paul Barker
  2016-11-06 10:56   ` Andrei Gherzan
  2016-11-06 17:17   ` Khem Raj
  2016-11-08 11:16 ` Andrei Gherzan
  2 siblings, 2 replies; 15+ messages in thread
From: Paul Barker @ 2016-11-06 10:14 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

On Sun,  6 Nov 2016 00:25:14 -0700
Khem Raj <raj.khem@gmail.com> wrote:

> This is a binary repo and its quite large in size
> we do not need the whole history of this repo since
> most of stuff needed is binaries, therefore switch
> to release tarballs
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  recipes-bsp/common/firmware.inc | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index ed0782f..8862f58 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,8 +1,10 @@
> -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> -RPIFW_DATE ?= "20161030"
> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> -RPIFW_S ?= "${WORKDIR}/git"
> +RPIFW_DATE ?= "20161020"
> +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>  
>  SRC_URI = "${RPIFW_SRC_URI}"
> -SRCREV = "${RPIFW_SRCREV}"
> +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> +
>  PV = "${RPIFW_DATE}"
> +

Khem,

This series doesn't apply to master for me. I'm a bit lost as to which
patches I need to apply as some of your previous series has been merged
to master but not all of it.

Could you point me at which patches I need to apply or at a branch
where this is staged if it's public?

Thanks,
Paul Barker


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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-06 10:14 ` [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Paul Barker
@ 2016-11-06 10:56   ` Andrei Gherzan
  2016-11-06 17:17   ` Khem Raj
  1 sibling, 0 replies; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-06 10:56 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto

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

On 6 Nov 2016 12:53, "Paul Barker" <paul@paulbarker.me.uk> wrote:
>
> On Sun,  6 Nov 2016 00:25:14 -0700
> Khem Raj <raj.khem@gmail.com> wrote:
>
> > This is a binary repo and its quite large in size
> > we do not need the whole history of this repo since
> > most of stuff needed is binaries, therefore switch
> > to release tarballs
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  recipes-bsp/common/firmware.inc | 12 +++++++-----
> >  1 file changed, 7 insertions(+), 5 deletions(-)
> >
> > diff --git a/recipes-bsp/common/firmware.inc
b/recipes-bsp/common/firmware.inc
> > index ed0782f..8862f58 100644
> > --- a/recipes-bsp/common/firmware.inc
> > +++ b/recipes-bsp/common/firmware.inc
> > @@ -1,8 +1,10 @@
> > -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> > -RPIFW_DATE ?= "20161030"
> > -RPIFW_SRC_URI ?= "git://
github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> > -RPIFW_S ?= "${WORKDIR}/git"
> > +RPIFW_DATE ?= "20161020"
> > +RPIFW_SRC_URI ?= "
https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> > +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
> >
> >  SRC_URI = "${RPIFW_SRC_URI}"
> > -SRCREV = "${RPIFW_SRCREV}"
> > +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> > +SRC_URI[sha256sum] =
"1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> > +
> >  PV = "${RPIFW_DATE}"
> > +
>
> Khem,
>
> This series doesn't apply to master for me. I'm a bit lost as to which
> patches I need to apply as some of your previous series has been merged
> to master but not all of it.
>
> Could you point me at which patches I need to apply or at a branch
> where this is staged if it's public?

It probably fails because of version updates. Here you go:
https://github.com/kraj/meta-raspberrypi

>
> Thanks,
> Paul Barker
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

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

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

* Re: [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""
  2016-11-06  7:25 ` [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = "" Khem Raj
@ 2016-11-06 10:57   ` Andrei Gherzan
  2016-11-06 17:16     ` Khem Raj
  2016-11-08 11:28   ` Andrei Gherzan
  1 sibling, 1 reply; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-06 10:57 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

On 6 Nov 2016 09:34, "Khem Raj" <raj.khem@gmail.com> wrote:
>
> ASNEEDED does not work with userland libraries as
> noted in see
> https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html
>
> Helps with running kodi using gles2

Some work on kodi. This is nice.

>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../userland/0003-wayland-Add-Wayland-example.patch        | 14
+++++++-------
>  recipes-graphics/userland/userland_git.bb                  |  4 +++-
>  2 files changed, 10 insertions(+), 8 deletions(-)
>
> diff --git
a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> index 49a7872..98f18c8 100644
> ---
a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> +++
b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> @@ -1,4 +1,4 @@
> -From 7f52662a4d1965988ee5ada28ce3525c38ebf164 Mon Sep 17 00:00:00 2001
> +From 6ee44bd040bf8e8abf9c5a7be7f6ea4b82d5671a Mon Sep 17 00:00:00 2001
>  From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
>  Date: Tue, 1 Oct 2013 13:19:20 +0200
>  Subject: [PATCH 03/13] wayland: Add Wayland example
> @@ -844,23 +844,23 @@ index 0000000..1a7bfc4
>  +}
>  +
>  diff --git a/host_applications/linux/apps/hello_pi/rebuild.sh
b/host_applications/linux/apps/hello_pi/rebuild.sh
> -index fa4539e..37120ac 100755
> +index 8225dd5..0be6ce7 100755
>  --- a/host_applications/linux/apps/hello_pi/rebuild.sh
>  +++ b/host_applications/linux/apps/hello_pi/rebuild.sh
> -@@ -13,6 +13,7 @@ make -C hello_jpeg clean
> - make -C hello_videocube clean
> +@@ -14,6 +14,7 @@ make -C hello_videocube clean
>   make -C hello_teapot clean
>   make -C hello_fft clean
> + make -C hello_mmal_encode clean
>  +make -C hello_wayland clean
>
>   make -C libs/ilclient
>   make -C libs/vgfont
> -@@ -29,4 +30,4 @@ make -C hello_jpeg
> - make -C hello_videocube
> +@@ -31,4 +32,4 @@ make -C hello_videocube
>   make -C hello_teapot
>   make -C hello_fft
> + make -C hello_mmal_encode
>  -
>  +make -C hello_wayland
>  --
> -2.10.0
> +2.10.2
>
> diff --git a/recipes-graphics/userland/userland_git.bb
b/recipes-graphics/userland/userland_git.bb
> index 7558851..84d6854 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 = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f"
> +SRCREV = "100f8bb3e74e29d04fb99857183cc34aaa712e3f"
>
>  SRC_URI = "\
>      git://
github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
> @@ -38,6 +38,8 @@ S = "${WORKDIR}/git"
>
>  inherit cmake pkgconfig
>
> +ASNEEDED = ""
> +
>  EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release
-DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
>                   -DVMCS_INSTALL_PREFIX=${exec_prefix} \
>  "
> --
> 2.10.2
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

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

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

* Re: [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""
  2016-11-06 10:57   ` Andrei Gherzan
@ 2016-11-06 17:16     ` Khem Raj
  0 siblings, 0 replies; 15+ messages in thread
From: Khem Raj @ 2016-11-06 17:16 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: yocto



On 11/6/16 2:57 AM, Andrei Gherzan wrote:
> On 6 Nov 2016 09:34, "Khem Raj" <raj.khem@gmail.com
> <mailto:raj.khem@gmail.com>> wrote:
>>
>> ASNEEDED does not work with userland libraries as
>> noted in see
>> https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html
>>
>> Helps with running kodi using gles2
> 
> Some work on kodi. This is nice.

yes !.
I can play 1080p videos with H/W acceleration using kraj/master on my ghub
fork https://github.com/kraj/meta-raspberrypi/commits/kraj/master
it also works with vc4graphics, but w/o h/w acceleration.

all patches from that branches are ported to ml.

> 
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>>
>> ---
>>  .../userland/0003-wayland-Add-Wayland-example.patch        | 14 +++++++-------
>>  recipes-graphics/userland/userland_git.bb <http://userland_git.bb>         
>         |  4 +++-
>>  2 files changed, 10 insertions(+), 8 deletions(-)
>>
>> diff --git
> a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
>> index 49a7872..98f18c8 100644
>> --- a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
>> +++ b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
>> @@ -1,4 +1,4 @@
>> -From 7f52662a4d1965988ee5ada28ce3525c38ebf164 Mon Sep 17 00:00:00 2001
>> +From 6ee44bd040bf8e8abf9c5a7be7f6ea4b82d5671a Mon Sep 17 00:00:00 2001
>>  From: Tomeu Vizoso <tomeu.vizoso@collabora.com
> <mailto:tomeu.vizoso@collabora.com>>
>>  Date: Tue, 1 Oct 2013 13:19:20 +0200
>>  Subject: [PATCH 03/13] wayland: Add Wayland example
>> @@ -844,23 +844,23 @@ index 0000000..1a7bfc4
>>  +}
>>  +
>>  diff --git a/host_applications/linux/apps/hello_pi/rebuild.sh
> b/host_applications/linux/apps/hello_pi/rebuild.sh
>> -index fa4539e..37120ac 100755
>> +index 8225dd5..0be6ce7 100755
>>  --- a/host_applications/linux/apps/hello_pi/rebuild.sh
>>  +++ b/host_applications/linux/apps/hello_pi/rebuild.sh
>> -@@ -13,6 +13,7 @@ make -C hello_jpeg clean
>> - make -C hello_videocube clean
>> +@@ -14,6 +14,7 @@ make -C hello_videocube clean
>>   make -C hello_teapot clean
>>   make -C hello_fft clean
>> + make -C hello_mmal_encode clean
>>  +make -C hello_wayland clean
>>
>>   make -C libs/ilclient
>>   make -C libs/vgfont
>> -@@ -29,4 +30,4 @@ make -C hello_jpeg
>> - make -C hello_videocube
>> +@@ -31,4 +32,4 @@ make -C hello_videocube
>>   make -C hello_teapot
>>   make -C hello_fft
>> + make -C hello_mmal_encode
>>  -
>>  +make -C hello_wayland
>>  --
>> -2.10.0
>> +2.10.2
>>
>> diff --git a/recipes-graphics/userland/userland_git.bb
> <http://userland_git.bb> b/recipes-graphics/userland/userland_git.bb
> <http://userland_git.bb>
>> index 7558851..84d6854 100644
>> --- a/recipes-graphics/userland/userland_git.bb <http://userland_git.bb>
>> +++ b/recipes-graphics/userland/userland_git.bb <http://userland_git.bb>
>> @@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
>>
>>  SRCBRANCH = "master"
>>  SRCFORK = "raspberrypi"
>> -SRCREV = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f"
>> +SRCREV = "100f8bb3e74e29d04fb99857183cc34aaa712e3f"
>>
>>  SRC_URI = "\
>>    
>  git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH}
> <http://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH}> \
>> @@ -38,6 +38,8 @@ S = "${WORKDIR}/git"
>>
>>  inherit cmake pkgconfig
>>
>> +ASNEEDED = ""
>> +
>>  EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release
> -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
>>                   -DVMCS_INSTALL_PREFIX=${exec_prefix} \
>>  "
>> --
>> 2.10.2
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>> https://lists.yoctoproject.org/listinfo/yocto
> 


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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-06 10:14 ` [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Paul Barker
  2016-11-06 10:56   ` Andrei Gherzan
@ 2016-11-06 17:17   ` Khem Raj
  1 sibling, 0 replies; 15+ messages in thread
From: Khem Raj @ 2016-11-06 17:17 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto



On 11/6/16 2:14 AM, Paul Barker wrote:
> On Sun,  6 Nov 2016 00:25:14 -0700
> Khem Raj <raj.khem@gmail.com> wrote:
> 
>> This is a binary repo and its quite large in size
>> we do not need the whole history of this repo since
>> most of stuff needed is binaries, therefore switch
>> to release tarballs
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  recipes-bsp/common/firmware.inc | 12 +++++++-----
>>  1 file changed, 7 insertions(+), 5 deletions(-)
>>
>> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
>> index ed0782f..8862f58 100644
>> --- a/recipes-bsp/common/firmware.inc
>> +++ b/recipes-bsp/common/firmware.inc
>> @@ -1,8 +1,10 @@
>> -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
>> -RPIFW_DATE ?= "20161030"
>> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>> -RPIFW_S ?= "${WORKDIR}/git"
>> +RPIFW_DATE ?= "20161020"
>> +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
>> +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>>  
>>  SRC_URI = "${RPIFW_SRC_URI}"
>> -SRCREV = "${RPIFW_SRCREV}"
>> +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
>> +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
>> +
>>  PV = "${RPIFW_DATE}"
>> +
> 
> Khem,
> 
> This series doesn't apply to master for me. I'm a bit lost as to which
> patches I need to apply as some of your previous series has been merged
> to master but not all of it.
> 
> Could you point me at which patches I need to apply or at a branch
> where this is staged if it's public?

https://github.com/kraj/meta-raspberrypi/commits/kraj/master


> 
> Thanks,
> Paul Barker
> 


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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-06  7:25 [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Khem Raj
  2016-11-06  7:25 ` [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = "" Khem Raj
  2016-11-06 10:14 ` [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Paul Barker
@ 2016-11-08 11:16 ` Andrei Gherzan
  2016-11-08 11:35   ` Gary Thomas
  2 siblings, 1 reply; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-08 11:16 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
> This is a binary repo and its quite large in size
> we do not need the whole history of this repo since
> most of stuff needed is binaries, therefore switch
> to release tarballs
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  recipes-bsp/common/firmware.inc | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index ed0782f..8862f58 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,8 +1,10 @@
> -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> -RPIFW_DATE ?= "20161030"
> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> -RPIFW_S ?= "${WORKDIR}/git"
> +RPIFW_DATE ?= "20161020"
> +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>
>  SRC_URI = "${RPIFW_SRC_URI}"
> -SRCREV = "${RPIFW_SRCREV}"
> +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> +
>  PV = "${RPIFW_DATE}"

Merged to master. Thanks.

--
Andrei Gherzan


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

* Re: [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = ""
  2016-11-06  7:25 ` [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = "" Khem Raj
  2016-11-06 10:57   ` Andrei Gherzan
@ 2016-11-08 11:28   ` Andrei Gherzan
  1 sibling, 0 replies; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-08 11:28 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

On Sun, Nov 06, 2016 at 12:25:15AM -0700, Khem Raj wrote:
> ASNEEDED does not work with userland libraries as
> noted in see
> https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html
>
> Helps with running kodi using gles2
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  .../userland/0003-wayland-Add-Wayland-example.patch        | 14 +++++++-------
>  recipes-graphics/userland/userland_git.bb                  |  4 +++-
>  2 files changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> index 49a7872..98f18c8 100644
> --- a/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> +++ b/recipes-graphics/userland/userland/0003-wayland-Add-Wayland-example.patch
> @@ -1,4 +1,4 @@
> -From 7f52662a4d1965988ee5ada28ce3525c38ebf164 Mon Sep 17 00:00:00 2001
> +From 6ee44bd040bf8e8abf9c5a7be7f6ea4b82d5671a Mon Sep 17 00:00:00 2001
>  From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
>  Date: Tue, 1 Oct 2013 13:19:20 +0200
>  Subject: [PATCH 03/13] wayland: Add Wayland example
> @@ -844,23 +844,23 @@ index 0000000..1a7bfc4
>  +}
>  +
>  diff --git a/host_applications/linux/apps/hello_pi/rebuild.sh b/host_applications/linux/apps/hello_pi/rebuild.sh
> -index fa4539e..37120ac 100755
> +index 8225dd5..0be6ce7 100755
>  --- a/host_applications/linux/apps/hello_pi/rebuild.sh
>  +++ b/host_applications/linux/apps/hello_pi/rebuild.sh
> -@@ -13,6 +13,7 @@ make -C hello_jpeg clean
> - make -C hello_videocube clean
> +@@ -14,6 +14,7 @@ make -C hello_videocube clean
>   make -C hello_teapot clean
>   make -C hello_fft clean
> + make -C hello_mmal_encode clean
>  +make -C hello_wayland clean
>
>   make -C libs/ilclient
>   make -C libs/vgfont
> -@@ -29,4 +30,4 @@ make -C hello_jpeg
> - make -C hello_videocube
> +@@ -31,4 +32,4 @@ make -C hello_videocube
>   make -C hello_teapot
>   make -C hello_fft
> + make -C hello_mmal_encode
>  -
>  +make -C hello_wayland
>  --
> -2.10.0
> +2.10.2
>
> diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
> index 7558851..84d6854 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 = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f"
> +SRCREV = "100f8bb3e74e29d04fb99857183cc34aaa712e3f"
>
>  SRC_URI = "\
>      git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
> @@ -38,6 +38,8 @@ S = "${WORKDIR}/git"
>
>  inherit cmake pkgconfig
>
> +ASNEEDED = ""
> +
>  EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed' \
>                   -DVMCS_INSTALL_PREFIX=${exec_prefix} \
>  "
> --
> 2.10.2
>
> --
> _______________________________________________
> 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] 15+ messages in thread

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-08 11:16 ` Andrei Gherzan
@ 2016-11-08 11:35   ` Gary Thomas
  2016-11-08 11:38     ` Andrei Gherzan
  0 siblings, 1 reply; 15+ messages in thread
From: Gary Thomas @ 2016-11-08 11:35 UTC (permalink / raw)
  To: yocto

On 2016-11-08 12:16, Andrei Gherzan wrote:
> On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
>> This is a binary repo and its quite large in size
>> we do not need the whole history of this repo since
>> most of stuff needed is binaries, therefore switch
>> to release tarballs
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>>  recipes-bsp/common/firmware.inc | 12 +++++++-----
>>  1 file changed, 7 insertions(+), 5 deletions(-)
>>
>> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
>> index ed0782f..8862f58 100644
>> --- a/recipes-bsp/common/firmware.inc
>> +++ b/recipes-bsp/common/firmware.inc
>> @@ -1,8 +1,10 @@
>> -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
>> -RPIFW_DATE ?= "20161030"
>> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>> -RPIFW_S ?= "${WORKDIR}/git"
>> +RPIFW_DATE ?= "20161020"
>> +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
>> +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>>
>>  SRC_URI = "${RPIFW_SRC_URI}"
>> -SRCREV = "${RPIFW_SRCREV}"
>> +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
>> +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
>> +
>>  PV = "${RPIFW_DATE}"
>
> Merged to master. Thanks.

Sadly, the firmware revision went backwards in this change.
Do you want a new patch to play catch-up?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-08 11:35   ` Gary Thomas
@ 2016-11-08 11:38     ` Andrei Gherzan
  2016-11-08 14:46       ` Khem Raj
  0 siblings, 1 reply; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-08 11:38 UTC (permalink / raw)
  To: Gary Thomas; +Cc: yocto

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

On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote:
> On 2016-11-08 12:16, Andrei Gherzan wrote:
> > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
> > > This is a binary repo and its quite large in size
> > > we do not need the whole history of this repo since
> > > most of stuff needed is binaries, therefore switch
> > > to release tarballs
> > >
> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > ---
> > >  recipes-bsp/common/firmware.inc | 12 +++++++-----
> > >  1 file changed, 7 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> > > index ed0782f..8862f58 100644
> > > --- a/recipes-bsp/common/firmware.inc
> > > +++ b/recipes-bsp/common/firmware.inc
> > > @@ -1,8 +1,10 @@
> > > -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> > > -RPIFW_DATE ?= "20161030"
> > > -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> > > -RPIFW_S ?= "${WORKDIR}/git"
> > > +RPIFW_DATE ?= "20161020"
> > > +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> > > +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
> > >
> > >  SRC_URI = "${RPIFW_SRC_URI}"
> > > -SRCREV = "${RPIFW_SRCREV}"
> > > +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> > > +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> > > +
> > >  PV = "${RPIFW_DATE}"
> >
> > Merged to master. Thanks.
>
> Sadly, the firmware revision went backwards in this change.
> Do you want a new patch to play catch-up?
>

Good catch. I'll fix it. Thanks.

--
Andrei Gherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-08 11:38     ` Andrei Gherzan
@ 2016-11-08 14:46       ` Khem Raj
  2016-11-12 12:23         ` Andrei Gherzan
  0 siblings, 1 reply; 15+ messages in thread
From: Khem Raj @ 2016-11-08 14:46 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: yocto, Gary Thomas

On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote:
>> On 2016-11-08 12:16, Andrei Gherzan wrote:
>> > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
>> > > This is a binary repo and its quite large in size
>> > > we do not need the whole history of this repo since
>> > > most of stuff needed is binaries, therefore switch
>> > > to release tarballs
>> > >
>> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> > > ---
>> > >  recipes-bsp/common/firmware.inc | 12 +++++++-----
>> > >  1 file changed, 7 insertions(+), 5 deletions(-)
>> > >
>> > > diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
>> > > index ed0782f..8862f58 100644
>> > > --- a/recipes-bsp/common/firmware.inc
>> > > +++ b/recipes-bsp/common/firmware.inc
>> > > @@ -1,8 +1,10 @@
>> > > -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
>> > > -RPIFW_DATE ?= "20161030"
>> > > -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>> > > -RPIFW_S ?= "${WORKDIR}/git"
>> > > +RPIFW_DATE ?= "20161020"
>> > > +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
>> > > +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>> > >
>> > >  SRC_URI = "${RPIFW_SRC_URI}"
>> > > -SRCREV = "${RPIFW_SRCREV}"
>> > > +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
>> > > +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
>> > > +
>> > >  PV = "${RPIFW_DATE}"
>> >
>> > Merged to master. Thanks.
>>
>> Sadly, the firmware revision went backwards in this change.
>> Do you want a new patch to play catch-up?
>>
>
> Good catch. I'll fix it. Thanks.

ah sorry about that.
just hardcode PV = "20161030" for now. with next release we will get it right
since its already past oct 30.
>
> --
> Andrei Gherzan
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-08 14:46       ` Khem Raj
@ 2016-11-12 12:23         ` Andrei Gherzan
  2016-11-12 15:34           ` Khem Raj
  0 siblings, 1 reply; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-12 12:23 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, Gary Thomas

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

On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote:
> On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> > On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote:
> >> On 2016-11-08 12:16, Andrei Gherzan wrote:
> >> > On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
> >> > > This is a binary repo and its quite large in size
> >> > > we do not need the whole history of this repo since
> >> > > most of stuff needed is binaries, therefore switch
> >> > > to release tarballs
> >> > >
> >> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> > > ---
> >> > >  recipes-bsp/common/firmware.inc | 12 +++++++-----
> >> > >  1 file changed, 7 insertions(+), 5 deletions(-)
> >> > >
> >> > > diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> >> > > index ed0782f..8862f58 100644
> >> > > --- a/recipes-bsp/common/firmware.inc
> >> > > +++ b/recipes-bsp/common/firmware.inc
> >> > > @@ -1,8 +1,10 @@
> >> > > -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> >> > > -RPIFW_DATE ?= "20161030"
> >> > > -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> >> > > -RPIFW_S ?= "${WORKDIR}/git"
> >> > > +RPIFW_DATE ?= "20161020"
> >> > > +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> >> > > +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
> >> > >
> >> > >  SRC_URI = "${RPIFW_SRC_URI}"
> >> > > -SRCREV = "${RPIFW_SRCREV}"
> >> > > +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> >> > > +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> >> > > +
> >> > >  PV = "${RPIFW_DATE}"
> >> >
> >> > Merged to master. Thanks.
> >>
> >> Sadly, the firmware revision went backwards in this change.
> >> Do you want a new patch to play catch-up?
> >>
> >
> > Good catch. I'll fix it. Thanks.
>
> ah sorry about that.
> just hardcode PV = "20161030" for now. with next release we will get it right
> since its already past oct 30.

Actually the last archive is 1.20161020.
https://github.com/raspberrypi/firmware/releases

--
Andrei Gherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-12 12:23         ` Andrei Gherzan
@ 2016-11-12 15:34           ` Khem Raj
  2016-11-12 18:45             ` Andrei Gherzan
  0 siblings, 1 reply; 15+ messages in thread
From: Khem Raj @ 2016-11-12 15:34 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: yocto, Gary Thomas


[-- Attachment #1.1: Type: text/plain, Size: 2381 bytes --]



On 11/12/16 4:23 AM, Andrei Gherzan wrote:
> On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote:
>> On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>>> On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote:
>>>> On 2016-11-08 12:16, Andrei Gherzan wrote:
>>>>> On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
>>>>>> This is a binary repo and its quite large in size
>>>>>> we do not need the whole history of this repo since
>>>>>> most of stuff needed is binaries, therefore switch
>>>>>> to release tarballs
>>>>>>
>>>>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>>>>> ---
>>>>>>  recipes-bsp/common/firmware.inc | 12 +++++++-----
>>>>>>  1 file changed, 7 insertions(+), 5 deletions(-)
>>>>>>
>>>>>> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
>>>>>> index ed0782f..8862f58 100644
>>>>>> --- a/recipes-bsp/common/firmware.inc
>>>>>> +++ b/recipes-bsp/common/firmware.inc
>>>>>> @@ -1,8 +1,10 @@
>>>>>> -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
>>>>>> -RPIFW_DATE ?= "20161030"
>>>>>> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>>>>>> -RPIFW_S ?= "${WORKDIR}/git"
>>>>>> +RPIFW_DATE ?= "20161020"
>>>>>> +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
>>>>>> +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>>>>>>
>>>>>>  SRC_URI = "${RPIFW_SRC_URI}"
>>>>>> -SRCREV = "${RPIFW_SRCREV}"
>>>>>> +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
>>>>>> +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
>>>>>> +
>>>>>>  PV = "${RPIFW_DATE}"
>>>>>
>>>>> Merged to master. Thanks.
>>>>
>>>> Sadly, the firmware revision went backwards in this change.
>>>> Do you want a new patch to play catch-up?
>>>>
>>>
>>> Good catch. I'll fix it. Thanks.
>>
>> ah sorry about that.
>> just hardcode PV = "20161030" for now. with next release we will get it right
>> since its already past oct 30.
> 
> Actually the last archive is 1.20161020.
> https://github.com/raspberrypi/firmware/releases

thats what i mean, when there is next release whenever that is,
it will be newer than todays date. The problem here is that we went backwards
for once only.
> 
> --
> Andrei Gherzan
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs
  2016-11-12 15:34           ` Khem Raj
@ 2016-11-12 18:45             ` Andrei Gherzan
  0 siblings, 0 replies; 15+ messages in thread
From: Andrei Gherzan @ 2016-11-12 18:45 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, Gary Thomas

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

On Sat, Nov 12, 2016 at 07:34:43AM -0800, Khem Raj wrote:
>
>
> On 11/12/16 4:23 AM, Andrei Gherzan wrote:
> > On Tue, Nov 08, 2016 at 06:46:45AM -0800, Khem Raj wrote:
> >> On Tue, Nov 8, 2016 at 3:38 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> >>> On Tue, Nov 08, 2016 at 12:35:47PM +0100, Gary Thomas wrote:
> >>>> On 2016-11-08 12:16, Andrei Gherzan wrote:
> >>>>> On Sun, Nov 6, 2016 at 7:25 AM, Khem Raj <raj.khem@gmail.com> wrote:
> >>>>>> This is a binary repo and its quite large in size
> >>>>>> we do not need the whole history of this repo since
> >>>>>> most of stuff needed is binaries, therefore switch
> >>>>>> to release tarballs
> >>>>>>
> >>>>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >>>>>> ---
> >>>>>>  recipes-bsp/common/firmware.inc | 12 +++++++-----
> >>>>>>  1 file changed, 7 insertions(+), 5 deletions(-)
> >>>>>>
> >>>>>> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> >>>>>> index ed0782f..8862f58 100644
> >>>>>> --- a/recipes-bsp/common/firmware.inc
> >>>>>> +++ b/recipes-bsp/common/firmware.inc
> >>>>>> @@ -1,8 +1,10 @@
> >>>>>> -RPIFW_SRCREV ?= "413fc664838e81caeabdc4118dc51e138d5d6c71"
> >>>>>> -RPIFW_DATE ?= "20161030"
> >>>>>> -RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
> >>>>>> -RPIFW_S ?= "${WORKDIR}/git"
> >>>>>> +RPIFW_DATE ?= "20161020"
> >>>>>> +RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> >>>>>> +RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
> >>>>>>
> >>>>>>  SRC_URI = "${RPIFW_SRC_URI}"
> >>>>>> -SRCREV = "${RPIFW_SRCREV}"
> >>>>>> +SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> >>>>>> +SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> >>>>>> +
> >>>>>>  PV = "${RPIFW_DATE}"
> >>>>>
> >>>>> Merged to master. Thanks.
> >>>>
> >>>> Sadly, the firmware revision went backwards in this change.
> >>>> Do you want a new patch to play catch-up?
> >>>>
> >>>
> >>> Good catch. I'll fix it. Thanks.
> >>
> >> ah sorry about that.
> >> just hardcode PV = "20161030" for now. with next release we will get it right
> >> since its already past oct 30.
> >
> > Actually the last archive is 1.20161020.
> > https://github.com/raspberrypi/firmware/releases
>
> thats what i mean, when there is next release whenever that is,
> it will be newer than todays date. The problem here is that we went backwards
> for once only.

Got it now. Thanks.

--
Andrei Gherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

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

end of thread, other threads:[~2016-11-12 18:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-06  7:25 [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Khem Raj
2016-11-06  7:25 ` [meta-raspberrypi][PATCH 2/2] userland: Bump to latest and add ASNEEDED = "" Khem Raj
2016-11-06 10:57   ` Andrei Gherzan
2016-11-06 17:16     ` Khem Raj
2016-11-08 11:28   ` Andrei Gherzan
2016-11-06 10:14 ` [meta-raspberrypi][PATCH 1/2] firmware: Use release tarballs Paul Barker
2016-11-06 10:56   ` Andrei Gherzan
2016-11-06 17:17   ` Khem Raj
2016-11-08 11:16 ` Andrei Gherzan
2016-11-08 11:35   ` Gary Thomas
2016-11-08 11:38     ` Andrei Gherzan
2016-11-08 14:46       ` Khem Raj
2016-11-12 12:23         ` Andrei Gherzan
2016-11-12 15:34           ` Khem Raj
2016-11-12 18:45             ` 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.