diff options
Diffstat (limited to 'meta/conf/distro/defaultsetup.conf')
| -rw-r--r-- | meta/conf/distro/defaultsetup.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf new file mode 100644 index 0000000000..af5ef7b5a0 --- /dev/null +++ b/meta/conf/distro/defaultsetup.conf | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | include conf/distro/include/default-providers.inc | ||
| 2 | include conf/distro/include/default-versions.inc | ||
| 3 | include conf/distro/include/world-broken.inc | ||
| 4 | |||
| 5 | TARGET_VENDOR ?= "-oecore" | ||
| 6 | |||
| 7 | TARGET_FPU_arm ?= "soft" | ||
| 8 | TARGET_FPU_armeb ?= "soft" | ||
| 9 | |||
| 10 | TCMODE ?= "default" | ||
| 11 | require conf/distro/include/tcmode-${TCMODE}.inc | ||
| 12 | |||
| 13 | TCLIBC ?= "eglibc" | ||
| 14 | require conf/distro/include/tclibc-${TCLIBC}.inc | ||
| 15 | |||
| 16 | CACHE = "${TMPDIR}/cache/${TCMODE}-${TCLIBC}${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}${@['', '/' + str(bb.data.getVar('SDKMACHINE', d, 1))][bool(bb.data.getVar('SDKMACHINE', d, 1))]}" | ||
| 17 | |||
| 18 | USER_CLASSES ?= "" | ||
| 19 | PACKAGE_CLASSES ?= "package_ipk" | ||
| 20 | INHERIT_INSANE ?= "insane" | ||
| 21 | INHERIT_DISTRO ?= "debian devshell sstate license" | ||
| 22 | INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_INSANE} ${INHERIT_DISTRO}" | ||
| 23 | |||
