Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Machine Selection
- #
- BB_NUMBER_THREADS = "8"
- PARALLEL_MAKE = "-j 8"
- #MACHINE ?= "qemuarm"
- #MACHINE ?= "qemumips"
- #MACHINE ?= "qemuppc"
- #MACHINE ?= "qemux86"
- #MACHINE ?= "qemux86-64"
- #
- # There are also the following hardware board target machines included for
- # demonstration purposes:
- #
- #MACHINE ?= "beaglebone"
- #MACHINE ?= "genericx86"
- #MACHINE ?= "genericx86-64"
- #MACHINE ?= "mpc8315e-rdb"
- #MACHINE ?= "edgerouter"
- #
- # This sets the default machine to be qemux86 if no other machine is selected:
- MACHINE ??= "qemux86"
- #
- # Where to place downloads
- #
- DL_DIR ?= "/home/el3/yocto/downloads"
- #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
- #TMPDIR = "${TOPDIR}/tmp"
- DISTRO ?= "poky"
- # DISTRO ?= "poky-bleeding"
- PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk package_tar"
- #SDKMACHINE ?= "i686"
- EXTRA_IMAGE_FEATURES = "debug-tweaks"
- USER_CLASSES ?= "buildstats image-mklibs image-prelink"
- #TEST_IMAGE = "1"
- #OE_TERMINAL = "auto"
- PATCHRESOLVE = "noop"
- 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"
- #SSTATE_MIRRORS ?= "\
- #file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
- #file://.* file:///some/local/dir/sstate/PATH"
- PACKAGECONFIG_append_pn-qemu-native = " sdl"
- PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"
- ASSUME_PROVIDED += "libsdl-native"
- CONF_VERSION = "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement