diff options
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index de0b99038..d8e88e3c4 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -84,7 +84,8 @@ MACHINE ??= "qemux86-64" # Ultimately when creating custom policy, people will likely end up subclassing # these defaults. # -DISTRO ?= "poky" +#DISTRO ?= "poky" +DISTRO ?= "poky-agl" # As an example of a subclass there is a "bleeding" edge policy configuration # where many versions are set to the absolute latest code from the upstream # source control systems. This is just mentioned here as an example, its not |