diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-11-24 16:50:36 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-11-25 11:23:11 +0000 |
commit | f626aa26ed356487707df05713cefd66a8d3efc7 (patch) | |
tree | 512cd6c52befb8fe31cd208bacc24eb7a9421ae2 /templates/machine/generic-arm64/20_local.conf.inc | |
parent | b966ab7f6cbb1c4b0f7bedd35b92499435e1f50d (diff) |
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 <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30545
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'templates/machine/generic-arm64/20_local.conf.inc')
-rw-r--r-- | templates/machine/generic-arm64/20_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/machine/generic-arm64/20_local.conf.inc b/templates/machine/generic-arm64/20_local.conf.inc new file mode 100644 index 000000000..3918af8dd --- /dev/null +++ b/templates/machine/generic-arm64/20_local.conf.inc @@ -0,0 +1,2 @@ +MACHINE = "generic-arm64" + |