Skip to content

Instantly share code, notes, and snippets.

@nrmmota
Last active March 17, 2016 00:54
Show Gist options
  • Select an option

  • Save nrmmota/9960706c45fc52319837 to your computer and use it in GitHub Desktop.

Select an option

Save nrmmota/9960706c45fc52319837 to your computer and use it in GitHub Desktop.
imx6 tbs2910 yocto config (bitbake core-image-base to get imx stuff)
MACHINE ??= 'imx6qsabresd'
DISTRO ?= 'poky'
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
USER_CLASSES ?= "buildstats image-mklibs"
CORE_IMAGE_EXTRA_INSTALL += " firmware-imx imx-vpu gstreamer1.0-plugins-imx gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly dropbear"
LICENSE_FLAGS_WHITELIST = "commercial"
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"
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