Skip to content

Commit

Permalink
layers/meta-balena-fsl-arm/conf/layer.conf: Compress kernel for nitro…
Browse files Browse the repository at this point in the history
…gen8mm

We need to make more space in the rootfs for this machine.

Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jun 18, 2024
1 parent e271867 commit b8cc339
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layers/meta-balena-fsl-arm/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ FULL_OPTIMIZATION = "-Os -pipe ${DEBUG_FLAGS}"

# Temporarily removed until the solidrun upstream repo adds honister support: https://github.com/SolidRun/meta-solidrun-solidsense/issues/2
BBMASK += "meta-balena-fsl-arm/recipes-bsp/u-boot/u-boot-solidsense-imx6_%.bbappend"

# this board is very low on rootfs space so we need to compress the kernel in order to save space
KERNEL_IMAGETYPE:nitrogen8mm = "Image.gz"

0 comments on commit b8cc339

Please sign in to comment.