diff --git a/.drone.yml b/.drone.yml index 75d64fb..5b4d810 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/configs/ttngw_defconfig b/configs/ttngw_defconfig index df2bf3d..ec81121 100644 --- a/configs/ttngw_defconfig +++ b/configs/ttngw_defconfig @@ -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