Added XDP support and fixes compilation issues with 4.19 kernel. License
checksum changed because of formatting related changes.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Remove unnecessary code and include version info in recipe.
* Better description of the package and project page
* Change do_install to use S instead of WORKDIR. Using S would
fail when used with devtool that relies on externalsrc class.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* Remove unnecessary code and include version info in recipe name.
* Change do_install to use S instead of WORKDIR. Using S would
fail when used with devtool that relies on externalsrc class.
* Better description and proper project page.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Also remove the python snippet limiting it to pre-4.14 kernels, as the
new version is compatible.
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Also remove the python snippet limiting it to pre-4.14 kernels, as the
new version is compatible.
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Remove the concept of the common directory and move all the recipes-* dirs
to the top level as a normal layer would be. layer.conf is updated appropriately
Signed-off-by: Saul Wold <sgw@linux.intel.com>