From: Trevor Woerner <twoerner@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Cc: Quentin Schulz <quentin.schulz@cherry.de>
Subject: [meta-rockchip][PATCH v2 3/3] u-boot: remove upstreamed dependency
Date: Thu, 23 May 2024 22:37:24 -0400 [thread overview]
Message-ID: <20240524023724.20109-3-twoerner@gmail.com> (raw)
In-Reply-To: <20240524023724.20109-1-twoerner@gmail.com>
The dependency on pyelftools is now in upstream oe-core making this one
redundant.
oe-core: 70eca6a5ccf4 ("u-boot: add missing dependency on pyelftools-native")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
v2 changes:
- add a git fixes-style link pointing to the upstream oe-core commit mentioned
in the commit message
- added Reviewed-by tag
---
recipes-bsp/u-boot/u-boot_%.bbappend | 2 --
1 file changed, 2 deletions(-)
diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend
index 33b521021a1c..5c9e442cca8d 100644
--- a/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -3,8 +3,6 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI:append:rk-u-boot-env = " file://rockchip-enable-environment-mmc.cfg"
SRCREV:rk-u-boot-env = "cdfcc37428e06f4730ab9a17cc084eeb7676ea1a"
-# various machines require the pyelftools library for parsing dtb files
-DEPENDS:append = " python3-pyelftools-native"
DEPENDS:append:rk3308 = " u-boot-tools-native"
DEPENDS:append:rock-pi-4 = " gnutls-native"
DEPENDS:append:rk-u-boot-env = " u-boot-mkenvimage-native"
--
2.44.0.478.g7774cfed6261
next prev parent reply other threads:[~2024-05-24 2:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-24 2:37 [meta-rockchip][PATCH v2 1/3] rename root partition Trevor Woerner
2024-05-24 2:37 ` [meta-rockchip][PATCH v2 2/3] specify root partition type Trevor Woerner
2024-05-26 13:28 ` Trevor Woerner
2024-05-24 2:37 ` Trevor Woerner [this message]
2024-05-26 13:27 ` [meta-rockchip][PATCH v2 1/3] rename root partition Trevor Woerner
[not found] ` <17D24C42F9948747.24662@lists.yoctoproject.org>
2024-05-26 13:29 ` [yocto-patches] [meta-rockchip][PATCH v2 3/3] u-boot: remove upstreamed dependency Trevor Woerner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240524023724.20109-3-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=quentin.schulz@cherry.de \
--cc=yocto-patches@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.