[meta-freescale] [PATCH 1/4] recipes: Mark compatible machines as restricted by dependencies

Andreas Müller schnitzeltony at gmail.com
Fri Sep 28 13:23:17 PDT 2018


On Fri, Sep 28, 2018 at 9:46 PM, Khem Raj <raj.khem at gmail.com> wrote:
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb       | 1 +
>  recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb | 1 +
>  recipes-security/optee/optee-test-qoriq_git.bb        | 1 +
>  3 files changed, 3 insertions(+)
>
> diff --git a/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb b/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb
> index ae62d544..0b237a65 100644
> --- a/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb
> +++ b/recipes-extended/pktgen-dpdk/pktgen-dpdk_git.bb
> @@ -30,3 +30,4 @@ INSANE_SKIP_${PN} = "ldflags"
>  INHIBIT_PACKAGE_STRIP = "1"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  PARALLEL_MAKE = ""
> +COMPATIBLE_MACHINE = "(ls2080ardb|ls2084ardb|ls2088a|ls1043a|ls1046a|ls1088a)"
> diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb
> index 5638f084..ab378cf5 100644
> --- a/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb
> +++ b/recipes-fsl/packagegroups/packagegroup-fsl-mfgtool.bb
> @@ -46,3 +46,4 @@ RDEPENDS_${PN}-extfs = " \
>      e2fsprogs-mke2fs \
>      e2fsprogs-e2fsck \
>  "
> +COMPATIBLE_MACHINE = "(imx)"
> diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb
> index 06b8f642..b01339b6 100644
> --- a/recipes-security/optee/optee-test-qoriq_git.bb
> +++ b/recipes-security/optee/optee-test-qoriq_git.bb
> @@ -46,3 +46,4 @@ FILES_${PN} += "/lib/optee_armtz/"
>
>  # Imports machine specific configs from staging to build
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> +COMPATIBLE_MACHINE = "(ls1043ardb|ls1046ardb|ls1012ardb)"
> --
> 2.19.0
>
I'll tests this series next Monday - but note that I build with
mainline support only.

Andreas


More information about the meta-freescale mailing list