From 11ded1b9a78066d34e1ccf45eb492a686a07b8d2 Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 11 Jan 2017 09:55:39 +0100 Subject: [PATCH] [TRE-793] Add Artik7 boot image Change-Id: I4a7f452e972b588dc34a1241dcfcdb6e56482888 Signed-off-by: Maciej Wereski --- common-targets.yaml | 1 + common.yaml | 9 +++++++++ ks/common-boot-arm64-artik7.yaml | 17 +++++++++++++++++ patterns/common-boot-artik7.yaml | 7 +++++++ 4 files changed, 34 insertions(+) create mode 100644 ks/common-boot-arm64-artik7.yaml create mode 100644 patterns/common-boot-artik7.yaml diff --git a/common-targets.yaml b/common-targets.yaml index 1a3678a..59b3396 100644 --- a/common-targets.yaml +++ b/common-targets.yaml @@ -32,4 +32,5 @@ Targets: - Name: arm64-wayland Images: - common-wayland-3parts-arm64.yaml + - common-boot-arm64-artik7.yaml diff --git a/common.yaml b/common.yaml index d62ccc8..fe8c39c 100644 --- a/common.yaml +++ b/common.yaml @@ -127,6 +127,15 @@ Boot-Artik5: - Common Boot Artik 5 Repos: [] +Boot-Artik7: + Part: common-artik-mbr-boot + Desktop: None + SaveRepos: False + UserGroups: "audio,video" + Groups: + - Common Boot Artik 7 + Repos: [] + Wayland: Part: common-mbr UserGroups: "audio,video" diff --git a/ks/common-boot-arm64-artik7.yaml b/ks/common-boot-arm64-artik7.yaml new file mode 100644 index 0000000..cc02ed2 --- /dev/null +++ b/ks/common-boot-arm64-artik7.yaml @@ -0,0 +1,17 @@ +Name: common-boot-arm64-artik710 +Architecture: aarch64 +Schedule: "*" +Active: True +Platform: Boot-Artik7 +Part: common-artik-mbr-boot +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: common-boot-arm64-artik710 +Group: Common Boot Artik 7 +Attachment: +- /boot/s5p6818-artik710-raptor-rev01.dtb +- /boot/s5p6818-artik710-raptor-rev03.dtb +- /boot/Image +- /boot/u-boot/params.bin +- /boot/u-boot/fip-nonsecure.img +Repos: +- common-wayland_aarch64 diff --git a/patterns/common-boot-artik7.yaml b/patterns/common-boot-artik7.yaml new file mode 100644 index 0000000..3bc0c14 --- /dev/null +++ b/patterns/common-boot-artik7.yaml @@ -0,0 +1,7 @@ +Summary: Common Boot Artik 7 +Description: Common Boot Artik 7 +Name: common-boot-artik7 +Packages: +- artik710-raptor-linux-kernel +- artik710-raptor-linux-kernel-modules +- u-boot-artik7 -- 2.7.4