diff options
author | Mirza Krak <mirza.krak@endian.se> | 2018-06-04 21:31:55 +0200 |
---|---|---|
committer | gunnarx <gunnarx@users.noreply.github.com> | 2018-07-19 17:57:08 +0200 |
commit | d72f413b9dab17f5c662182bdd9fd81f1a1a87e3 (patch) | |
tree | aa81b27f16c0f129949b70e4977530adcadca385 | |
parent | ed8ada9064caf866c55a473aeb69e3682a4877a7 (diff) | |
download | meta-ivi-d72f413b9dab17f5c662182bdd9fd81f1a1a87e3.tar.gz meta-ivi-d72f413b9dab17f5c662182bdd9fd81f1a1a87e3.tar.bz2 meta-ivi-d72f413b9dab17f5c662182bdd9fd81f1a1a87e3.zip |
poky-ivi-systemd: remove gstreamer PREFERRED_VERSIONs
These overrides where part of an legacy BSP which is no longer used and
we do do not have a need to carry a PREFERRED_VERSION that simply points
the current version that is in oe-core.
Signed-off-by: Mirza Krak <mirza.krak@endian.se>
-rw-r--r-- | README.build | 13 | ||||
-rw-r--r-- | meta-ivi/conf/distro/poky-ivi-systemd.conf | 8 |
2 files changed, 0 insertions, 21 deletions
diff --git a/README.build b/README.build index b7145ad..6526411 100644 --- a/README.build +++ b/README.build @@ -52,16 +52,3 @@ to use am 7.0, put following lines to <build directory>/conf/local.conf # use audiomanager 7.0 until am7.4 issues are fixed. PREFERRED_VERSION_audiomanager ?= "7.0" PREFERRED_VERSION_audiomanagerplugins ?= "7.0" - - -Build s/w packages using gstreamer1.0-\*\_1.2.3.bb instead of default version ------------------------------------------------------------------------------ -you may encounter a build error like below: - -ERROR: Nothing PROVIDES 'tremor' (but /opt/genivi-baseline_13/poky/../meta-ivi/meta-ivi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.2.3.bb DEPENDS on or otherwise requires it) -ERROR: Required build target 'gstreamer1.0-plugins-base' has no buildable providers. -Missing or unbuildable dependency chain was: ['gstreamer1.0-plugins-base', 'tremor'] - -then you may need "tremor" package for build this package. -add following line to your conf/bblayser.conf. -BBLAYERS_append := " <your topdir>/meta-openembedded/meta-multimedia" diff --git a/meta-ivi/conf/distro/poky-ivi-systemd.conf b/meta-ivi/conf/distro/poky-ivi-systemd.conf index b05b27d..10adbf8 100644 --- a/meta-ivi/conf/distro/poky-ivi-systemd.conf +++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf @@ -42,14 +42,6 @@ SECURITY_LDFLAGS_pn-v86d = "" SECURITY_CFLAGS_pn-gettext = "" SECURITY_LDFLAGS_pn-gettext = "" -# do not use gstreamer 1.2.3 by default -PREFERRED_VERSION_gstreamer1.0 ?= "1.12.2" -PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.12.2" -PREFERRED_VERSION_gstreamer1.0-plugins-base ?= "1.12.2" -PREFERRED_VERSION_gstreamer1.0-plugins-good ?= "1.12.2" -PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.12.2" -PREFERRED_VERSION_gstreamer1.0-libav ?= "1.12.2" -PREFERRED_VERSION_gstreamer1.0-omx ?= "1.12.2" QEMU_TARGETS ?= "arm aarch64 i386 x86_64" XSERVER ?= "xserver-xorg \ |