Skip to content

Commit

Permalink
artik710: set ota configurations by default
Browse files Browse the repository at this point in the history
This patch enables the ota configurations of artik710 as default.
The artik710s will be not affected this configuration until next
release. To keep old configurations, this patch added the
artik710_legacy.cfg and the artik530s lets including it.

Change-Id: I4382354c169fc3672f9e0031ff1b58e5a94aa564
Signed-off-by: Jaewon Kim <[email protected]>
  • Loading branch information
jwn0222 committed May 15, 2017
1 parent e62ad35 commit fa0be6b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions config/artik710-ota.cfg

This file was deleted.

1 change: 1 addition & 0 deletions config/artik710.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ export ROOTFS_FILE=fedora-arm-artik710-rootfs-20160809222105.tar.gz
export ROOTFS_FILE_MD5=ca5e6114ac89bbe266e5706cfb40aef4

export FEDORA_PACKAGE_FILE=config/artik710_fedora.package
export OTA=true
4 changes: 4 additions & 0 deletions config/artik710_legacy.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
. config/artik710.cfg

export UBOOT_DEFCONFIG=artik710_raptor_legacy_defconfig
export OTA=false
2 changes: 1 addition & 1 deletion config/artik710s.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
. config/common.cfg
. config/artik710.cfg
. config/artik710_legacy.cfg
. config/version/artik710s.cfg
. config/hwtest/artik710s.cfg

Expand Down

0 comments on commit fa0be6b

Please sign in to comment.