Browse Source

Updated drone recipe

master
Anthony Hinsinger 8 years ago
parent
commit
e07e2cb7b9
  1. 11
      .drone.yml
  2. 1
      configs/ttngw_defconfig

11
.drone.yml

@ -5,15 +5,14 @@ pipeline: @@ -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
configs/ttngw_defconfig

@ -36,6 +36,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="--add-pi3-miniuart-bt-overlay --enable-spi" @@ -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

Loading…
Cancel
Save