Skip to content

Commit

Permalink
add artik305s ubuntu bionic configurations
Browse files Browse the repository at this point in the history
This patch adds an ubuntu bionic build configurations for artik305s
module. Unlike xenial(16.04) version, this will use common build
configurations across artik models. This configuration can be build by
using below command: (Before you run, you have to locate source tree
like below)

- boot-firmwares-artik305s
- security-firmwares-artik305s(optional)
- linux-artik
- u-boot-artik
- ubuntu-packages
- ubuntu-build-service

Build command:

./release.sh -c config/artik305s_ubuntu_bionic.cfg --full-build

Change-Id: I25c0fbdd5e715ed3e3407f080845a67245266870
Signed-off-by: Chanho Park <[email protected]>
  • Loading branch information
cometzero committed May 2, 2018
1 parent be329c4 commit 563eea3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/artik305s_ubuntu_bionic.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
. config/artik305s.cfg

export OFFICIAL_VERSION=
export PREVIOUS_VERSION=A305s_os_3.3.0
export ROOTFS_BASE_URL=https://github.com/SamsungARTIK/ubuntu-build-service/releases
export ROOTFS_FILE_MD5=
export OS_NAME=ubuntu
export UBUNTU_VERSION=bionic
export UBUNTU_IMG_DIR=../ubuntu-build-service/${UBUNTU_VERSION}-artik

0 comments on commit 563eea3

Please sign in to comment.