diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2019-04-25 14:38:54 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2019-04-29 13:28:52 +0900 |
commit | 9a04c9abac94c90781b0f33a3d688d7d2c6d3efc (patch) | |
tree | 5b31b76bb538858e79f3602575ed87d59365f52e | |
parent | 58f841f46e1f4841451163d08bfea0601eba9ecc (diff) | |
download | meta-9a04c9abac94c90781b0f33a3d688d7d2c6d3efc.tar.gz meta-9a04c9abac94c90781b0f33a3d688d7d2c6d3efc.tar.bz2 meta-9a04c9abac94c90781b0f33a3d688d7d2c6d3efc.zip |
[TRE-2159] Create rpi3 32bit boot imagesubmit/tizen/20190429.043405accepted/tizen/unified/20190429.103831
Create RPi3 32bit Boot image
- kernel, u-boot, device-tree
Change-Id: I74b4d96d1653ff2ccf3f48b9eba2f625ca3dd970
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r-- | common-targets.yaml | 1 | ||||
-rw-r--r-- | common.yaml | 9 | ||||
-rw-r--r-- | ks/iot-boot-armv7l-rpi3.yaml | 11 | ||||
-rw-r--r-- | patterns/iot-boot-rpi3-32bit.yaml | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/common-targets.yaml b/common-targets.yaml index 7686d36..9b5cd72 100644 --- a/common-targets.yaml +++ b/common-targets.yaml @@ -10,3 +10,4 @@ Targets: - iot-headed-3parts-armv7l-rpi3.yaml - iot-boot-arm64-artik710.yaml - iot-boot-arm64-rpi3.yaml + - iot-boot-armv7l-rpi3.yaml diff --git a/common.yaml b/common.yaml index 579a02e..a992b2b 100644 --- a/common.yaml +++ b/common.yaml @@ -55,6 +55,15 @@ Boot-RPi3: - IoT Boot RPi3 Repos: [] +Boot-RPi3-32Bit: + Part: common-mbr-boot + Desktop: None + SaveRepos: False + UserGroups: "audio,video" + Groups: + - IoT Boot RPi3 32Bit + Repos: [] + Tizen IoT: Part: common-3parts-ramdisk Groups: diff --git a/ks/iot-boot-armv7l-rpi3.yaml b/ks/iot-boot-armv7l-rpi3.yaml new file mode 100644 index 0000000..fe519dd --- /dev/null +++ b/ks/iot-boot-armv7l-rpi3.yaml @@ -0,0 +1,11 @@ +Name: iot-boot-armv7l-rpi3 +Architecture: armv7l +Schedule: "*" +Active: True +Platform: Boot-RPi3-32Bit +Part: common-mbr-boot +Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz +FileName: iot-boot-armv7l-rpi3 +Group: IoT Boot RPi3 32Bit +Repos: +- unified-standard diff --git a/patterns/iot-boot-rpi3-32bit.yaml b/patterns/iot-boot-rpi3-32bit.yaml new file mode 100644 index 0000000..df2d1df --- /dev/null +++ b/patterns/iot-boot-rpi3-32bit.yaml @@ -0,0 +1,7 @@ +Summary: IoT Boot RPi3 32Bit +Description: IoT Boot RPi3 32Bit +Name: iot-boot-rpi3-32bit +Packages: +- arm-rpi3-linux-kernel +- arm-rpi3-linux-kernel-modules +- u-boot-rpi3-32b |