diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2015-11-18 18:02:21 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-11-30 13:11:17 -0500 |
commit | 636af36e70f2041b38080c3d6a9907bfa076cb35 (patch) | |
tree | 5b956a4bd01514dff6020d01717abdafe4347048 /meta-python/recipes-devtools/python/python-pyzmq | |
parent | 352755e2b7d512f043df798d986f4ad46bd87e0e (diff) | |
download | meta-openembedded-636af36e70f2041b38080c3d6a9907bfa076cb35.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyzmq')
0 files changed, 0 insertions, 0 deletions