Lines Matching +full:sstate +full:- +full:cache

27 #MACHINE ?= "qemux86-64"
32 #MACHINE ?= "beaglebone-yocto"
34 #MACHINE ?= "genericx86-64"
37 # This sets the default machine to be qemux86-64 if no other machine is selected:
38 MACHINE ??= "qemux86-64"
54 # Where to place shared-state files
57 # This is done using "shared state" files which can be thought of as cache objects
65 # The default is a sstate-cache directory under TOPDIR.
67 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
94 # DISTRO ?= "poky-bleeding"
103 # - 'package_deb' for debian style deb files
104 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
105 # - 'package_rpm' for rpm style packages
125 # "dbg-pkgs" - add -dbg packages for all installed packages
127 # "src-pkgs" - add -src packages for all installed packages
129 # "dev-pkgs" - add -dev packages for all installed packages
131 # "ptest-pkgs" - add -ptest packages for all ptest-enabled packages
133 # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.)
134 # "tools-debug" - add debugging tools (gdb, strace)
135 # "eclipse-debug" - add Eclipse remote debugging support
136 # "tools-profile" - add profiling tools (oprofile, lttng, valgrind)
137 # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
138 # "debug-tweaks" - make an image suitable for development
141 # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
143 EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
151 # - 'buildstats' collect build statistics
204 # Shared-state files from other locations
206 # As mentioned above, shared state files are prebuilt cache data objects which can be
211 # would contain the sstate-cache results from previous builds (possibly from other
213 # cache locations to check for the shared objects.
218 #file://.* https://someserver.tld/share/sstate/PATH;downloadfilename=PATH \
219 #file://.* file:///some/local/dir/sstate/PATH"
222 # Yocto Project SState Mirror
228 # present in the cache. It assumes you can download something faster than you can build it
230 # Note: For this to work you also need hash-equivalence passthrough to the matching server
233 #SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/3.4/PATH;downloadfilename=PATH"
240 PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
241 # By default libsdl2-native will be built, if you want to use your host's libSDL instead of
242 # the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below.
243 #ASSUME_PROVIDED += "libsdl2-native"
247 #PACKAGECONFIG:append:pn-qemu-system-native = " gtk+"
254 # equivalence improves reuse of sstate by detecting when a given sstate
268 # for bitbake to reload cache files and so on. Number is in seconds, after which the
280 INHERIT:append = " own-mirrors"
283 INSANE_SKIP:append = " host-user-contaminated"
284 WARN_QA:remove = "patch-fuzz"
288 IMAGE_INSTALL:append = " udev-conf-rockchip os-release"