From: Ross Burton Date: Tue, 14 Jul 2020 17:02:47 +0000 (+0100) Subject: init-ifupdown: always make machine-specific X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b3e8f43f72d83904272c15c8f15cf03c763c94;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git init-ifupdown: always make machine-specific We make this recipe machine-specific for all qemu targets, but otherwise defaults to tune-specific. However the network configuration is typically machine-specific, so do this in the recipe directly so that BSPs don't need to do it themselves. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb index 733ae41f209..b6fc8a4d419 100644 --- a/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb +++ b/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb @@ -34,7 +34,7 @@ do_install_append_qemuall () { touch ${D}${sysconfdir}/network/nm-disabled-eth0 } -PACKAGE_ARCH_qemuall = "${MACHINE_ARCH}" +PACKAGE_ARCH = "${MACHINE_ARCH}" RDEPENDS_${PN} = "netbase" RCONFLICTS_${PN} = "netbase (< 1:5.0)"