Skip to content

Commit

Permalink
config: split rootfs configurations
Browse files Browse the repository at this point in the history
This patch splits rootfs configurations for each boards.

Signed-off-by: Chanho Park <[email protected]>
  • Loading branch information
cometzero committed Jun 10, 2016
1 parent b5dce2c commit fef1db3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions config/artik10.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export EMMC_UBOOT_OFFSET=62
export EMMC_TZSW_OFFSET=718
export EMMC_ENV_OFFSET=1230

export RELEASE_VER=artik_os_1.0.0
export ROOTFS_FILE=fedora-arm-artik-rootfs-20151217171128.tar.gz
export ROOTFS_FILE_MD5=8b6c92bc09ddf69e30c2d1962c9a0e9e
export ROOTFS_TAG=release/${TARGET_BOARD_REAL}/${RELEASE_VER}
3 changes: 3 additions & 0 deletions config/artik5.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ export EMMC_UBOOT_OFFSET=62
export EMMC_TZSW_OFFSET=718
export EMMC_ENV_OFFSET=1031

export RELEASE_VER=artik_os_1.0.0
export ROOTFS_FILE=fedora-arm-artik-rootfs-20151209112052.tar.gz
export ROOTFS_FILE_MD5=8493add7641a2ae4ef975ba6929fda4e
export ROOTFS_TAG=release/${TARGET_BOARD_REAL}/${RELEASE_VER}
5 changes: 0 additions & 5 deletions config/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ export TMP_DIR=$OUTPUT_DIR/tmp
export BOOT_SIZE=32
export MODULE_SIZE=32
export INITRD=$PREBUILT_DIR/uInitrd

export RELEASE_VER=artik_os_1.0.0

export ROOTFS_FILE=fedora-arm-artik-rootfs-20151217171128.tar.gz
export ROOTFS_FILE_MD5=8b6c92bc09ddf69e30c2d1962c9a0e9e

0 comments on commit fef1db3

Please sign in to comment.