Skip to content

Commit

Permalink
conf/layer: Enable size optimization
Browse files Browse the repository at this point in the history
because right now the rootfs space for the Nitrogen8MM
is not sufficient for updating meta-balena.

Changlog-entry: conf/layer: Enable full size optimization
Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Feb 20, 2024
1 parent 4a0cf0a commit 636648e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/meta-balena-fsl-arm/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ SERIAL_CONSOLES:imx8mm-lpddr4-evk = "115200;ttymxc1"

FIRMWARE_COMPRESSION:nitrogen8mm ?= "1"
FIRMWARE_COMPRESSION:imx8mm-lpddr4-evk ?= "1"
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"

0 comments on commit 636648e

Please sign in to comment.