mbox series

[meta-rockchip,v2,0/4] u-boot cleanup

Message ID 20231003004741.6021-1-twoerner@gmail.com
Headers show
Series u-boot cleanup | expand

Message

Trevor Woerner Oct. 3, 2023, 12:47 a.m. UTC
The U-Boot bbappend recipe was in need of some cleanups.

v2:
- breakup the original 1 patch into 4 to make the steps easier to
  audit/verify.

Trevor Woerner (4):
  u-boot cleanup: move task
  u-boot cleanup: group dependencies
  u-boot cleanup: group EXTRA_OEMAKE
  u-boot cleanup: organize DEPENDS

 recipes-bsp/u-boot/u-boot%.bbappend | 32 ++++++++++++++---------------
 1 file changed, 15 insertions(+), 17 deletions(-)

Comments

Quentin Schulz Oct. 3, 2023, 10:18 a.m. UTC | #1
Hi Trevor,

On 10/3/23 02:47, Trevor Woerner via lists.yoctoproject.org wrote:
> The U-Boot bbappend recipe was in need of some cleanups.
> 
> v2:
> - breakup the original 1 patch into 4 to make the steps easier to
>    audit/verify.
> 
> Trevor Woerner (4):
>    u-boot cleanup: move task
>    u-boot cleanup: group dependencies
>    u-boot cleanup: group EXTRA_OEMAKE
>    u-boot cleanup: organize DEPENDS
> 

Perfect :)

Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>

Cheers,
Quentin

>   recipes-bsp/u-boot/u-boot%.bbappend | 32 ++++++++++++++---------------
>   1 file changed, 15 insertions(+), 17 deletions(-)
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#61203): https://lists.yoctoproject.org/g/yocto/message/61203
> Mute This Topic: https://lists.yoctoproject.org/mt/101725918/6293953
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [quentin.schulz@theobroma-systems.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Trevor Woerner Oct. 3, 2023, 3:22 p.m. UTC | #2
On Mon 2023-10-02 @ 08:47:37 PM, Trevor Woerner wrote:
> The U-Boot bbappend recipe was in need of some cleanups.
> 
> v2:
> - breakup the original 1 patch into 4 to make the steps easier to
>   audit/verify.
> 
> Trevor Woerner (4):
>   u-boot cleanup: move task
>   u-boot cleanup: group dependencies
>   u-boot cleanup: group EXTRA_OEMAKE
>   u-boot cleanup: organize DEPENDS
> 
>  recipes-bsp/u-boot/u-boot%.bbappend | 32 ++++++++++++++---------------
>  1 file changed, 15 insertions(+), 17 deletions(-)

Applied to meta-rockchip, master branch.