Created
January 24, 2022 23:48
-
-
Save paoloturim/d1d304225e127c0be3767981cc0ad11c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MACHINE ??= 'pico-imx7' | |
DISTRO ?= 'fsl-imx-xwayland' | |
PACKAGE_CLASSES ?= 'package_rpm' | |
EXTRA_IMAGE_FEATURES ?= "debug-tweaks" | |
USER_CLASSES ?= "buildstats image-mklibs image-prelink" | |
PATCHRESOLVE = "noop" | |
BB_DISKMON_DIRS ??= "\ | |
STOPTASKS,${TMPDIR},1G,100K \ | |
STOPTASKS,${DL_DIR},1G,100K \ | |
STOPTASKS,${SSTATE_DIR},1G,100K \ | |
STOPTASKS,/tmp,100M,100K \ | |
ABORT,${TMPDIR},100M,1K \ | |
ABORT,${DL_DIR},100M,1K \ | |
ABORT,${SSTATE_DIR},100M,1K \ | |
ABORT,/tmp,10M,1K" | |
PACKAGECONFIG_append_pn-qemu-system-native = " sdl" | |
CONF_VERSION = "1" | |
BASE_BOARD ?= "pi" | |
DISPLAY_INFO ?= "lcd" | |
RF_FIRMWARES ?= "qca ath-pci" | |
SOUNDCARD ?= "voicehat" | |
NFC ?= "nfc" | |
PA_TOKEN ?= "SbtQ_mC4fvJRA88_9jB7" | |
DL_DIR ?= "${BSPDIR}/downloads/" | |
ACCEPT_FSL_EULA = "1" | |
# TechNexion setup-environment.sh wrapper: Further modification to bblayers.conf and local.conf | |
BBMASK += "meta-tn-imx-bsp/recipes-containers/docker-disk/docker-disk.bb" | |
BBMASK += "meta-tn-imx-bsp/recipes-containers/docker/docker-ce_%.bbappend" | |
# TechNexion Setup BSP Release: Further modification to local.conf and bblayers.conf | |
PACKAGE_CLASSES = "package_deb" | |
EXTRA_IMAGE_FEATURES += "package-management" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment