From 63d7f3539b8fc188d1c95ff2cc5095efdfdc8f93 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Mon, 31 Aug 2015 21:25:15 +0900 Subject: 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 --- conf/conf-notes.txt | 2 ++ conf/local.conf.sample | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 conf/conf-notes.txt (limited to 'conf') 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 -- cgit 1.2.3-korg