From f71d907312e8dfc30a2e18642a2d4cc4abac01fc Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 14 Oct 2016 14:25:21 +0200 Subject: 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 --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/layer.conf') 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" -- cgit 1.2.3-korg