On Wed, 2026-03-18 at 17:14 +0000, Paul Barker via lists.openembedded.org wrote:
> Avoid making SRC_URI unnecessarily dependent on the target architecture.
> 
> Signed-off-by: Paul Barker <[email protected]>
> ---
>  meta/recipes-core/initscripts/initscripts_1.0.bb | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb 
> b/meta/recipes-core/initscripts/initscripts_1.0.bb
> index c984257c5c8f..23411b6a7149 100644
> --- a/meta/recipes-core/initscripts/initscripts_1.0.bb
> +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
> @@ -32,14 +32,12 @@ SRC_URI = "file://functions \
>             file://save-rtc.sh \
>             file://dmesg.sh \
>             file://logrotate-dmesg.conf \
> +           file://alignment.sh \
>             
> ${@bb.utils.contains('DISTRO_FEATURES','selinux','file://sushell','',d)} \
>  "
>  
>  S = "${UNPACKDIR}"
>  
> -SRC_URI:append:arm = " file://alignment.sh"
> -SRC_URI:append:armeb = " file://alignment.sh"
> -
> 


alignment.sh is pointless outside of arm. The commit message needs to
mention that the installation of it is still conditional on the arm
arch.

Cheers,

Richard
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#233431): 
https://lists.openembedded.org/g/openembedded-core/message/233431
Mute This Topic: https://lists.openembedded.org/mt/118386729/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to