Skip to content
Snippets Groups Projects
Commit 850be449 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

setup-script: Misc fixes

parent 202fc8ca
No related branches found
No related tags found
1 merge request!1Add gitlab-ci
Pipeline #98488 passed with stage
in 7 seconds
......@@ -42,7 +42,7 @@ POKY_DISTROS="$(find sources/poky/meta-poky/conf/distro -name "*.conf" \
DEFAULT_DISTRO="$(echo "$GF_DISTROS" | head -n 1)"
GF_IMAGES="$(find sources/meta-seconorth-distro/recipes-bsp/images/ -iname "*.bb" \
GF_IMAGES="$(find sources/meta-imx/meta-sdk/recipes-fsl/images -iname "*.bb" \
-exec basename -s ".bb" {} \;)"
DL_DIR_GLOBAL="/usr/src/packages/"
......@@ -217,7 +217,7 @@ if "$build_dir_setup_enabled"; then
if [ -z "$BBLAYERS" ]; then
# Map the MACHINE to a default bblayers file
case "$MACHINE" in
seco-imx93|*) # Also default
seco-mx93|*) # Also default
BBLAYERS=bblayers.conf
;;
esac
......@@ -315,7 +315,7 @@ if "$build_dir_setup_enabled"; then
-i conf/local.conf
# i.MX 93 specific settings
if [ "$MACHINE" = "seco-imx93" ]; then
if [ "$MACHINE" = "seco-mx93" ]; then
{
echo
echo '# Switch to Debian packaging and include package-management in the image'
......
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