diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-02-03 10:55:14 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2016-02-03 11:12:46 +0000 |
commit | 2a50a1ee20d39db50b700e53a550985d69a984a5 (patch) | |
tree | c1c0548f75359ca346672717520f14ba52552e27 /templates/intel-corei7-64 | |
parent | f59c808ae7f7e02dced00d56ef2cbb0acc8a4eb1 (diff) |
Remove Yocto 1.7 compatibility crufts
As we are now based upon Yocto 2.0, we can remove lots of
backported recipes and contextual patches, which only made
sense in the context of Yocto 1.7.
Here is the rationale behind each change:
- gupnp-dlna: already in meta-openembedded/jethro
- ofono: BlueZ 5 compatibility is now working
- rygel: already in meta-openembedded/jethro
- libgee: already in meta-openembedded/jethro
- pulseaudio: BlueZ 5 compatibility is now working
- lightmediascanner: already in meta-openembedded/jethro
- gpsd: BlueZ 5 compatibility is now working
- libmediaart: already in meta-openembedded/jethro
- gtest: already in meta-openembedded/jethro
- wayland-fits: already in meta-openembedded/jethro
PS: "meta-openembedded/meta-efl" is now required because we
require the "lightmediascanner" recipe, which is unrelated
to EFL but happens to live there.
Change-Id: Ib46d152f80b1a8ee5cf848a41e408ece28e6ec65
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'templates/intel-corei7-64')
-rw-r--r-- | templates/intel-corei7-64/conf/bblayers.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/intel-corei7-64/conf/bblayers.conf.sample b/templates/intel-corei7-64/conf/bblayers.conf.sample index 668f0fe98..cece87e1e 100644 --- a/templates/intel-corei7-64/conf/bblayers.conf.sample +++ b/templates/intel-corei7-64/conf/bblayers.conf.sample @@ -14,6 +14,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl/meta-agl-bsp \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ + ##OEROOT##/../meta-openembedded/meta-efl \ ##OEROOT##/../meta-intel \ " BBLAYERS_NON_REMOVABLE ?= " \ |