From 48cc1b37dc363f4c59630d2307fd0d4f5d93780d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 30 May 2021 14:58:49 -0400 Subject: Update i.MX machine configurations Changes: - Add new i.MX and i.MX6 common inc files and shift duplicated configuration to them. - Switch to using the newer IMX_BSP_DEFAULT variable mechanism for selecting mainline vs NXP bits, instead of adding use-mainline-bsp to MACHINEOVERRIDES. - Remove the accidental addition of agl-medium-arm-compiler to DISTRO_FEATURES for the imx8mqevk configurations. - Remove some other stale variable definitions. - Update BSP layer path in i.MX6 template 50_setup.sh files, these were missed on a previous update. Bug-AGL: SPEC-3933 Signed-off-by: Scott Murray Change-Id: I0145e3c8b73b4d53706fda4237ab10f181fd16f7 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26377 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- templates/machine/cubox-i/50_setup.sh | 2 +- templates/machine/imx6qdlsabreauto/50_setup.sh | 2 +- templates/machine/nitrogen6x/50_setup.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/machine') diff --git a/templates/machine/cubox-i/50_setup.sh b/templates/machine/cubox-i/50_setup.sh index bb22790dc..eefd1eb7f 100644 --- a/templates/machine/cubox-i/50_setup.sh +++ b/templates/machine/cubox-i/50_setup.sh @@ -1,2 +1,2 @@ -find_and_ack_eula $METADIR/meta-freescale EULA +find_and_ack_eula $METADIR/bsp/meta-freescale EULA export EULA_FLAG_NAME="ACCEPT_FSL_EULA" diff --git a/templates/machine/imx6qdlsabreauto/50_setup.sh b/templates/machine/imx6qdlsabreauto/50_setup.sh index bb22790dc..eefd1eb7f 100644 --- a/templates/machine/imx6qdlsabreauto/50_setup.sh +++ b/templates/machine/imx6qdlsabreauto/50_setup.sh @@ -1,2 +1,2 @@ -find_and_ack_eula $METADIR/meta-freescale EULA +find_and_ack_eula $METADIR/bsp/meta-freescale EULA export EULA_FLAG_NAME="ACCEPT_FSL_EULA" diff --git a/templates/machine/nitrogen6x/50_setup.sh b/templates/machine/nitrogen6x/50_setup.sh index bb22790dc..eefd1eb7f 100644 --- a/templates/machine/nitrogen6x/50_setup.sh +++ b/templates/machine/nitrogen6x/50_setup.sh @@ -1,2 +1,2 @@ -find_and_ack_eula $METADIR/meta-freescale EULA +find_and_ack_eula $METADIR/bsp/meta-freescale EULA export EULA_FLAG_NAME="ACCEPT_FSL_EULA" -- cgit 1.2.3-korg