# Yocto configuration: # # git clone git://git.yoctoproject.org/meta-raspberrypi -b master # cd meta-raspberrypi # git checkout 4817e2c087097c02755d6309304878e42cf61d3c # cd .. # git clone git://git.openembedded.org/meta-openembedded -b krogoth # git clone git://git.yoctoproject.org/poky # # Bitbake layers: #BBLAYERS ?= " \ # /home/marcin/elce/poky/meta \ # /home/marcin/elce/poky/meta-poky \ # /home/marcin/elce/poky/meta-yocto-bsp \ # /home/marcin/elce/meta-raspberrypi \ # /home/marcin/elce/meta-openembedded/meta-oe \ # /home/marcin/elce/meta-openembedded/meta-multimedia \ # /home/marcin/elce/meta-openembedded/meta-networking \ # /home/marcin/elce/meta-openembedded/meta-python \ # " # #local.conf - follows # #Image: rpi-hwup-image was build. MACHINE ??= "raspberrypi3" #My local directories reference DL_DIR ?= "/home/marcin/yocto/downloads" BB_GENERATE_MIRROR_TARBALLS = "1" SSTATE_DIR ?= "/home/marcin/yocto/sstate-cache" DISTRO ?= "poky" PACKAGE_CLASSES ?= "package_ipk" EXTRA_IMAGE_FEATURES ?= "debug-tweaks tools-debug tools-profile ssh-server-openssh package-management" 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-native = " sdl" PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" CONF_VERSION = "1" LICENSE_FLAGS_WHITELIST += "commercial" INHERIT += "rm_work"