Skip to content

Instantly share code, notes, and snippets.

@graugans
Created February 2, 2016 20:43
Show Gist options
  • Save graugans/f8a90c0e1e0177e6e553 to your computer and use it in GitHub Desktop.
Save graugans/f8a90c0e1e0177e6e553 to your computer and use it in GitHub Desktop.
MACHINE ??= 'udooqdl'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_ipk"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
DISTRO_FEATURES_remove = "x11 wayland"
USER_CLASSES ?= "buildstats image-mklibs"
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-native = " sdl"
PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
ASSUME_PROVIDED += "libsdl-native"
CONF_VERSION = "1"
DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment