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

seco-mx6: rename machine from imx6guf to seco-mx6

parent 3b84b29d
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!412Rename machines to seco-mx.. names.
......@@ -173,7 +173,7 @@ set_machine_defaults()
case $MACHINE in
"imx8mguf") COMPATIBLE_SOCID="i.MX8MM" ;;
"imx8mpguf") COMPATIBLE_SOCID="i.MX8MP" ;;
"imx6guf") COMPATIBLE_SOCID="i.MX6Q|i.MX6DL" ;;
"seco-mx6") COMPATIBLE_SOCID="i.MX6Q|i.MX6DL" ;;
"imx6ullguf")COMPATIBLE_SOCID="i.MX6ULL" ;;
esac
......@@ -700,7 +700,7 @@ check_bootloader_version_deprecated()
#===========================================================
# Check if we are running on the machine the software package is meant for
# MACHINE contains the 'machine' used in yocto like imx6guf, imx8mpguf, ...
# MACHINE contains the 'machine' used in yocto like seco-mx6, imx8mpguf, ...
#===========================================================
check_machine_type()
{
......
--OS=uImage-imx6guf.bin
--OS=uImage-seco-mx6.bin
--DTB=uImage-imx6q-santoka.dtb
--DTB=uImage-imx6dl-hydra.dtb
--DTB=uImage-imx6dl-santaro.dtb
......@@ -13,4 +13,4 @@
--DTB=uImage-imx6q-santaro.dtb
--DTB=uImage-imx6q-santoka.dtb
--DTB=uImage-imx6q-santvend.dtb
--BS=boot-imx6guf.cfg
--BS=boot-seco-mx6.cfg
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