All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Gherzan <andrei@gherzan.ro>
To: Khem Raj <raj.khem@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209
Date: Thu, 10 Mar 2016 15:10:49 +0100	[thread overview]
Message-ID: <20160310141049.GB20329@resin> (raw)
In-Reply-To: <2fd22fccd2de90ffeb79279e791d58d9b334325b.1456586389.git.raj.khem@gmail.com>

On Sat, Feb 27, 2016 at 03:26:57PM +0000, Khem Raj wrote:
> Readme change a bit thats why LIC_FILES_CHKSUM changed
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  recipes-bsp/bootfiles/bcm2835-bootfiles.bb | 2 +-
>  recipes-bsp/common/firmware.inc            | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
> index 0665944..b279e15 100644
> --- a/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
> +++ b/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "Closed source binary files to help boot the ARM on the BCM2835."
>  LICENSE = "Proprietary"
>  
> -LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=e86e693d19572ee64cc8b17fb062faa9"
> +LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=4a4d169737c0786fb9482bb6d30401d1"
>  
>  inherit deploy
>  
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index 020f0ed..2e0864e 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,5 +1,5 @@
> -RPIFW_SRCREV ?= "f7108cfdc715f79c5fd051fb4c3ae6f4b1b01f23"
> -RPIFW_DATE ?= "20151021"
> +RPIFW_SRCREV ?= "3442862c10fab68c2e88d660d2e69c143bb1f00c"
> +RPIFW_DATE ?= "20160209"
>  RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>  RPIFW_S ?= "${WORKDIR}/git"
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Dropped as rpi3 patch set updated firmware to a newer version. Thanks.

-- 
Andrei Gherzan


  reply	other threads:[~2016-03-10 14:11 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-27 15:26 [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 01/23] userland: Upgrade to latest git master Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 02/23] userland: Fix build with clang compiler Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 03/23] userland: Add wayland support Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 04/23] weston: Enable rpi compositor backend Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 05/23] rpi-gpio: Upgrade to 0.6.1 and fix build with clang Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 06/23] eglinfo-x11, eglinfo-fb: Add EGLINFO_DEVICE via bbappends Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 07/23] python-rtimu: Fix build with musl Khem Raj
2016-02-29 21:21   ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 08/23] wiringPi: " Khem Raj
2016-02-29 21:20   ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 09/23] Delete rpc flushing of thread in glEGLImageTargetTexture2DOES Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 10/23] rpio: Include sys/types.h for caddr_t Khem Raj
2016-02-29 21:21   ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 11/23] userland: Define PROJECT_APIVER and rprovide libgles2 libgl Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 12/23] userland: Add wayland to deps if in DISTRO_FEATURES Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 13/23] userland: Fix build race with wayland support Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 14/23] gstreamer1.0-omx: Add raspberry pi optimization patches and config options Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 15/23] weston: Specify egl and compositor options for rpi Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 16/23] gstreamer1.0-omx: Backports and fixes for smooth video playback Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 17/23] linux-raspberrypi: Upgrade 4.1 kernel to 4.1.17 Khem Raj
2016-02-29 21:18   ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209 Khem Raj
2016-03-10 14:10   ` Andrei Gherzan [this message]
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 19/23] rpi-config: Upgrade to tip of tree to get GPU_MEM_1024 Khem Raj
2016-02-29 21:19   ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release Khem Raj
2016-03-10 14:17   ` Andrei Gherzan
2016-02-27 15:27 ` [meta-raspberrypi][PATCH 21/23] userland: Upgrade to latest Khem Raj
2016-02-27 15:27 ` [meta-raspberrypi][PATCH 22/23] linux-raspberrypi: Upgrade 4.4.1 -> 4.4.2 Khem Raj
2016-02-27 15:27 ` [meta-raspberrypi][PATCH 23/23] userland: Drop extern inline patches Khem Raj
2016-03-02 14:21 ` [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes Khem Raj
2016-03-02 15:47   ` Andrei Gherzan
2016-03-02 16:34     ` Khem Raj
2016-03-09 23:51       ` Khem Raj
2016-03-10 14:20       ` Andrei Gherzan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160310141049.GB20329@resin \
    --to=andrei@gherzan.ro \
    --cc=raj.khem@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.