diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-25 17:11:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:47:00 +0100 |
commit | 331c23aea82cfdb2d1865cabb3f376f8c3d4e4f9 (patch) | |
tree | 29567642fb3d255104a377e779b38050cae19e2b /meta/recipes-bsp | |
parent | a58b9a291dc251005a3f2e44766938c3c57bf2ff (diff) | |
download | poky-331c23aea82cfdb2d1865cabb3f376f8c3d4e4f9.tar.gz |
libubootenv: Drop default-env RRECOMMENDS
The link back to uboot's env is causing a ton of pain since it is making
this recipe machine specific. Some machines may use uboot, some may
not but you really want an architecture/machine neutral library.
Revert this part of the 0.3 upgrade (OE-Core rev:
02d55cd35aac15095fc44f0cf8f9e7a71638f485) so that we don't need some
of the horrible workarounds being seen in other layers. If a given
machine uses u-boot, the env can be pulled in by the machine directly.
(From OE-Core rev: e6d13986aa913c07f26afa81f1db35fd3e4e7779)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb index 306296922c..488a9df792 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.2.bb | |||
@@ -23,8 +23,4 @@ DEPENDS = "zlib" | |||
23 | PROVIDES += "u-boot-fw-utils" | 23 | PROVIDES += "u-boot-fw-utils" |
24 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" | 24 | RPROVIDES_${PN}-bin += "u-boot-fw-utils" |
25 | 25 | ||
26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
27 | |||
28 | RRECOMMENDS_${PN}-bin_append_class-target = " u-boot-default-env" | ||
29 | |||
30 | BBCLASSEXTEND = "native" | 26 | BBCLASSEXTEND = "native" |