diff options
| author | Ross Burton <ross.burton@arm.com> | 2020-07-14 18:02:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-18 11:06:32 +0100 |
| commit | 188bbc647fbcd4b7e032c07a323dc6f711eccd53 (patch) | |
| tree | 5a4e3e35cce5084babf5f6305edf1b349543cb37 | |
| parent | 76826e21ae652f1572ff50222ec06717b113ffc8 (diff) | |
| download | poky-188bbc647fbcd4b7e032c07a323dc6f711eccd53.tar.gz | |
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.
(From OE-Core rev: 02b3e8f43f72d83904272c15c8f15cf03c763c94)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 733ae41f20..b6fc8a4d41 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 () { | |||
| 34 | touch ${D}${sysconfdir}/network/nm-disabled-eth0 | 34 | touch ${D}${sysconfdir}/network/nm-disabled-eth0 |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | PACKAGE_ARCH_qemuall = "${MACHINE_ARCH}" | 37 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 38 | RDEPENDS_${PN} = "netbase" | 38 | RDEPENDS_${PN} = "netbase" |
| 39 | RCONFLICTS_${PN} = "netbase (< 1:5.0)" | 39 | RCONFLICTS_${PN} = "netbase (< 1:5.0)" |
| 40 | 40 | ||
