linux-firmware bbappend: fix: make main package depends on minimal

Make wl12xx and wl18xx main package RDEPENDS on minimal package.
Because of package split content of minimal package is not out of the
box also in main package.

FILES_${PN} package defintions doesn't allow to assaign same file to
different packages. During parsing process files are assaign only first
(from left to right). Futher infos FILES in yocto manual.

BugzID: 60410

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2019-12-10 17:13:40 +01:00
parent 70e60e2815
commit b6a8d83b23
1 changed files with 3 additions and 0 deletions

View File

@ -81,3 +81,6 @@ FILES_${PN}-wl18xx-minimal = " \
RDEPENDS_${PN}-wl12xx-minimal = "${PN}-ti-connectivity-license ${PN}-wlcommon-minimal"
RDEPENDS_${PN}-wl18xx-minimal = "${PN}-ti-connectivity-license ${PN}-wlcommon-minimal"
RDEPENDS_${PN}-wl12xx += " ${PN}-wl12xx-minimal"
RDEPENDS_${PN}-wl18xx += " ${PN}-wl18xx-minimal"