Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit cc922e4

Browse files
committed
refkit: use libmnl from @core layer
libmnl recipe from meta-networking was moved to OE-core while fixing some Yocto Compliance checker issues. Modify supported-recipes.txt to adapt to that change. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
1 parent 4ffe67c commit cc922e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

meta-refkit/conf/distro/include/refkit-supported-recipes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ libinput@core
239239
libjpeg-turbo@core
240240
libksba@core
241241
libmicrohttpd@soletta
242-
libmnl@networking-layer
242+
libmnl@core
243243
libmpc@core
244244
libnftnl@networking-layer
245245
libnl@core

meta-refkit/conf/distro/refkit.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ INHERIT += "supported-recipes"
183183
# want to take from the layer that normally would be chosen.
184184
BBMASK += " \
185185
meta-oe/recipes-graphics/xorg-driver/xf86-video-mga \
186+
meta-networking/recipes-filter/libmnl \
186187
meta-intel/common/recipes-core/ovmf \
187188
"
188189

0 commit comments

Comments
 (0)