All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-firmware: Look for RTL license in the right directory
@ 2013-04-22 23:27 Darren Hart
  2013-04-23 11:51 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2013-04-22 23:27 UTC (permalink / raw)
  To: openembedded-core; +Cc: Darren Hart, Otavio Salvador

The rtl-license package FILES was pointing to the wrong directory as it
was removed from there in commit:

acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir

This resulted in a do_rootfs failure for core-image-sato-sdk for fri2
with ipk when the linux-firmware-dev package tried to install
linux-firmware-rtl-license which wasn't created as it was empty.

Tested on core-image-sato-sdk build for fri2 on dylan commit:
789b2b7e0cca404ff8ba8ed5ba823d215e6ba5b4

Cc: Saul Wold <sgw@linux.intel.com>
Cc: Beth Flanagan <elizabeth.flanagan@intel.com>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 .../linux-firmware/linux-firmware_git.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index ef036cf..414f47a 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -94,7 +94,7 @@ FILES_${PN}-sd8686 = " \
 "
 
 FILES_${PN}-rtl-license = " \
-  /lib/firmware/rtlwifi/LICENCE.rtlwifi_firmware.txt \
+  /lib/firmware/LICENCE.rtlwifi_firmware.txt \
 "
 
 LICENSE_${PN}-rtl8192cu = "Firmware-rtlwifi"
-- 
1.7.5.4




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

* Re: [PATCH] linux-firmware: Look for RTL license in the right directory
  2013-04-22 23:27 [PATCH] linux-firmware: Look for RTL license in the right directory Darren Hart
@ 2013-04-23 11:51 ` Otavio Salvador
  2013-04-23 14:23   ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2013-04-23 11:51 UTC (permalink / raw)
  To: Darren Hart; +Cc: Patches and discussions about the oe-core layer

On Mon, Apr 22, 2013 at 8:27 PM, Darren Hart <dvhart@linux.intel.com> wrote:
> The rtl-license package FILES was pointing to the wrong directory as it
> was removed from there in commit:
>
> acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir
>
> This resulted in a do_rootfs failure for core-image-sato-sdk for fri2
> with ipk when the linux-firmware-dev package tried to install
> linux-firmware-rtl-license which wasn't created as it was empty.
>
> Tested on core-image-sato-sdk build for fri2 on dylan commit:
> 789b2b7e0cca404ff8ba8ed5ba823d215e6ba5b4
>
> Cc: Saul Wold <sgw@linux.intel.com>
> Cc: Beth Flanagan <elizabeth.flanagan@intel.com>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

I don't know how the install failure did not happen here but this is
indeed a fix.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br



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

* Re: [PATCH] linux-firmware: Look for RTL license in the right directory
  2013-04-23 11:51 ` Otavio Salvador
@ 2013-04-23 14:23   ` Darren Hart
  0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2013-04-23 14:23 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer

On 04/23/2013 04:51 AM, Otavio Salvador wrote:
> On Mon, Apr 22, 2013 at 8:27 PM, Darren Hart <dvhart@linux.intel.com> wrote:
>> The rtl-license package FILES was pointing to the wrong directory as it
>> was removed from there in commit:
>>
>> acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir
>>
>> This resulted in a do_rootfs failure for core-image-sato-sdk for fri2
>> with ipk when the linux-firmware-dev package tried to install
>> linux-firmware-rtl-license which wasn't created as it was empty.
>>
>> Tested on core-image-sato-sdk build for fri2 on dylan commit:
>> 789b2b7e0cca404ff8ba8ed5ba823d215e6ba5b4
>>
>> Cc: Saul Wold <sgw@linux.intel.com>
>> Cc: Beth Flanagan <elizabeth.flanagan@intel.com>
>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> 
> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
> 
> I don't know how the install failure did not happen here but this is
> indeed a fix.

You would need to build something like SDK which includes the dev
package and I believe you would also need the following patch which
landed after yours:

9fb13a3 linux-firmware: make the main package depend on all sub-packages


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel



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

end of thread, other threads:[~2013-04-23 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-22 23:27 [PATCH] linux-firmware: Look for RTL license in the right directory Darren Hart
2013-04-23 11:51 ` Otavio Salvador
2013-04-23 14:23   ` Darren Hart

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.