Warning, /packaging/yocto-meta-kde-demo/templates/site.conf is written in an unsupported language. File is not indexed.
0001 DISTRO = "kde-linux" 0002 0003 SCONF_VERSION = "1" 0004 0005 BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" 0006 0007 DL_DIR = "${BSPDIR}/downloads" 0008 0009 # Delete previously built images automatically 0010 RM_OLD_IMAGE = "1" 0011 0012 # Do not deploy tarball of kernel modules 0013 MODULE_TARBALL_DEPLOY = "0" 0014 0015 # Recipes known to break with icecc 0016 ICECC_CLASS_DISABLE = "busybox e2fsprogs gmp libcap ncurses perl ruby-native u-boot" 0017 0018 INHERIT += "buildhistory" 0019 BUILDHISTORY_COMMIT = "1" 0020 0021 BB_TASK_NICE_LEVEL = "10"