mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 14:52:19 +02:00
Rework recipes to use imx-generic-bsp more extensively
This rework the recipes making use of new imx-generic-bsp override; it has been applied to: - alsa-state - firmware-imx - imx-kobs - imx-test - imx-uuc - linux-fslc - linux-fslc-lts - packagegroup-fsl-mfgtool - u-boot-fslc - uuu Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
4cbbc15d93
commit
dbd0f0ae90
|
@ -1,10 +1,4 @@
|
|||
# Append path for freescale layer to include alsa-state asound.conf
|
||||
FILESEXTRAPATHS:prepend:mx6-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp"
|
||||
FILESEXTRAPATHS:prepend:mx7-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp"
|
||||
FILESEXTRAPATHS:prepend:mx8-nxp-bsp := "${THISDIR}/${PN}/imx-nxp-bsp"
|
||||
FILESEXTRAPATHS:prepend:use-mainline-bsp := "${THISDIR}/${PN}/imx-nxp-bsp"
|
||||
FILESEXTRAPATHS:prepend:imx-generic-bsp := "${THISDIR}/${PN}/imx-generic-bsp:"
|
||||
|
||||
PACKAGE_ARCH:mx6-nxp-bsp = "${MACHINE_ARCH}"
|
||||
PACKAGE_ARCH:mx7-nxp-bsp = "${MACHINE_ARCH}"
|
||||
PACKAGE_ARCH:mx8-nxp-bsp = "${MACHINE_ARCH}"
|
||||
PACKAGE_ARCH:use-mainline-bsp = "${MACHINE_ARCH}"
|
||||
# Append path for freescale layer
|
||||
PACKAGE_ARCH:imx-generic-bsp = "${MACHINE_ARCH}"
|
||||
|
|
|
@ -129,4 +129,4 @@ FILES:${PN}-hdmi = " \
|
|||
${nonarch_base_libdir}/firmware/dpfw.bin \
|
||||
"
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx-nxp-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -15,4 +15,4 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx-nxp-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -7,4 +7,4 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ad
|
|||
ALLOW_EMPTY:${PN} = "1"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(mxs-generic-bsp|mx5-generic-bsp|mx6-nxp-bsp|vf50-generic-bsp|vf60-generic-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -18,4 +18,4 @@ S = "${WORKDIR}/git"
|
|||
|
||||
FILES:${PN} += "/linuxrc /fat"
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx-nxp-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -28,4 +28,4 @@ EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
|
|||
HOSTSTRIP=true'
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(mxs-generic-bsp|mx5-generic-bsp|mx6-nxp-bsp|mx7-nxp-bsp|vf-generic-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -17,6 +17,6 @@ S = "${WORKDIR}/git"
|
|||
|
||||
DEPENDS = "libusb zlib bzip2 openssl"
|
||||
|
||||
COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
@ -46,4 +46,4 @@ RDEPENDS:${PN}-extfs = " \
|
|||
e2fsprogs-mke2fs \
|
||||
e2fsprogs-e2fsck \
|
||||
"
|
||||
COMPATIBLE_MACHINE = "(imx-nxp-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -24,4 +24,4 @@ LINUX_VERSION = "5.10.93"
|
|||
KBRANCH = "5.10.x+fslc"
|
||||
SRCREV = "de6a8455baae279feddb56c99056aa075175cd68"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mxs-generic-bsp|mx5-generic-bsp|mx6-nxp-bsp|vf-generic-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
|
@ -24,4 +24,4 @@ LINUX_VERSION = "5.15.16"
|
|||
KBRANCH = "5.15.x+fslc"
|
||||
SRCREV = "d084d166324389d09f73d8f2e91b989d69432335"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mxs-generic-bsp|mx5-generic-bsp|mx6-nxp-bsp|vf-generic-bsp|use-mainline-bsp)"
|
||||
COMPATIBLE_MACHINE = "(imx-generic-bsp)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user