diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/conf-notes.txt | 2 | ||||
-rw-r--r-- | conf/local.conf.sample | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/conf-notes.txt b/conf/conf-notes.txt new file mode 100644 index 000000000..177b7066f --- /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 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 |