Skip to content

Commit

Permalink
meta-balena-fsl-arm: samples: Switch to kirkstone
Browse files Browse the repository at this point in the history
Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jun 6, 2024
1 parent 3cef382 commit 7b2ae41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BBFILES ?= ""
BBLAYERS ?= " \
${TOPDIR}/../layers/meta-balena/meta-balena-rust \
${TOPDIR}/../layers/meta-balena/meta-balena-common \
${TOPDIR}/../layers/meta-balena/meta-balena-honister \
${TOPDIR}/../layers/meta-balena/meta-balena-kirkstone \
${TOPDIR}/../layers/meta-balena-fsl-arm \
${TOPDIR}/../layers/poky/meta \
${TOPDIR}/../layers/poky/meta-poky \
Expand Down
8 changes: 4 additions & 4 deletions layers/meta-balena-fsl-arm/conf/samples/local.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ DISTRO ?= "resin-systemd"
RM_OLD_IMAGE = "1"

# Additional image features
USER_CLASSES ?= "buildstats image-prelink"
USER_CLASSES ?= "buildstats"

# By default disable interactive patch resolution (tasks will just fail instead):
PATCHRESOLVE = "noop"
Expand All @@ -55,9 +55,9 @@ BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
ABORT,${TMPDIR},100M,1K \
ABORT,${DL_DIR},100M,1K \
ABORT,${SSTATE_DIR},100M,1K"
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K"

CONF_VERSION = "2"

Expand Down

0 comments on commit 7b2ae41

Please sign in to comment.