Skip to content

Commit

Permalink
update release metadata for A530s_os_3.2.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cometzero committed Apr 3, 2018
1 parent 6ed2198 commit fb940c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
```

Expand Down
6 changes: 3 additions & 3 deletions config/artik530s_ubuntu.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fb940c7

Please sign in to comment.