While being useful on i.MX27 only, there is no reason why it shouldn't be build on other ARM architectures or generic bsps.
Signed-off-by: Sascha Hauer <[email protected]> --- rules/gst-plugins-fsl_vpu.make | 2 +- rules/libfsl-vpu.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gst-plugins-fsl_vpu.make b/rules/gst-plugins-fsl_vpu.make index d1e8dbd..1b35060 100644 --- a/rules/gst-plugins-fsl_vpu.make +++ b/rules/gst-plugins-fsl_vpu.make @@ -11,7 +11,7 @@ # # We provide this package # -PACKAGES-$(PTXCONF_ARCH_ARM_IMX)-$(PTXCONF_GST_PLUGINS_FSL_VPU) += gst-plugins-fsl_vpu +PACKAGES-$(PTXCONF_GST_PLUGINS_FSL_VPU) += gst-plugins-fsl_vpu # # Paths and names diff --git a/rules/libfsl-vpu.make b/rules/libfsl-vpu.make index 856d959..3778e81 100644 --- a/rules/libfsl-vpu.make +++ b/rules/libfsl-vpu.make @@ -11,7 +11,7 @@ # # We provide this package # -PACKAGES-$(PTXCONF_ARCH_ARM_IMX)-$(PTXCONF_LIBFSL_VPU) += libfsl-vpu +PACKAGES-$(PTXCONF_LIBFSL_VPU) += libfsl-vpu # # Paths and names -- 1.7.2.3 -- ptxdist mailing list [email protected]
