On Thu, May 02, 2024 at 02:57:30PM +0200, Alexander Kanavin wrote:
> On Thu, 2 May 2024 at 14:52, Patrick Williams <[email protected]> wrote:
> 
> > I'm not convinced this is true.  As I wrote, the final result of
> > PACKAGECONFIG is exactly what I expect; it includes `python` for the
> > btrfs-tools-native and doesn't for the plain btrfs-tools:
> 
> Run experiments with plain poky and changes in local.conf, and that
> will convince you.
> 

Done.  This is with the latest poky and crops/poky docker container.

1. PACKAGECONFIG:remove:pn-btrfs-tools = "python"

bitbake -ne btrfs-tools-native results:
    PACKAGECONFIG="     programs     convert     python     crypto-builtin "

bitbake -ne btrfs-tools results:
    PACKAGECONFIG="     programs     convert          crypto-builtin  "

2. PACKAGECONFIG:remove:pn-btrfs-tools-native = "python"

bitbake -ne btrfs-tools-native results:
    PACKAGECONFIG="     programs     convert          crypto-builtin "

bitbake -ne btrfs-tools results:
    PACKAGECONFIG="     programs     convert     python     crypto-builtin  "

These are the exact same results I am seeing with our openbmc tree and
exactly what is expected to me.  Still, `inherit_defer` gets the
incorrect evaluation results.

-- 
Patrick Williams

Attachment: signature.asc
Description: PGP signature

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

Reply via email to