From: Nitin A Kamble <[email protected]> The intel-core2-32 BSP supports multiple platforms. Pull in the machinesetuptool recipe packages in the BSP images so that the images can be configured for any of the supported platforms.
Signed-off-by: Nitin A Kamble <[email protected]> --- conf/machine/intel-core2-32.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 9c30f7d..7b09771 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -16,6 +16,7 @@ MACHINE_FEATURES += "wifi 3g" MACHINE_HWCODECS ?= "va-intel gst-va-intel" +MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " machinesetuptool" MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" XSERVER ?= "${XSERVER_X86_BASE} \ -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
