diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2019-11-07 17:19:38 +0900 |
---|---|---|
committer | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2019-11-07 17:19:38 +0900 |
commit | b61cb7229b606d05d4f93bb12df097ddbfba2527 (patch) | |
tree | e095b2f2736a4097334e1e538b2ec384d5d20087 | |
parent | 54b7b4f2a7a03bfc8eb8a53564bdcf461ee15dda (diff) | |
download | meta-b61cb7229b606d05d4f93bb12df097ddbfba2527.tar.gz meta-b61cb7229b606d05d4f93bb12df097ddbfba2527.tar.bz2 meta-b61cb7229b606d05d4f93bb12df097ddbfba2527.zip |
Create rpi4 32bit boot imagesubmit/tizen/20191111.075256accepted/tizen/unified/20191111.091221
Create RPi4 32bit Boot image
- kernel, u-boot, device-tree
Change-Id: I24cee0d82fa3f8fccff384c48059587700dc46d8
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
-rw-r--r-- | common-targets.yaml | 1 | ||||
-rw-r--r-- | common.yaml | 9 | ||||
-rw-r--r-- | ks/iot-boot-armv7l-rpi4.yaml | 11 | ||||
-rw-r--r-- | patterns/iot-boot-rpi4-32bit.yaml | 7 |
4 files changed, 28 insertions, 0 deletions
diff --git a/common-targets.yaml b/common-targets.yaml index 9b5cd72..7863cce 100644 --- a/common-targets.yaml +++ b/common-targets.yaml @@ -11,3 +11,4 @@ Targets: - iot-boot-arm64-artik710.yaml - iot-boot-arm64-rpi3.yaml - iot-boot-armv7l-rpi3.yaml + - iot-boot-armv7l-rpi4.yaml diff --git a/common.yaml b/common.yaml index a992b2b..7826ebe 100644 --- a/common.yaml +++ b/common.yaml @@ -64,6 +64,15 @@ Boot-RPi3-32Bit: - IoT Boot RPi3 32Bit Repos: [] +Boot-RPi4-32Bit: + Part: common-mbr-boot + Desktop: None + SaveRepos: False + UserGroups: "audio,video" + Groups: + - IoT Boot RPi4 32Bit + Repos: [] + Tizen IoT: Part: common-3parts-ramdisk Groups: diff --git a/ks/iot-boot-armv7l-rpi4.yaml b/ks/iot-boot-armv7l-rpi4.yaml new file mode 100644 index 0000000..eb692ed --- /dev/null +++ b/ks/iot-boot-armv7l-rpi4.yaml @@ -0,0 +1,11 @@ +Name: iot-boot-armv7l-rpi4 +Architecture: armv7l +Schedule: "*" +Active: True +Platform: Boot-RPi4-32Bit +Part: common-mbr-boot +Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz +FileName: iot-boot-armv7l-rpi4 +Group: IoT Boot RPi4 32Bit +Repos: +- unified-standard diff --git a/patterns/iot-boot-rpi4-32bit.yaml b/patterns/iot-boot-rpi4-32bit.yaml new file mode 100644 index 0000000..a009c09 --- /dev/null +++ b/patterns/iot-boot-rpi4-32bit.yaml @@ -0,0 +1,7 @@ +Summary: IoT Boot RPi4 32Bit +Description: IoT Boot RPi4 32Bit +Name: iot-boot-rpi4-32bit +Packages: +- arm-rpi4-linux-kernel +- arm-rpi4-linux-kernel-modules +- u-boot-rpi4-32b |