diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2016-10-14 14:25:21 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-11 19:01:50 +0000 |
commit | f71d907312e8dfc30a2e18642a2d4cc4abac01fc (patch) | |
tree | c91cf3e8d6a1db2908f722fc8c829090c72d7481 /conf | |
parent | 2420779506844c8b8cf2f50d8f08b622dc6468f6 (diff) |
add backport of libnl
* libnl 3.2.28 are not compatible with kernel 3.10
* backport libnl from yocto krogoth
Change-Id: If446f6695bc0b51cd4a6b5e5ff87baaa26daa201
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index ecc7647..74855b0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,3 +8,6 @@ BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "renesas" BBFILE_PATTERN_renesas := "^${LAYERDIR}/" BBFILE_PRIORITY_renesas = "5" + + +PREFERRED_VERSION_libnl = "3.2.25" |