Browse Source
The S3 path now follows the pattern: /mender/mender-convert/uboot/<dev-family>/<dev-config>-<uboot-ver>.tar For RPi and BBB these are automatically published form the CI Pipeline of repo mender-convert-integration-scripts while for RockPro64 they have been manually moved (as we expect this to be a one time integration). Reworked a bit also the *_BINARIES variable so that we can keep the u-boot version in the base config files and let the childs only define the a config name. Changelog: None Signed-off-by: Lluis Campos <lluis.campos@northern.tech>2.0.x
10 changed files with 22 additions and 36 deletions
@ -1,8 +1,4 @@ |
|||
# Binaries generated with the following script: |
|||
# |
|||
# https://github.com/drewmoseley/mender-convert-integration-scripts/blob/master/build-uboot-bbb.sh |
|||
# |
|||
BEAGLEBONE_BLACK_BINARIES="beaglebone-black-integration-debian-sdcard-2018.07.004.tar" |
|||
BEAGLEBONE_BLACK_CONFIG="beaglebone_black_debian_sdcard" |
|||
source configs/beaglebone_black_base_config |
|||
MENDER_DEVICE_TYPE="beaglebone-sdcard" |
|||
MENDER_STORAGE_DEVICE="/dev/mmcblk0p" |
|||
|
@ -1,8 +1,4 @@ |
|||
ROCKPRO64_CONFIG="rockpro64_emmc" |
|||
MENDER_STORAGE_DEVICE=/dev/mmcblk1p |
|||
|
|||
# Binaries generated with the following script: |
|||
# |
|||
# https://d1b0l86ne08fsf.cloudfront.net/mender-convert/armbian/rockpro64/integration-scripts.tar.gz |
|||
ROCKPRO64_BINARIES="emmc-boot-integration-2017.09.tar.gz" |
|||
|
|||
source configs/rockpro64_config |
|||
|
@ -1,6 +1,3 @@ |
|||
# Binaries generated with the following script: |
|||
# |
|||
# https://d1b0l86ne08fsf.cloudfront.net/mender-convert/armbian/rockpro64/integration-scripts.tar.gz |
|||
ROCKPRO64_BINARIES="sd-boot-integration-2017.09.tar.gz" |
|||
ROCKPRO64_CONFIG="rockpro64_sd" |
|||
|
|||
source configs/rockpro64_config |
|||
|
Loading…
Reference in new issue