summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/conf-notes.txt2
-rw-r--r--conf/local.conf.sample3
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/conf-notes.txt b/conf/conf-notes.txt
new file mode 100644
index 00000000..177b7066
--- /dev/null
+++ b/conf/conf-notes.txt
@@ -0,0 +1,2 @@
+Common targets are:
+ agl-demo-platform
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index de0b9903..d8e88e3c 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