From fb940c73c4a59d4664ad0bef365c18d6cf1e2ca7 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Tue, 3 Apr 2018 10:27:06 +0900 Subject: [PATCH] update release metadata for A530s_os_3.2.0 This patch updates release information for the artik710s which includes E2E packages such as ble-onboarding and artik-sdk. Change-Id: If92d08256e9df4d5621ea1642d862bbe49f8cf5f Signed-off-by: Chanho Park --- README.md | 10 +++++----- config/artik530s_ubuntu.cfg | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5c340d1..67e54e4 100644 --- a/README.md +++ b/README.md @@ -157,10 +157,10 @@ cd build-artik ``` mkdir artik530s cd artik530s -git clone https://github.com/SamsungARTIK/linux-artik.git -b A530s_os_3.0.0 -git clone https://github.com/SamsungARTIK/u-boot-artik.git -b A530s_os_3.0.0 -git clone https://github.com/SamsungARTIK/build-artik.git -b A530s_os_3.0.0 -git clone https://github.com/SamsungARTIK/boot-firmwares-artik530s.git -b A530s_os_3.0.0 +git clone https://github.com/SamsungARTIK/linux-artik.git -b A530s_os_3.2.0 +git clone https://github.com/SamsungARTIK/u-boot-artik.git -b A530s_os_3.2.0 +git clone https://github.com/SamsungARTIK/build-artik.git -b A530s_os_3.2.0 +git clone https://github.com/SamsungARTIK/boot-firmwares-artik530s.git -b A530s_os_3.2.0 cd build-artik ``` @@ -326,7 +326,7 @@ repo sync ``` mkdir artik530s_full cd artik530s_full -repo init -u https://github.com/SamsungARTIK/manifest.git -b A530s_os_3.0.0 -m artik530s.xml +repo init -u https://github.com/SamsungARTIK/manifest.git -b A530s_os_3.2.0 -m artik530s.xml repo sync ``` diff --git a/config/artik530s_ubuntu.cfg b/config/artik530s_ubuntu.cfg index c65aff4..d0c345e 100644 --- a/config/artik530s_ubuntu.cfg +++ b/config/artik530s_ubuntu.cfg @@ -3,9 +3,9 @@ export OFFICIAL_VERSION=A530s_os_3.2.0 export OS_NAME=ubuntu export ROOTFS_BASE_URL=https://github.com/SamsungARTIK/ubuntu-build-service/releases/download/ -export ROOTFS_FILE=ubuntu-arm-artik530s-rootfs-0530GS0F-44U-01Q0-20171011.153556-e387fe4625161763e0e92b8db7f45a07.tar.gz -export ROOTFS_FILE_MD5=e387fe4625161763e0e92b8db7f45a07 -export ROOTFS_TAG=release/A530s_os_3.0.0 +export ROOTFS_FILE=ubuntu-arm-artik530s-rootfs-0530GS0F-44U-01Q3-20180316.154231-8c8d75175e3098c14f730e18da7ada36.tar.gz +export ROOTFS_FILE_MD5=8c8d75175e3098c14f730e18da7ada36 +export ROOTFS_TAG=release/A530s_os_3.2.0 export OS_NAME=ubuntu export UBUNTU_MODULE_DEB_DIR=$ARTIK_BUILD_DIR/../ubuntu-build-service/prebuilt/armhf/artik530s export UBUNTU_PACKAGE_FILE=config/artik530_ubuntu.package