Skip to content
Snippets Groups Projects
Commit bf698958 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[928] Fix on 8x512M RAM configuration file

* Fix on AZURE_PATH variable position
parent e2413972
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ build-edgehog-928-1G-4x256M:
IMAGE_NAME: edgehog-things-image
UBOOT_FILE: u-boot.imx
KERNEL_FILE: zImage
AZURE_PATH: imx6/928
deploy-edgehog-928-1G-4x256M:
extends: .deploy
......@@ -23,7 +24,6 @@ deploy-edgehog-928-1G-4x256M:
artifacts: true
variables: &deploy-edgehog-928-1G-4x256M
<<: *build-edgehog-928-1G-4x256M
AZURE_PATH: imx6/928
build-edgehog-928-2G-4x512M:
extends: .build
......@@ -98,7 +98,7 @@ build-edgehog-embedded-base-928-4G-8x512M:
variables: &build-edgehog-embedded-928-4G-8x512M
<<: *build-edgehog-embedded-928-1G-4x256M
BOARD: 928-4G-8x512M
RAM_CONF: 4x512M
RAM_CONF: 8x512M
deploy-edgehog-embedded-base-928-4G-8x512M:
extends: .deploy
......@@ -148,9 +148,9 @@ deploy-edgehog-embedded-full-928-2G-4x512M:
build-edgehog-embedded-full-928-4G-8x512M:
extends: .build
variables: &build-edgehog-embedded-928-4G-8x512M-full
<<: *build-edgehog-embedded-928-1G-4x256M
<<: *build-edgehog-embedded-928-1G-4x256M-full
BOARD: 928-4G-8x512M
RAM_CONF: 4x512M
RAM_CONF: 8x512M
deploy-edgehog-embedded-full-928-4G-8x512M:
extends: .deploy
......
......@@ -15,6 +15,7 @@ build-edgehog-962-1G-4x256M:
IMAGE_NAME: edgehog-things-image
UBOOT_FILE: u-boot.imx
KERNEL_FILE: zImage
AZURE_PATH: imx6/962
deploy-edgehog-962-1G-4x256M:
extends: .deploy
......@@ -23,7 +24,6 @@ deploy-edgehog-962-1G-4x256M:
artifacts: true
variables: &deploy-edgehog-962-1G-4x256M
<<: *build-edgehog-962-1G-4x256M
AZURE_PATH: imx6/962
build-edgehog-962-2G-4x512M:
extends: .build
......@@ -148,7 +148,7 @@ deploy-edgehog-embedded-full-962-2G-4x512M:
build-edgehog-embedded-full-962-512M-2x256M:
extends: .build
variables: &build-edgehog-embedded-962-512M-2x256M-full
<<: *build-edgehog-embedded-962-1G-4x256M
<<: *build-edgehog-embedded-962-1G-4x256M-full
BOARD: 962-512M-2x256M
RAM_CONF: 2x256M
......
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