Openembedded Core Discussions
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox