mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2026-01-27 11:32:16 +01:00
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>
17 lines
772 B
Plaintext
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"
|