From: Denys Dmytriyenko <[email protected]> This configuration helps with enabling linux-next daily test plans with ARAGO_BRAND="next"
Builds the current HEADs of linux-next and u-boot master. Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/include/branding-next.inc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-arago-distro/conf/distro/include/branding-next.inc diff --git a/meta-arago-distro/conf/distro/include/branding-next.inc b/meta-arago-distro/conf/distro/include/branding-next.inc new file mode 100644 index 00000000..a4fe66dc --- /dev/null +++ b/meta-arago-distro/conf/distro/include/branding-next.inc @@ -0,0 +1,8 @@ +PREFERRED_PROVIDER_virtual/kernel = "linux-ti-next" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-mainline" +PREFERRED_PROVIDER_u-boot = "u-boot-ti-mainline" +SRCREV:pn-linux-ti-next = "${AUTOREV}" +SRCREV:pn-u-boot-ti-mainline = "${AUTOREV}" + +# GPU support requires out-of-tree SGX and RGX drivers not available in next +MACHINE_FEATURES:remove = "gpu" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14087): https://lists.yoctoproject.org/g/meta-arago/message/14087 Mute This Topic: https://lists.yoctoproject.org/mt/94491454/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
