mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
broadcom-nvram-config: use nonarch_base_libdir instead of /lib
Hardcoded /lib is not compatible with usrmerge. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
1883357f1d
commit
5efd7d7de1
|
@ -6,7 +6,7 @@ SRC_URI = " \
|
|||
"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
BRCM_FWDIR = "/lib/firmware/brcm"
|
||||
BRCM_FWDIR = "${nonarch_base_libdir}/firmware/brcm"
|
||||
CHIP_MODEL ?= "Invalid"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user