kernel-module-atheros: fix file-not-found error
ERROR: Fetcher failure: Unable to find file file://atheros anywhere The FILESPATH variable (used as the search path for files referred to in SRC_URI) is now (dylan) more restrictive, so move the files where they can be found. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
cd26bed35c
commit
45f09436bf
|
|
@ -19,14 +19,14 @@ SRC_URI += " \
|
|||
file://atheros \
|
||||
file://atheros.conf \
|
||||
file://Makefile \
|
||||
"
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE = "DEL_PLATFORM=${MACHINE} KLIB_BUILD=${STAGING_KERNEL_DIR}"
|
||||
|
||||
do_configure_prepend() {
|
||||
cp ${WORKDIR}/Makefile ${S}/Makefile
|
||||
cp ${WORKDIR}/Makefile ${S}/
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
|
|
@ -37,18 +37,10 @@ do_install_append() {
|
|||
}
|
||||
|
||||
FILES_${PN} += " \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/athtcmd_ram.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/athwlan.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/Digi_6203-6233-US.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/Digi_6203-6233-World.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/fw-4.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/nullTestFlow.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/utf.bin \
|
||||
"
|
||||
FILES_${PN}_append_cpx2 = " \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/calData_AR6103_Digi_X2e_B.bin \
|
||||
/lib/firmware/ath6k/AR6003/hw2.1.1/calData_AR6103_Digi_X2e_B_world.bin \
|
||||
"
|
||||
${base_libdir}/firmware/ \
|
||||
${sysconfdir}/modprobe.d/ \
|
||||
${sysconfdir}/network/ \
|
||||
"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccardimx28js|cpx2)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue