Updated drone recipe

This commit is contained in:
2018-05-16 09:02:22 +02:00
parent 7bed0c420a
commit e07e2cb7b9
2 changed files with 6 additions and 6 deletions
+5 -6
View File
@@ -5,15 +5,14 @@ pipeline:
build:
image: sublimino/debian-build-essential
commands:
- ls
#- tar xvzf buildroot-2018.02.2.tar.gz
#- cd buildroot-2018.02.2
#- make BR2_EXTERNAL=../ ttngw_defconfig
#- make
- tar xvzf buildroot-2018.02.2.tar.gz
- cd buildroot-2018.02.2
- make BR2_EXTERNAL=../ ttngw_defconfig
- make
publish:
image: plugins/gitea-release
secrets: [ gitea_token ]
base_url: https://dev.a-toy.eu
files: README.md
files: output/images/sdcard.img
when:
event: tag
+1
View File
@@ -36,6 +36,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay --enable-spi"
# TTNGW specific options and packages
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_ATOY_PATH)/board/ttngw/rootfs-overlay"
BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=n
BR2_TARGET_GENERIC_ROOT_PASSWD="azerty"
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y