Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion elements/flatcar/flatcar-kernel.bst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ build-depends:
- freedesktop-sdk.bst:components/gzip.bst
- freedesktop-sdk.bst:components/xz.bst
- freedesktop-sdk.bst:components/findutils.bst
- freedesktop-sdk.bst:components/kmod.bst

variables:
strip-binaries: ""
Expand Down Expand Up @@ -51,7 +52,7 @@ config:
find "${TARGET_MODDIR}" -type f -name '*.ko.xz' -exec unxz {} +

# Rebuild module dependency maps
depmod -b "%{install-root}" "%{flatcar-kver}"
depmod -b "%{install-root}/usr" "%{flatcar-kver}"

# Strip vmlinux and System.map if present to save image footprint
rm -f "${TARGET_MODDIR}/vmlinux" "${TARGET_MODDIR}/System.map"
Expand Down