Updated drone recipe
This commit is contained in:
+5
-6
@@ -5,15 +5,14 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: sublimino/debian-build-essential
|
image: sublimino/debian-build-essential
|
||||||
commands:
|
commands:
|
||||||
- ls
|
- tar xvzf buildroot-2018.02.2.tar.gz
|
||||||
#- tar xvzf buildroot-2018.02.2.tar.gz
|
- cd buildroot-2018.02.2
|
||||||
#- cd buildroot-2018.02.2
|
- make BR2_EXTERNAL=../ ttngw_defconfig
|
||||||
#- make BR2_EXTERNAL=../ ttngw_defconfig
|
- make
|
||||||
#- make
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
secrets: [ gitea_token ]
|
secrets: [ gitea_token ]
|
||||||
base_url: https://dev.a-toy.eu
|
base_url: https://dev.a-toy.eu
|
||||||
files: README.md
|
files: output/images/sdcard.img
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay --enable-spi"
|
|||||||
|
|
||||||
# TTNGW specific options and packages
|
# TTNGW specific options and packages
|
||||||
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_ATOY_PATH)/board/ttngw/rootfs-overlay"
|
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_TARGET_GENERIC_ROOT_PASSWD="azerty"
|
||||||
BR2_PACKAGE_DROPBEAR=y
|
BR2_PACKAGE_DROPBEAR=y
|
||||||
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
|
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
|
||||||
|
|||||||
Reference in New Issue
Block a user