Skip to content

Commit

Permalink
resin-image.bbappend: Deploy the bootloader files to the /resin-boot …
Browse files Browse the repository at this point in the history
…directory

We need to have the bootloader images available in resin-boot so that
we can also update the bootloader when using hostapps update.

Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
Florin Sarbu committed Jan 29, 2018
1 parent e191fd0 commit 936dc64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change log
-----------

* Deploy the bootloader files to the /resin-boot directory for hostapps update [Florin]
* Update layers to Pyro [Will]
* Update the resin-yocto-scripts submodule to 6f7a9ab326bb822196e3e48b08ef1d73d08caec6 (on master branch) [Florin]
* Increase initramfs maximum size to 12 MB (12288 KB) [Florin]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ IMAGE_FSTYPES_append_odroid-xu4 = " resinos-img"

# Customize resinos-img
RESIN_BOOT_PARTITION_FILES_odroid-xu4 = " \
bl1.bin.hardkernel: \
bl2.bin.hardkernel: \
boot.ini: \
u-boot-${MACHINE}.${UBOOT_SUFFIX}: \
tzsw.bin.hardkernel: \
zImage: \
zImage-exynos5422-odroidxu4.dtb:/exynos5422-odroidxu4.dtb \
"
Expand Down

0 comments on commit 936dc64

Please sign in to comment.