summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-08-31 21:25:15 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-09-03 19:42:04 +0900
commit63d7f3539b8fc188d1c95ff2cc5095efdfdc8f93 (patch)
treec28ac5cef8aea5db154660f69e2473425b748f2e /conf
parent0e21ecf93c045f120ea100bf28a7a9199f1ae521 (diff)
Support GStreamer1.0 with H/W acceleration on R-Car2 Porter
GStreamer1.0 (1.2.3) now avairable with hardware acceleration at agl-demo-platform running on R-Car2 Porter board. To enable acceleration, follow the instructions in README.md. Change-Id: Ibede197afcbfbd9151e9c4e04a8c20110195e5a9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
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