Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: yunguo.wei@windriver.com, Poky <poky@yoctoproject.org>,
	Otavio Salvador <otavio@ossystems.com.br>,
	Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [poky] [PATCH 1/4] linux-firmware: Update SRCREV, pull in iwlwifi-7260 support
Date: Wed, 04 Sep 2013 23:57:18 -0700	[thread overview]
Message-ID: <52282B4E.9050204@linux.intel.com> (raw)
In-Reply-To: <1378352047.14029.51.camel@dvhart-mobl4.amr.corp.intel.com>

On 09/04/2013 08:34 PM, Darren Hart wrote:
> On Wed, 2013-09-04 at 22:04 -0300, Otavio Salvador wrote:
>> On Wed, Sep 4, 2013 at 9:18 PM, Darren Hart <dvhart@linux.intel.com> wrote:
>>> Fixes [YOCTO #5110]
>>>
>>> Add support for the iwlwifi 7260 adapters. This creates a new package
>>> and includes support in the default linux-firmware (everything) package.
>>>
>>> Update the iwlwifi and radeon license checksums. Extensions to the
>>> copyright date ranges were the only change to the LICENSE files.
>>>
>>> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
>>> Cc: yunguo.wei@windriver.com
>>> ---
>>>   .../linux-firmware/linux-firmware_git.bb           |   10 ++++++----
>>>   1 file changed, 6 insertions(+), 4 deletions(-)
>>>
>>> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
>>> index 3825889..1b7db08 100644
>>> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
>>> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
>>> @@ -7,12 +7,12 @@ SECTION = "kernel"
>>>
>>>   LICENSE = "Proprietary"
>>>
>>> -LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
>>> +LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=9c2faab1bfca55e1510d6bde67206f9c \
>>>                       file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \
>>>                       file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
>>>                       file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
>>>                       file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \
>>> -                    file://LICENCE.iwlwifi_firmware;md5=11545778abf78c43d7644d4f171ea1c7 \
>>> +                    file://LICENCE.iwlwifi_firmware;md5=8b938534f77ffd453690eb34ed84ae8b \
>>>                       file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \
>>>                       file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
>>>                       file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
>>> @@ -23,10 +23,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
>>>                       file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \
>>>                      "
>>>
>>> -SRCREV = "c530a75c1e6a472b0eb9558310b518f0dfcd8860"
>>> +SRCREV = "600caefd83a406540b2a789be6415e44c9b87add"
>>>   PE = "1"
>>>   PV = "0.0+git${SRCPV}"
>>> -PR = "r1"
>>> +PR = "r0"
>>
>> I know this is OK but I'd prefer to omit the PR when it is r0;
>> specially now we use PRServer.
>
> Well, what is the official policy here? I'm happy to respin if
> necessary, but I'd rather not burn cycles if the policy is hazy on the
> subject.
>
Darren, sorry to say it is removal when possible.

Sau!

> Thanks,
>
> Darren
>
>>
>>>   SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git"
>>>
>>> @@ -172,10 +172,12 @@ ALTERNATIVE_TARGET_linux-firmware-bcm4334[brcmfmac-sdio.bin] = "/lib/firmware/br
>>>
>>>   RDEPENDS_${PN}-iwlwifi-6000g2a-5 = "${PN}-iwlwifi-license"
>>>   RDEPENDS_${PN}-iwlwifi-6000g2b-6 = "${PN}-iwlwifi-license"
>>> +RDEPENDS_${PN}-iwlwifi-7260-7 = "${PN}-iwlwifi-license"
>>>
>>>   FILES_${PN}-iwlwifi-license =   "/lib/firmware/LICENCE.iwlwifi_firmware"
>>>   FILES_${PN}-iwlwifi-6000g2a-5 = "/lib/firmware/iwlwifi-6000g2a-5.ucode"
>>>   FILES_${PN}-iwlwifi-6000g2b-6 = "/lib/firmware/iwlwifi-6000g2b-6.ucode"
>>> +FILES_${PN}-iwlwifi-7260-7 = "/lib/firmware/iwlwifi-7260-7.ucode"
>>>
>>>   FILES_${PN} += "/lib/firmware/*"
>>>
>>> --
>>> 1.7.9.5
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>>
>>
>>
>


  reply	other threads:[~2013-09-05  6:57 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05  0:18 [PATCH 0/4] Updates in support of genericx86* Darren Hart
2013-09-05  0:18 ` [PATCH 1/4] linux-firmware: Update SRCREV, pull in iwlwifi-7260 support Darren Hart
2013-09-05  1:04   ` Otavio Salvador
2013-09-05  3:34     ` Darren Hart
2013-09-05  6:57       ` Saul Wold [this message]
2013-09-05  8:50         ` [poky] " Richard Purdie
2013-09-05 14:49           ` Darren Hart
2013-09-05  0:18 ` [PATCH 2/4] xorg-driver-common: Add configure and install appends from meta-intel Darren Hart
2013-09-05  0:54   ` Otavio Salvador
2013-09-05  3:33     ` Darren Hart
2013-09-05  9:53   ` Burton, Ross
2013-09-05 11:37     ` Otavio Salvador
2013-09-05 11:40       ` Burton, Ross
2013-09-05 12:14         ` Richard Purdie
2013-09-05 12:23           ` Phil Blundell
2013-09-05 13:48             ` Burton, Ross
2013-09-05 15:32             ` Richard Purdie
2013-09-05 16:23               ` Burton, Ross
2013-09-05 15:00     ` Darren Hart
2013-09-05  0:18 ` [PATCH 3/4] xf86-video-mga: Pull in Matrox MGA support " Darren Hart
2013-09-05  9:57   ` Burton, Ross
2013-09-05 13:04     ` Tom Zanussi
2013-09-05 14:52     ` Darren Hart
2013-09-05 15:11       ` Burton, Ross
2013-09-05 15:21         ` Burton, Ross
     [not found]       ` <5229303F.1090209@windriver.com>
2013-09-10  2:37         ` Darren Hart
     [not found]           ` <522E9996.8000107@windriver.com>
2013-09-10 17:54             ` Darren Hart
2013-09-05  0:18 ` [PATCH 4/4] genericx86: Create a x86-common.inc base for the x86 BSPs Darren Hart
2013-09-05  1:16 ` [PATCH 0/4] Updates in support of genericx86* Otavio Salvador
2013-09-05  3:35   ` Darren Hart
2013-09-05  9:47     ` [poky] " Burton, Ross
2013-09-05 11:06       ` Richard Purdie
2013-09-05 11:40         ` Otavio Salvador

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=52282B4E.9050204@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=dvhart@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    --cc=poky@yoctoproject.org \
    --cc=yunguo.wei@windriver.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox