diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2017-10-20 19:29:23 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2017-10-20 20:14:14 +0200 |
commit | c3d55af88eb83c775cce04402761bee52f4e7837 (patch) | |
tree | 01967c29d663b705d57ce5786cbe951dc213f60a | |
parent | 0a6fb9a5d4157cca87b0bec771786ec7e8930eb5 (diff) | |
download | meta-c3d55af88eb83c775cce04402761bee52f4e7837.tar.gz meta-c3d55af88eb83c775cce04402761bee52f4e7837.tar.bz2 meta-c3d55af88eb83c775cce04402761bee52f4e7837.zip |
[TRE-1710] Add ATF to RPi3 boot imagesubmit/tizen/20171020.190017
Change-Id: If4794d24838b3dfee108822173d46999a909c20d
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
-rw-r--r-- | ks/iot-boot-arm64-rpi3.yaml | 2 | ||||
-rw-r--r-- | patterns/iot-boot-rpi3.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ks/iot-boot-arm64-rpi3.yaml b/ks/iot-boot-arm64-rpi3.yaml index d2f8272..0541bed 100644 --- a/ks/iot-boot-arm64-rpi3.yaml +++ b/ks/iot-boot-arm64-rpi3.yaml @@ -7,5 +7,7 @@ Part: common-mbr-boot Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz FileName: iot-boot-arm64-rpi3 Group: IoT Boot RPi3 +Attachment: +- /boot/u-boot.img Repos: - unified-standard diff --git a/patterns/iot-boot-rpi3.yaml b/patterns/iot-boot-rpi3.yaml index 719d5da..252dae9 100644 --- a/patterns/iot-boot-rpi3.yaml +++ b/patterns/iot-boot-rpi3.yaml @@ -6,3 +6,5 @@ Packages: - arm64-rpi3-linux-kernel-modules #From TRE-1351 - u-boot-rpi3 +#From TRE-1710 +- atf-rpi3 |