summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/abi_version.conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Move OELAYOUT_ABI definition to poky.confDongxiao Xu2012-04-161-7/+0
| | | | | | | | | | | | | | | | | | The ABI version definition should go along with the DISTRO variable since it impact the TMPDIR definition. Otherwise, if a user used to work with pure OE-Core, and then he/she added meta-yocto layer, it will report ABI version incompatibility issue. This is because ABI is changed to "8" by adding meta-yocto layer, however the DISTRO variable is not defined and TMPDIR is still "tmp-eglibc". Defining the OELAYOUT_ABI variable in poky.conf could fix this issue. This fixes [YOCTO #2303] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Add abi_version setting version 8, to match the OEBasicHash ↵Richard Purdie2012-02-221-0/+7
change and trigger warnings for existing build directories Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>