From 75209030ea7215a67e53aa944bbf00f3fa00d97a Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Mon, 24 Apr 2017 19:28:51 +0900 Subject: [PATCH] artik530: set ota configurations by default This patch enables the ota configurations of artik530 as default. The artik530s will be not affected this configuration until next release. To keep old configurations, this patch added the artik530_legacy.cfg and the artik530s lets including it. Change-Id: If8e9eb67aedc45ed1fadc24e2c51f14ca61ed16c Signed-off-by: Chanho Park --- config/artik530-ota.cfg | 10 ---------- config/artik530.cfg | 1 + config/artik530_legacy.cfg | 4 ++++ config/artik530s.cfg | 2 +- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 config/artik530-ota.cfg create mode 100644 config/artik530_legacy.cfg diff --git a/config/artik530-ota.cfg b/config/artik530-ota.cfg deleted file mode 100644 index 39c1c97..0000000 --- a/config/artik530-ota.cfg +++ /dev/null @@ -1,10 +0,0 @@ -. config/common.cfg -. config/artik530.cfg - - -export TARGET_BOARD=artik530-ota -export TARGET_DIR=$IMAGE_DIR/$TARGET_BOARD -export UBOOT_DEFCONFIG=artik530_raptor_ota_defconfig -export ROOTFS_FILE=fedora-arm-artik530-ota-rootfs-20170331185513.tar.gz -export ROOTFS_FILE_MD5=54e0f15210a39fef43bc1fa5d74e9028 -export OTA=true diff --git a/config/artik530.cfg b/config/artik530.cfg index aefd4be..894dfa8 100644 --- a/config/artik530.cfg +++ b/config/artik530.cfg @@ -26,6 +26,7 @@ export UBOOT_ENV_SECTION=.rodata.default_environment export FIP_LOAD_ADDR=0x94c00000 export UBOOT_DEFCONFIG=artik530_raptor_config +export OTA=true export BOOT_PART_TYPE=ext4 diff --git a/config/artik530_legacy.cfg b/config/artik530_legacy.cfg new file mode 100644 index 0000000..09e972a --- /dev/null +++ b/config/artik530_legacy.cfg @@ -0,0 +1,4 @@ +. config/artik530.cfg + +export UBOOT_DEFCONFIG=artik530_raptor_legacy_defconfig +export OTA=false diff --git a/config/artik530s.cfg b/config/artik530s.cfg index 5bd0efc..1c35df3 100644 --- a/config/artik530s.cfg +++ b/config/artik530s.cfg @@ -1,5 +1,5 @@ . config/common.cfg -. config/artik530.cfg +. config/artik530_legacy.cfg . config/version/artik530s.cfg . config/hwtest/artik530s.cfg