Skip to content

Commit

Permalink
Merge branch 'master' into omri/rpidistro-fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
omrisarig13 authored Jan 28, 2025
2 parents 9726f0c + 880d36b commit 2497b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kas-poky-rpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ local_conf_header:
USER_CLASSES = "buildstats"
PATCHRESOLVE = "noop"
debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks"
IMAGE_FEATURES += "empty-root-password allow-empty-password allow-root-login post-install-logging"
diskmon: |
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
Expand All @@ -59,3 +59,7 @@ local_conf_header:
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"
license: |
# Uncomment next line to allow the license
# See: linux-firmware-rpidistro in docs/ipcompliance.md
#LICENSE_FLAGS_ACCEPTED = "synaptics-killswitch"
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ do_install() {
done

cp -R --no-dereference --preserve=mode,links -v debian/config/brcm80211/cypress/* ${D}${nonarch_base_libdir}/firmware/cypress/
ln -s cyfmac43455-sdio-minimal.bin ${D}${nonarch_base_libdir}/firmware/cypress/cyfmac43455-sdio.bin

rm ${D}${nonarch_base_libdir}/firmware/cypress/README.txt
}
Expand Down

0 comments on commit 2497b3e

Please sign in to comment.