From patchwork Thu May 30 20:07:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Etheridge, Darren" X-Patchwork-Id: 44428 X-Patchwork-Delegate: reatmon@ti.com Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 699E3C25B74 for ; Thu, 30 May 2024 20:07:43 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by mx.groups.io with SMTP id smtpd.web11.1470.1717099653010894724 for ; Thu, 30 May 2024 13:07:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=b+RSB8LM; spf=pass (domain: ti.com, ip: 198.47.19.141, mailfrom: detheridge@ti.com) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 44UK7VhF008657; Thu, 30 May 2024 15:07:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1717099651; bh=rvrl57xHCy17MBMtVLUQeV31GQd9M0Rk3kSytE8rR9c=; h=From:To:CC:Subject:Date; b=b+RSB8LMGml/zATV4QK047qyy2n3a1UBKQgYZdSICg6tinTbWJTdw8ktYAz+t2DXK qWo7jKxqPi8Tgu9Wd/ywQaB05yrn92ZG2X2FyZLEZ5Zs3atPaPMCkboz3pqCeUPp6A DGNTIjl5pfPRmghmy2cLTWS5p477B8Q9FGYLGG3Y= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 44UK7VbX127458 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 30 May 2024 15:07:31 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 30 May 2024 15:07:31 -0500 Received: from lelvsmtp5.itg.ti.com (10.180.75.250) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 30 May 2024 15:07:31 -0500 Received: from uda0867391.dal.design.ti.com (uda0867391.dhcp.ti.com [128.247.81.32]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 44UK7VK0057429; Thu, 30 May 2024 15:07:31 -0500 From: To: , , CC: Subject: [meta-arago][oe-layersetup][PATCH] oe-layersetup: add a scarthgap chromium config Date: Thu, 30 May 2024 15:07:04 -0500 Message-ID: <20240530200704.27487-1-detheridge@ti.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 30 May 2024 20:07:43 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15342 From: Darren Etheridge Add a chromium config for Scarthgap, just like we did for Kirkstone, it is locked to meta-browser at Chromium v123 as we are not quite at a point where we can float with head as we are carrying patches in meta-arago to make things work, however we are getting really close to dropping this and floating with each Chromium release. For Chromium to function correctly we need: [meta-ti][scarthgap/master] ti-img-rogue-umlibs: bump SRCREV for alloc patch from Randolph Sapp to have been picked up in meta-ti as this fixes an allocation problem that Chromium exposes. Also updating the commented out meta-browser lines to this same commit in the mainstream scarthgap configs. Signed-off-by: Darren Etheridge Acked-by: Chirag Shilwant --- configs/arago-scarthgap-chromium-config.txt | 16 ++++++++++++++++ configs/arago-scarthgap-config.txt | 2 +- configs/arago-scarthgap-next-config.txt | 2 +- configs/arago-scarthgap-wip-config.txt | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 configs/arago-scarthgap-chromium-config.txt diff --git a/configs/arago-scarthgap-chromium-config.txt b/configs/arago-scarthgap-chromium-config.txt new file mode 100644 index 0000000..cad483c --- /dev/null +++ b/configs/arago-scarthgap-chromium-config.txt @@ -0,0 +1,16 @@ +# This file takes repo entries in the format +# repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] + +bitbake,https://git.openembedded.org/bitbake,2.8,HEAD +meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test +meta-browser,https://github.com/OSSystems/meta-browser.git,master,1ed2254d72a4c25879014c98be287a7e3e22904c,layers=meta-chromium +meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,HEAD,layers= +meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,HEAD,layers= +meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia +meta-ti,https://git.yoctoproject.org/meta-ti,scarthgap,HEAD,layers=meta-ti-extras:meta-ti-bsp +meta-arm,https://git.yoctoproject.org/meta-arm,scarthgap,HEAD,layers=meta-arm:meta-arm-toolchain +meta-clang,https://github.com/kraj/meta-clang,scarthgap,HEAD,layers= +oe-core,https://git.openembedded.org/openembedded-core,scarthgap,HEAD,layers=meta +OECORELAYERCONF=./sample-files/bblayers.conf.sample +OECORELOCALCONF=./sample-files/local-arago64-v2.conf.sample +BITBAKE_INCLUSIVE_VARS=yes diff --git a/configs/arago-scarthgap-config.txt b/configs/arago-scarthgap-config.txt index d3fc5d4..f95056d 100644 --- a/configs/arago-scarthgap-config.txt +++ b/configs/arago-scarthgap-config.txt @@ -3,7 +3,7 @@ bitbake,https://git.openembedded.org/bitbake,2.8,HEAD meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test -#meta-browser,https://github.com/OSSystems/meta-browser.git,master,d3d16b47e17dc899e5298cff698dc32e5e639ab4,layers=meta-chromium +#meta-browser,https://github.com/OSSystems/meta-browser.git,master,1ed2254d72a4c25879014c98be287a7e3e22904c,layers=meta-chromium meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,HEAD,layers= meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,HEAD,layers= meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia diff --git a/configs/arago-scarthgap-next-config.txt b/configs/arago-scarthgap-next-config.txt index b5e2088..ecd95c4 100644 --- a/configs/arago-scarthgap-next-config.txt +++ b/configs/arago-scarthgap-next-config.txt @@ -11,7 +11,7 @@ MOTD: NOTE: bitbake,https://git.openembedded.org/bitbake,2.8,HEAD meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap-next,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test -#meta-browser,https://github.com/OSSystems/meta-browser.git,master,d3d16b47e17dc899e5298cff698dc32e5e639ab4,layers=meta-chromium +#meta-browser,https://github.com/OSSystems/meta-browser.git,master,1ed2254d72a4c25879014c98be287a7e3e22904c,layers=meta-chromium meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,HEAD,layers= meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,HEAD,layers= meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia diff --git a/configs/arago-scarthgap-wip-config.txt b/configs/arago-scarthgap-wip-config.txt index f49d3a1..2dd8209 100644 --- a/configs/arago-scarthgap-wip-config.txt +++ b/configs/arago-scarthgap-wip-config.txt @@ -3,7 +3,7 @@ bitbake,https://git.openembedded.org/bitbake,2.8,HEAD meta-arago,https://git.yoctoproject.org/meta-arago,scarthgap-wip,HEAD,layers=meta-arago-distro:meta-arago-extras:meta-arago-demos:meta-arago-test -#meta-browser,https://github.com/OSSystems/meta-browser.git,master,d3d16b47e17dc899e5298cff698dc32e5e639ab4,layers=meta-chromium +#meta-browser,https://github.com/OSSystems/meta-browser.git,master,1ed2254d72a4c25879014c98be287a7e3e22904c,layers=meta-chromium meta-qt5,https://github.com/meta-qt5/meta-qt5.git,scarthgap,HEAD,layers= meta-virtualization,https://git.yoctoproject.org/meta-virtualization,scarthgap,HEAD,layers= meta-openembedded,https://git.openembedded.org/meta-openembedded,scarthgap,HEAD,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems:meta-multimedia