diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc index c0681f77041223ee3d6a328f71259443ad89d57d..108255e713dbb1e3fb4f7158133679b5cf370b73 100644 --- a/conf/machine/include/mxs-base.inc +++ b/conf/machine/include/mxs-base.inc @@ -22,6 +22,16 @@ XSERVER = "xserver-xorg \ xf86-input-evdev \ xf86-video-fbdev" +# Sub-architecture support +MACHINE_SOCARCH ?= "" +MACHINE_SOCARCH_mx23 = "${TUNE_PKGARCH}-mx23" +MACHINE_SOCARCH_mx28 = "${TUNE_PKGARCH}-mx28" +PACKAGE_EXTRA_ARCHS_append = " ${MACHINE_SOCARCH}" + +MACHINE_ARCH_FILTER = "virtual/kernel" + +INHERIT += "fsl-dynamic-packagearch" + # Ship kernel modules MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"