Updated drone recipe
This commit is contained in:
+5
-6
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user