From f626aa26ed356487707df05713cefd66a8d3efc7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 24 Nov 2024 16:50:36 -0500 Subject: Update machine local.conf fragment numbering Lower numbering of the local.conf fragments in the machine templates so they will be guaranteed to be before feature added fragments as opposed to mixed in with them. This allows referring to MACHINE in feature fragments in a stable fashion, and makes the generated local.conf a bit more readable. Bug-AGL: SPEC-5306 Change-Id: I193027dfeadda20fee1f74f925d980378ea076f5 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30545 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/machine/cubox-i/20_local.conf.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/machine/cubox-i/20_local.conf.inc (limited to 'templates/machine/cubox-i/20_local.conf.inc') diff --git a/templates/machine/cubox-i/20_local.conf.inc b/templates/machine/cubox-i/20_local.conf.inc new file mode 100644 index 000000000..b0835bf6e --- /dev/null +++ b/templates/machine/cubox-i/20_local.conf.inc @@ -0,0 +1,4 @@ +MACHINE = "cubox-i" +#see meta-agl/meta-agl-bsp/conf/include/agl_cubox-i.inc +require conf/include/agl_cubox-i.inc + -- cgit 1.2.3-korg