Skip to content
Snippets Groups Projects
Commit 39ac7a10 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

Rename machines from imx...gif to seco-mx... pattern.

parent d3eac486
No related branches found
No related tags found
1 merge request!81Rename machines to seco-mx.. names.
Pipeline #25764 passed with stage
in 13 seconds
File moved
File moved
......@@ -30,7 +30,7 @@ SUPPORTED_MACHINES="$(find sources/*/conf/machine -name "*.conf" \
DEFAULT_MACHINE="$(echo "$SUPPORTED_MACHINES" | head -n 1)"
GF_ARCHS=($(find sources/meta-seconorth*/conf/machine -name "*.conf" \
-exec basename -s ".conf" {} \; | grep -Eo '^imx[0-9]+' \
-exec basename -s ".conf" {} \; | grep -Eo '^seco-mx[0-9]+' \
| sort -u))
DEFAULT_ARCH="${GF_ARCHS[1]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment