meta-imx/meta-imx-bsp/classes/fsl-eula2.bbclass
Neena Busireddy d25c439714 Rename all the layers in meta-imx [YOCIMX-7393]
meta-bsp --> meta-imx-bsp
meta-sdk --> meta-imx-sdk
meta-ml --> meta-imx-ml
meta-v2x --> meta-imx-v2x
meta-cockpit-->meta-imx-cockpit

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
2023-12-08 06:41:38 +01:00

17 lines
772 B
Plaintext

# fsl-eula2.bbclass defines a common naming scheme used by the
# packing and unpacking mechanisms defined in fsl-eula-pack.bbclass
# and fsl-eula2-unpack2.bbclass.
#
# Note that it is not necessary to inherit this class directly. It is
# already inherited from fsl-eula-pack.bbclass and fsl-eula2-unpack2.bbclass.
#
# The naming scheme can be extended through regular bitbake means to allow
# configuration-specific archives, as can be seen in fsl-eula-graphics.bbclass
# and fsl-eula2-package-arch.bbclass.
IMX_PACKAGE_NAME = "${BPN}-${IMX_PACKAGE_VERSION}"
IMX_PACKAGE_NAME:class-native = "${PN}-${IMX_PACKAGE_VERSION}"
IMX_PACKAGE_NAME:class-nativesdk = "${PN}-${IMX_PACKAGE_VERSION}"
INSANE_SKIP:${PN} += "arch"
INSANE_SKIP:${PN}-dbg += "arch"