Go to file
Jackie Huang 7879f8c306 netmap-modules: make deterministic builds for drivers
The driver builds are optional, but for deterministic builds,
we should should be able to explicitly enable/disable the
builds for them in a proper place (maybe in BSP).
But we can't use PACKAGECONFIG since there is no option for
each driver, and the options are:
 --no-drivers    do not compile any driver
 --no-drivers=   do not compile the given drivers (comma sep.)
 --drivers=      only compile the given drivers (comma sep.)

So use NETMAP_DRIVERS to list the needed drivers and add proper
configs to EXTRA_OECONF, the default is no drivers, and all
supported drivers are listed in NETMAP_ALL_DRIVERS.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-12-22 10:16:37 -08:00
contrib contrib/tesseract-langs.sh: add script to generate recipes for tesseract languages 2014-06-10 12:16:23 +02:00
meta-efl efl: add dependency on libunwind 2015-11-16 21:57:47 +01:00
meta-filesystems xfsprogs: fix the license 2015-12-20 14:33:33 -08:00
meta-gnome gnome-panel: add dependency on dbus 2015-12-20 14:33:33 -08:00
meta-gpe README: update maintainers list for jethro 2015-11-11 12:11:28 +01:00
meta-initramfs dracut: fix host-user-contaminated 2015-12-20 14:16:19 -08:00
meta-multimedia mpd: add dependency on libupnp 2015-12-20 14:33:34 -08:00
meta-networking netmap-modules: make deterministic builds for drivers 2015-12-22 10:16:37 -08:00
meta-oe lcdproc5: add dependency on lirc 2015-12-20 14:33:34 -08:00
meta-perl libnet-ssleay-perl: fix test failures with openssl 2015-12-20 14:13:41 -08:00
meta-python python-jinja2: Disable make clean 2015-12-20 14:16:42 -08:00
meta-ruby imsettings: add xfconf dependency and xfce-layer to LAYERDEPENDS 2015-11-16 21:57:48 +01:00
meta-systemd README: update maintainers list for jethro 2015-11-11 12:11:28 +01:00
meta-webserver phpmyadmin: fix CVE-2015-7873 2015-12-20 14:33:33 -08:00
meta-xfce xfce4-session: exclude machine-host dependency with SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS 2015-11-16 21:57:46 +01:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories