summaryrefslogtreecommitdiffstats
path: root/conf/abi_version.conf
blob: 7f190c38c14711b142bcb3a428434cad80655756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# OELAYOUT_ABI allows us to notify users when the format of TMPDIR changes in 
# an incompatible way. Such changes should usually be detailed in the commit
# that breaks the format and have been previously discussed on the mailing list 
# with general agreement from the core team.
#
OELAYOUT_ABI = "3"

#
# DISTRO_PR allows us to regenerate all packages when a fundamental change is
# made which requires such a global change. This is appended to the recipe 
# specific PR values when set. A default value is given here but a distro can 
# override this value.
#
DISTRO_PR ?= ""