[yocto] [meta-raspberrypi][PATCH] userland: add dtc dependency

2021-07-08 Thread massimo toscanelli via lists.yoctoproject.org
When using dtparam, dtoverlay converts /proc/device-tree to a .dtb and
loads it. However, if dtc is not installed, this operation cannot be
done and every call to dtparam fails.

Therefore, dtc needs to be added to the list of userland dependencies
in order to properly call dtparam.

Signed-off-by: massimo toscanelli 
---
 recipes-graphics/userland/userland_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-graphics/userland/userland_git.bb 
b/recipes-graphics/userland/userland_git.bb
index ead81f0..9ec57c9 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -104,5 +104,5 @@ FILES_${PN}-dev += "${includedir} \
 FILES_${PN}-doc += "${datadir}/install"
 FILES_${PN}-dbg += "${libdir}/plugins/.debug"
 
-RDEPENDS_${PN} += "bash"
+RDEPENDS_${PN} += "bash dtc"
 RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", 
"libegl-mesa", "", d)}"
-- 
2.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#54073): https://lists.yoctoproject.org/g/yocto/message/54073
Mute This Topic: https://lists.yoctoproject.org/mt/84063801/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-raspberrypi][PATCH] userland: add dtc dependency

2022-01-04 Thread Andrei Gherzan
On Thu, 8 Jul 2021, at 09:45, massimo toscanelli via lists.yoctoproject.org 
wrote:
> When using dtparam, dtoverlay converts /proc/device-tree to a .dtb and
> loads it. However, if dtc is not installed, this operation cannot be
> done and every call to dtparam fails.
>
> Therefore, dtc needs to be added to the list of userland dependencies
> in order to properly call dtparam.
>
> Signed-off-by: massimo toscanelli 
> ---
>  recipes-graphics/userland/userland_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-graphics/userland/userland_git.bb 
> b/recipes-graphics/userland/userland_git.bb
> index ead81f0..9ec57c9 100644
> --- a/recipes-graphics/userland/userland_git.bb
> +++ b/recipes-graphics/userland/userland_git.bb
> @@ -104,5 +104,5 @@ FILES_${PN}-dev += "${includedir} \
>  FILES_${PN}-doc += "${datadir}/install"
>  FILES_${PN}-dbg += "${libdir}/plugins/.debug"
> 
> -RDEPENDS_${PN} += "bash"
> +RDEPENDS_${PN} += "bash dtc"
>  RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", 
> "vc4graphics", "libegl-mesa", "", d)}"
> -- 
> 2.17.1

Hi Massimo,

Somehow I've managed to miss this patch. Could you review this on the current 
branch version? This looks good to me but would need to be rebased.

Thanks,
Andrei

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55717): https://lists.yoctoproject.org/g/yocto/message/55717
Mute This Topic: https://lists.yoctoproject.org/mt/84063801/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-