diff options
author | Maciej Wereski <m.wereski@partner.samsung.com> | 2017-01-11 09:55:39 +0100 |
---|---|---|
committer | Maciej Wereski <m.wereski@partner.samsung.com> | 2017-01-11 09:55:39 +0100 |
commit | 11ded1b9a78066d34e1ccf45eb492a686a07b8d2 (patch) | |
tree | 2cee845df092afdc8548bbce77340ebbffed5291 | |
parent | af3ce98a969450fd2a859f5fe223c185f236ab53 (diff) | |
download | meta-11ded1b9a78066d34e1ccf45eb492a686a07b8d2.tar.gz meta-11ded1b9a78066d34e1ccf45eb492a686a07b8d2.tar.bz2 meta-11ded1b9a78066d34e1ccf45eb492a686a07b8d2.zip |
[TRE-793] Add Artik7 boot imagesubmit/tizen/20170111.173826accepted/tizen/common/20170111.201938
Change-Id: I4a7f452e972b588dc34a1241dcfcdb6e56482888
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-rw-r--r-- | common-targets.yaml | 1 | ||||
-rw-r--r-- | common.yaml | 9 | ||||
-rw-r--r-- | ks/common-boot-arm64-artik7.yaml | 17 | ||||
-rw-r--r-- | patterns/common-boot-artik7.yaml | 7 |
4 files changed, 34 insertions, 0 deletions
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 |