Skip to content

Commit

Permalink
beaglev.yml: Use musl for now
Browse files Browse the repository at this point in the history
Glibc based images end up crashing the kernel in init
until thats debugged through lets use musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed May 7, 2021
1 parent 475f287 commit f38d01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beaglev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ local_conf_header:
CONF_VERSION = "1"
PACKAGE_CLASSES = "package_rpm"
SDKMACHINE = "x86_64"
TCLIBC = "musl"
diskmon: |
BB_DISKMON_DIRS = "\
STOPTASKS,${TMPDIR},1G,100K \
Expand Down

0 comments on commit f38d01c

Please sign in to comment.