Skip to content

Commit

Permalink
Merge pull request #536 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers and fix rpi4 32bit updater image generation
  • Loading branch information
cbrake authored Apr 12, 2021
2 parents c5371fb + 11792b9 commit 4819755
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Upgade ptest-runner to 2.4.1
- Update mesa to 21.0.1
- Adjust for swrast being dropped from DRI drivers in mesa
- Fix sbsa-acs with clang
- Add support for 8DXLite EVK with DDR3

## [2021.03] - 2021-03-26

Expand Down Expand Up @@ -254,7 +256,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update FSL EULA to LA_OPT_NXP_Software_License v11 February 2020
- Fix asound.conf for cubox-i
- Update linux-ti-staging to 5.4.69
- Update linux-fslc-imx/linux-fslc to v5.4.71
- Update linux-fslc-imx/linux-fslc to v5.4.110 and v5.10.28
- Update linux-altera to 5.7
- systemd upgraded v246.2 -> v246.6
- Fix perf on arm/musl
Expand All @@ -276,6 +278,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add faster 34Kf-64tlb Qemu machines
- Update linux-yocto v5.8.13/v5.4.69
- Add ttarget RISCV64/RISCV32 builds for clang
- Fix GCC11 patch for odroid-c4-hardkernel kernel
- Common cleanups for meta-odroid layer

## [3.2.0-beta] - 2020-09-23

Expand Down
2 changes: 1 addition & 1 deletion sources/bitbake
Submodule bitbake updated 2 files
+1 −1 bin/bitbake
+1 −1 lib/bb/__init__.py
2 changes: 1 addition & 1 deletion sources/meta-qcom
2 changes: 1 addition & 1 deletion sources/meta-ti
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ do_updater() {
# rootfs
install ${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.tar.xz ${ROOTFS_ARTEFACTS}
# uncomment when using uboot
#install ${DEPLOY_DIR_IMAGE}/u-boot.bin kernel8.img
#install ${DEPLOY_DIR_IMAGE}/u-boot.bin kernel7l.img
#install ${DEPLOY_DIR_IMAGE}/boot.scr boot.scr
# use when not using uboot ( note that it should be kernel with initramfs )
install ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE} kernel8.img
install ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE} kernel7l.img
for f in ${BOOTFILES}
do
install ${DEPLOY_DIR_IMAGE}/bootfiles/$f $f
Expand Down

0 comments on commit 4819755

Please sign in to comment.