From patchwork Wed Nov 13 21:06:06 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Eatmon X-Patchwork-Id: 52449 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 86547D637CB for ; Wed, 13 Nov 2024 21:06:14 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by mx.groups.io with SMTP id smtpd.web10.22741.1731531970516180887 for ; Wed, 13 Nov 2024 13:06:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@ti.com header.s=ti-com-17Q1 header.b=oXl+kNfj; spf=pass (domain: ti.com, ip: 198.47.19.142, mailfrom: reatmon@ti.com) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 4ADL69TB039408; Wed, 13 Nov 2024 15:06:09 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1731531969; bh=RLz5lzgHb6EpbqE3ta9AJ/SHxPRjI73c83HjGe45vP8=; h=From:To:Subject:Date:In-Reply-To:References; b=oXl+kNfjSbz1uqEg14Mk0U0A9aZYqWLc2ZTpJ482ff4uGy4v85GBRaQDt/CR7Ef06 7g5zeCrT8rr3tjcDmpdGX6yYLhjhrPOmiQ6D/7V5b+i2TKH2Tiz4+6U/TGEaVDk53h oGWV+VyBeNLPXCnuhCHpueH4Bt4q4Hw9JW3FXtFs= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4ADL6972105153; Wed, 13 Nov 2024 15:06:09 -0600 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Wed, 13 Nov 2024 15:06:09 -0600 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; Wed, 13 Nov 2024 15:06:08 -0600 Received: from uda0214219 (uda0214219.dhcp.ti.com [128.247.81.222]) by lelvsmtp5.itg.ti.com (8.15.2/8.15.2) with ESMTP id 4ADL68kq115971; Wed, 13 Nov 2024 15:06:08 -0600 Received: from reatmon by uda0214219 with local (Exim 4.90_1) (envelope-from ) id 1tBKYy-0000lo-Pf; Wed, 13 Nov 2024 15:06:08 -0600 From: Ryan Eatmon To: Praneeth Bajjuri , Denys Dmytriyenko , Subject: [oe-layersetup][master][PATCH 3/5] src: Initial conversion from oe-layersetup configs to XML Date: Wed, 13 Nov 2024 15:06:06 -0600 Message-ID: <20241113210608.2907-3-reatmon@ti.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20241113210608.2907-1-reatmon@ti.com> References: <20241113210608.2907-1-reatmon@ti.com> MIME-Version: 1.0 X-C2ProcessedOrg: 333ef613-75bf-4e12-a4b1-8e3623f5dcea 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 ; Wed, 13 Nov 2024 21:06:14 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/meta-arago/message/15605 This is an initial conversion of the current oe-layersetup configs and templates into the new XML format. The conversion was limited to kirkstone, scarthgap and master config files. Anything older than that will still be available as oe-layersetup configs. Signed-off-by: Ryan Eatmon --- .../arago-kirkstone-chromium-config.xml | 67 +++++++ src/configs/arago-kirkstone-config.xml | 67 +++++++ src/configs/arago-kirkstone-next-config.xml | 77 ++++++++ src/configs/arago-kirkstone-wip-config.xml | 67 +++++++ src/configs/arago-master-chromium-config.xml | 68 +++++++ src/configs/arago-master-config.xml | 68 +++++++ src/configs/arago-master-next-config.xml | 73 ++++++++ src/configs/arago-master-wip-config.xml | 68 +++++++ .../arago-scarthgap-chromium-config.xml | 68 +++++++ src/configs/arago-scarthgap-config.xml | 68 +++++++ src/configs/arago-scarthgap-next-config.xml | 90 +++++++++ src/configs/arago-scarthgap-wip-config.xml | 68 +++++++ .../coresdk/coresdk-09.00.00.006-config.xml | 61 ++++++ .../coresdk/coresdk-09.00.00.007-config.xml | 61 ++++++ .../coresdk/coresdk-09.00.00.011-config.xml | 64 +++++++ .../coresdk/coresdk-09.01.00.001-config.xml | 65 +++++++ .../coresdk/coresdk-09.01.00.003-config.xml | 65 +++++++ .../coresdk/coresdk-09.01.00.007-config.xml | 65 +++++++ .../coresdk/coresdk-09.01.00.008-config.xml | 65 +++++++ .../coresdk/coresdk-09.02.00.008-config.xml | 67 +++++++ .../coresdk/coresdk-09.02.00.009-config.xml | 67 +++++++ .../coresdk/coresdk-09.02.00.010-config.xml | 67 +++++++ .../coresdk/coresdk-10.00.07-config.xml | 68 +++++++ src/configs/distroless-kirkstone-config.xml | 35 ++++ src/configs/distroless-master-config.xml | 35 ++++ src/configs/distroless-scarthgap-config.xml | 35 ++++ src/configs/poky-kirkstone-config.xml | 51 +++++ src/configs/poky-master-config.xml | 51 +++++ src/configs/poky-master-wip-config.xml | 51 +++++ src/configs/poky-scarthgap-config.xml | 51 +++++ ...rocessor-sdk-analytics-09.00.00-config.xml | 64 +++++++ ...rocessor-sdk-analytics-09.00.01-config.xml | 64 +++++++ ...rocessor-sdk-analytics-09.01.00-config.xml | 65 +++++++ ...rocessor-sdk-analytics-09.02.00-config.xml | 65 +++++++ ...rocessor-sdk-analytics-10.00.00-config.xml | 66 +++++++ .../processor-sdk-gateway-10_00.xml | 75 ++++++++ .../processor-sdk-linux-09_00_00_06.xml | 72 +++++++ .../processor-sdk-linux-09_00_00_07.xml | 71 +++++++ .../processor-sdk-linux-09_01_00_06.xml | 73 ++++++++ .../processor-sdk-linux-09_01_00_07.xml | 72 +++++++ .../processor-sdk-linux-09_02_00_04.xml | 75 ++++++++ .../processor-sdk-linux-09_02_00_05.xml | 75 ++++++++ .../processor-sdk-linux-10_00_07_06.xml | 76 ++++++++ .../processor-sdk-linux-10_00_08_06.xml | 76 ++++++++ ...rocessor-sdk-09.00.00-am62xxsip-config.xml | 71 +++++++ .../processor-sdk-09.00.00-config.xml | 65 +++++++ .../processor-sdk-09.01.00-am65xx-config.xml | 63 +++++++ .../processor-sdk-09.01.00-config.xml | 72 +++++++ .../processor-sdk-09.01.00-legacy-config.xml | 63 +++++++ ...processor-sdk-09.02.00.08-am64x-config.xml | 66 +++++++ ...essor-sdk-kirkstone-09.02.01.09-config.xml | 68 +++++++ ...essor-sdk-kirkstone-09.02.01.10-config.xml | 68 +++++++ ...-kirkstone-chromium-09.02.01.09-config.xml | 73 ++++++++ ...-kirkstone-chromium-09.02.01.10-config.xml | 73 ++++++++ ...essor-sdk-scarthgap-10.00.07.04-config.xml | 66 +++++++ ...-scarthgap-chromium-10.00.07.04-config.xml | 74 ++++++++ src/templates/bblayers.conf.xml | 11 ++ src/templates/local-arago64-v2.conf.xml | 177 ++++++++++++++++++ src/templates/local-poky-v2.conf.xml | 174 +++++++++++++++++ src/templates/local-v2.conf.xml | 167 +++++++++++++++++ 60 files changed, 4213 insertions(+) create mode 100644 src/configs/arago-kirkstone-chromium-config.xml create mode 100644 src/configs/arago-kirkstone-config.xml create mode 100644 src/configs/arago-kirkstone-next-config.xml create mode 100644 src/configs/arago-kirkstone-wip-config.xml create mode 100644 src/configs/arago-master-chromium-config.xml create mode 100644 src/configs/arago-master-config.xml create mode 100644 src/configs/arago-master-next-config.xml create mode 100644 src/configs/arago-master-wip-config.xml create mode 100644 src/configs/arago-scarthgap-chromium-config.xml create mode 100644 src/configs/arago-scarthgap-config.xml create mode 100644 src/configs/arago-scarthgap-next-config.xml create mode 100644 src/configs/arago-scarthgap-wip-config.xml create mode 100644 src/configs/coresdk/coresdk-09.00.00.006-config.xml create mode 100644 src/configs/coresdk/coresdk-09.00.00.007-config.xml create mode 100644 src/configs/coresdk/coresdk-09.00.00.011-config.xml create mode 100644 src/configs/coresdk/coresdk-09.01.00.001-config.xml create mode 100644 src/configs/coresdk/coresdk-09.01.00.003-config.xml create mode 100644 src/configs/coresdk/coresdk-09.01.00.007-config.xml create mode 100644 src/configs/coresdk/coresdk-09.01.00.008-config.xml create mode 100644 src/configs/coresdk/coresdk-09.02.00.008-config.xml create mode 100644 src/configs/coresdk/coresdk-09.02.00.009-config.xml create mode 100644 src/configs/coresdk/coresdk-09.02.00.010-config.xml create mode 100644 src/configs/coresdk/coresdk-10.00.07-config.xml create mode 100644 src/configs/distroless-kirkstone-config.xml create mode 100644 src/configs/distroless-master-config.xml create mode 100644 src/configs/distroless-scarthgap-config.xml create mode 100644 src/configs/poky-kirkstone-config.xml create mode 100644 src/configs/poky-master-config.xml create mode 100644 src/configs/poky-master-wip-config.xml create mode 100644 src/configs/poky-scarthgap-config.xml create mode 100644 src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.xml create mode 100644 src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.01-config.xml create mode 100644 src/configs/processor-sdk-analytics/processor-sdk-analytics-09.01.00-config.xml create mode 100644 src/configs/processor-sdk-analytics/processor-sdk-analytics-09.02.00-config.xml create mode 100644 src/configs/processor-sdk-analytics/processor-sdk-analytics-10.00.00-config.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-gateway-10_00.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_06.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_07.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_06.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_07.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_04.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_05.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-10_00_07_06.xml create mode 100644 src/configs/processor-sdk-linux/processor-sdk-linux-10_00_08_06.xml create mode 100644 src/configs/processor-sdk/processor-sdk-09.00.00-am62xxsip-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-09.00.00-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-09.01.00-am65xx-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-09.01.00-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-09.01.00-legacy-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-09.02.00.08-am64x-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.09-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.10-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.09-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.10-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-scarthgap-10.00.07.04-config.xml create mode 100644 src/configs/processor-sdk/processor-sdk-scarthgap-chromium-10.00.07.04-config.xml create mode 100644 src/templates/bblayers.conf.xml create mode 100644 src/templates/local-arago64-v2.conf.xml create mode 100644 src/templates/local-poky-v2.conf.xml create mode 100644 src/templates/local-v2.conf.xml diff --git a/src/configs/arago-kirkstone-chromium-config.xml b/src/configs/arago-kirkstone-chromium-config.xml new file mode 100644 index 0000000..4ab973c --- /dev/null +++ b/src/configs/arago-kirkstone-chromium-config.xml @@ -0,0 +1,67 @@ + + + Arago reference distribution for kirkstone-chromium + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-kirkstone-config.xml b/src/configs/arago-kirkstone-config.xml new file mode 100644 index 0000000..d568956 --- /dev/null +++ b/src/configs/arago-kirkstone-config.xml @@ -0,0 +1,67 @@ + + + Arago reference distribution for kirkstone + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-kirkstone-next-config.xml b/src/configs/arago-kirkstone-next-config.xml new file mode 100644 index 0000000..7d6ffde --- /dev/null +++ b/src/configs/arago-kirkstone-next-config.xml @@ -0,0 +1,77 @@ + + + Arago reference distribution for kirkstone-next (CICD) + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + OVERRIDES:append = ":recipe-${@os.path.basename(d.getVar('FILE'))}" + BRANCH:recipe-linux-ti-staging_6.1.bb = "ti-linux-6.1.y-cicd" + BRANCH:recipe-linux-ti-staging-rt_6.1.bb = "ti-rt-linux-6.1.y-cicd" + BRANCH:recipe-linux-ti-staging-systest_6.1.bb = "ti-linux-6.1.y-cicd" + GIT_BRANCH:recipe-ti-k3-secdev_git.bb = "master-next" + BRANCH:recipe-u-boot-ti-staging_2023.04.bb = "ti-u-boot-2023.04-next" + + + + + + + + diff --git a/src/configs/arago-kirkstone-wip-config.xml b/src/configs/arago-kirkstone-wip-config.xml new file mode 100644 index 0000000..5d672f1 --- /dev/null +++ b/src/configs/arago-kirkstone-wip-config.xml @@ -0,0 +1,67 @@ + + + Arago reference distribution for kirkstone-wip + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-master-chromium-config.xml b/src/configs/arago-master-chromium-config.xml new file mode 100644 index 0000000..30b33f8 --- /dev/null +++ b/src/configs/arago-master-chromium-config.xml @@ -0,0 +1,68 @@ + + + Arago reference distribution for master-chromium + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-master-config.xml b/src/configs/arago-master-config.xml new file mode 100644 index 0000000..5fb0386 --- /dev/null +++ b/src/configs/arago-master-config.xml @@ -0,0 +1,68 @@ + + + Arago reference distribution for master + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-master-next-config.xml b/src/configs/arago-master-next-config.xml new file mode 100644 index 0000000..7b5bb52 --- /dev/null +++ b/src/configs/arago-master-next-config.xml @@ -0,0 +1,73 @@ + + + Arago reference distribution for master-next (CICD) + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + OVERRIDES:append = ":recipe-${@os.path.basename(d.getVar('FILE'))}" + + + + + + + + diff --git a/src/configs/arago-master-wip-config.xml b/src/configs/arago-master-wip-config.xml new file mode 100644 index 0000000..8b92ec3 --- /dev/null +++ b/src/configs/arago-master-wip-config.xml @@ -0,0 +1,68 @@ + + + Arago reference distribution for master-wip + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-scarthgap-chromium-config.xml b/src/configs/arago-scarthgap-chromium-config.xml new file mode 100644 index 0000000..13d83c1 --- /dev/null +++ b/src/configs/arago-scarthgap-chromium-config.xml @@ -0,0 +1,68 @@ + + + Arago reference distribution for scarthgap-chromium + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-scarthgap-config.xml b/src/configs/arago-scarthgap-config.xml new file mode 100644 index 0000000..abb69aa --- /dev/null +++ b/src/configs/arago-scarthgap-config.xml @@ -0,0 +1,68 @@ + + + Arago reference distribution for scarthgap + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/arago-scarthgap-next-config.xml b/src/configs/arago-scarthgap-next-config.xml new file mode 100644 index 0000000..e4313a1 --- /dev/null +++ b/src/configs/arago-scarthgap-next-config.xml @@ -0,0 +1,90 @@ + + + Arago reference distribution for scarthgap-next (CICD) + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + OVERRIDES:append = ":recipe-${@os.path.basename(d.getVar('FILE'))}" + BRANCH:recipe-ltp-ddt_20240129.bb = "cicd" + BRANCH:recipe-cadence-mhdp-fw_git.bb = "ti-linux-firmware-next" + BRANCH:recipe-cnm-wave-fw_git.bb = "ti-linux-firmware-next" + BRANCH:recipe-goodix-fw_git.bb = "ti-linux-firmware-next" + BRANCH:recipe-linux-ti-staging_6.6.bb = "ti-linux-6.6.y-cicd" + BRANCH:recipe-linux-ti-staging-rt_6.6.bb = "ti-rt-linux-6.6.y-cicd" + BRANCH:recipe-linux-ti-staging-systest_6.6.bb = "ti-linux-6.6.y-cicd" + BRANCH:recipe-prueth-fw_5.6.15.bb = "ti-linux-firmware-next" + BRANCH:recipe-pruhsr-fw_2.17.25.bb = "ti-linux-firmware-next" + BRANCH:recipe-pruprp-fw_2.17.25.bb = "ti-linux-firmware-next" + BRANCH:recipe-prusw-fw_3.2.9.bb = "ti-linux-firmware-next" + BRANCH:recipe-ti-dm-fw.bb = "ti-linux-firmware-next" + BRANCH:recipe-ti-eth-fw.bb = "ti-linux-firmware-next" + BRANCH:recipe-ti-rtos-firmware.bb = "ti-linux-firmware-next" + BRANCH:recipe-ti-sci-fw_git.bb = "ti-linux-firmware-next" + BRANCH:recipe-u-boot-ti-staging_2024.04.bb = "ti-u-boot-2024.04-next" + BRANCH:recipe-vxd-dec-fw_git.bb = "ti-linux-firmware-next" + + + + + + + + diff --git a/src/configs/arago-scarthgap-wip-config.xml b/src/configs/arago-scarthgap-wip-config.xml new file mode 100644 index 0000000..afea4e9 --- /dev/null +++ b/src/configs/arago-scarthgap-wip-config.xml @@ -0,0 +1,68 @@ + + + Arago reference distribution for scarthgap-wip + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.00.00.006-config.xml b/src/configs/coresdk/coresdk-09.00.00.006-config.xml new file mode 100644 index 0000000..fcd933d --- /dev/null +++ b/src/configs/coresdk/coresdk-09.00.00.006-config.xml @@ -0,0 +1,61 @@ + + + TI CoreSDK v09.00.00.006 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.00.00.007-config.xml b/src/configs/coresdk/coresdk-09.00.00.007-config.xml new file mode 100644 index 0000000..9cf9601 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.00.00.007-config.xml @@ -0,0 +1,61 @@ + + + TI CoreSDK v09.00.00.007 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.00.00.011-config.xml b/src/configs/coresdk/coresdk-09.00.00.011-config.xml new file mode 100644 index 0000000..3906414 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.00.00.011-config.xml @@ -0,0 +1,64 @@ + + + TI CoreSDK v09.00.00.011 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.01.00.001-config.xml b/src/configs/coresdk/coresdk-09.01.00.001-config.xml new file mode 100644 index 0000000..67ad2fd --- /dev/null +++ b/src/configs/coresdk/coresdk-09.01.00.001-config.xml @@ -0,0 +1,65 @@ + + + TI CoreSDK v09.01.00.001 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.01.00.003-config.xml b/src/configs/coresdk/coresdk-09.01.00.003-config.xml new file mode 100644 index 0000000..006ed07 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.01.00.003-config.xml @@ -0,0 +1,65 @@ + + + TI CoreSDK v09.01.00.003 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.01.00.007-config.xml b/src/configs/coresdk/coresdk-09.01.00.007-config.xml new file mode 100644 index 0000000..a0f0872 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.01.00.007-config.xml @@ -0,0 +1,65 @@ + + + TI CoreSDK v09.01.00.007 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.01.00.008-config.xml b/src/configs/coresdk/coresdk-09.01.00.008-config.xml new file mode 100644 index 0000000..4278823 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.01.00.008-config.xml @@ -0,0 +1,65 @@ + + + TI CoreSDK v09.01.00.008 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.02.00.008-config.xml b/src/configs/coresdk/coresdk-09.02.00.008-config.xml new file mode 100644 index 0000000..17da7f2 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.02.00.008-config.xml @@ -0,0 +1,67 @@ + + + TI CoreSDK v09.02.00.008 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.02.00.009-config.xml b/src/configs/coresdk/coresdk-09.02.00.009-config.xml new file mode 100644 index 0000000..2320051 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.02.00.009-config.xml @@ -0,0 +1,67 @@ + + + TI CoreSDK v09.02.00.009 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-09.02.00.010-config.xml b/src/configs/coresdk/coresdk-09.02.00.010-config.xml new file mode 100644 index 0000000..1182413 --- /dev/null +++ b/src/configs/coresdk/coresdk-09.02.00.010-config.xml @@ -0,0 +1,67 @@ + + + TI CoreSDK v09.02.00.010 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/coresdk/coresdk-10.00.07-config.xml b/src/configs/coresdk/coresdk-10.00.07-config.xml new file mode 100644 index 0000000..f244fd4 --- /dev/null +++ b/src/configs/coresdk/coresdk-10.00.07-config.xml @@ -0,0 +1,68 @@ + + + TI CoreSDK v10.00.07 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/distroless-kirkstone-config.xml b/src/configs/distroless-kirkstone-config.xml new file mode 100644 index 0000000..844571c --- /dev/null +++ b/src/configs/distroless-kirkstone-config.xml @@ -0,0 +1,35 @@ + + + Distroless reference for kirkstone + + + + + + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/distroless-master-config.xml b/src/configs/distroless-master-config.xml new file mode 100644 index 0000000..11b09c4 --- /dev/null +++ b/src/configs/distroless-master-config.xml @@ -0,0 +1,35 @@ + + + Distroless reference for master + + + + + + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/distroless-scarthgap-config.xml b/src/configs/distroless-scarthgap-config.xml new file mode 100644 index 0000000..5bb6433 --- /dev/null +++ b/src/configs/distroless-scarthgap-config.xml @@ -0,0 +1,35 @@ + + + Distroless reference for scarthgap + + + + + + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/poky-kirkstone-config.xml b/src/configs/poky-kirkstone-config.xml new file mode 100644 index 0000000..6826d19 --- /dev/null +++ b/src/configs/poky-kirkstone-config.xml @@ -0,0 +1,51 @@ + + + Poky reference distribution for kirkstone + + + + + + + + + + + meta-poky + meta-yocto-bsp + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + meta-arago-extras + meta-arago-test + + + + + + + + + + diff --git a/src/configs/poky-master-config.xml b/src/configs/poky-master-config.xml new file mode 100644 index 0000000..3baf414 --- /dev/null +++ b/src/configs/poky-master-config.xml @@ -0,0 +1,51 @@ + + + Poky reference distribution for master + + + + + + + + + + + meta-poky + meta-yocto-bsp + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + meta-arago-extras + meta-arago-test + + + + + + + + + + diff --git a/src/configs/poky-master-wip-config.xml b/src/configs/poky-master-wip-config.xml new file mode 100644 index 0000000..11c0e6a --- /dev/null +++ b/src/configs/poky-master-wip-config.xml @@ -0,0 +1,51 @@ + + + Poky reference distribution for master-wip + + + + + + + + + + + meta-poky + meta-yocto-bsp + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + meta-arago-extras + meta-arago-test + + + + + + + + + + diff --git a/src/configs/poky-scarthgap-config.xml b/src/configs/poky-scarthgap-config.xml new file mode 100644 index 0000000..8f0043d --- /dev/null +++ b/src/configs/poky-scarthgap-config.xml @@ -0,0 +1,51 @@ + + + Poky reference distribution for scarthgap + + + + + + + + + + + meta-poky + meta-yocto-bsp + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + meta-arago-extras + meta-arago-test + + + + + + + + + + diff --git a/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.xml b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.xml new file mode 100644 index 0000000..e1a089e --- /dev/null +++ b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.00-config.xml @@ -0,0 +1,64 @@ + + + TI Processor SDK Analytics v09.00.00 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.01-config.xml b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.01-config.xml new file mode 100644 index 0000000..24f199c --- /dev/null +++ b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.00.01-config.xml @@ -0,0 +1,64 @@ + + + TI Processor SDK Analytics v09.00.01 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.01.00-config.xml b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.01.00-config.xml new file mode 100644 index 0000000..9e77c7b --- /dev/null +++ b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.01.00-config.xml @@ -0,0 +1,65 @@ + + + TI Processor SDK Analytics v09.01.00 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.02.00-config.xml b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.02.00-config.xml new file mode 100644 index 0000000..de57928 --- /dev/null +++ b/src/configs/processor-sdk-analytics/processor-sdk-analytics-09.02.00-config.xml @@ -0,0 +1,65 @@ + + + TI Processor SDK Analytics v09.02.00 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk-analytics/processor-sdk-analytics-10.00.00-config.xml b/src/configs/processor-sdk-analytics/processor-sdk-analytics-10.00.00-config.xml new file mode 100644 index 0000000..76674d7 --- /dev/null +++ b/src/configs/processor-sdk-analytics/processor-sdk-analytics-10.00.00-config.xml @@ -0,0 +1,66 @@ + + + TI Processor SDK Analytics v10.00.00 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-gateway-10_00.xml b/src/configs/processor-sdk-linux/processor-sdk-gateway-10_00.xml new file mode 100644 index 0000000..5b7f9c8 --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-gateway-10_00.xml @@ -0,0 +1,75 @@ + + + TI Processor SDK Linux v10_00 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_06.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_06.xml new file mode 100644 index 0000000..4f3091b --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_06.xml @@ -0,0 +1,72 @@ + + + TI Processor SDK Linux v09_00_00_06 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + ARAGO_BRAND = "foundational_sdk" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_07.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_07.xml new file mode 100644 index 0000000..6692925 --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-09_00_00_07.xml @@ -0,0 +1,71 @@ + + + TI Processor SDK Linux v09_00_00_07 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_06.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_06.xml new file mode 100644 index 0000000..f8ebadd --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_06.xml @@ -0,0 +1,73 @@ + + + TI Processor SDK Linux v09_01_00_06 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + ARAGO_BRAND = "foundational_sdk" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_07.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_07.xml new file mode 100644 index 0000000..09700a4 --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-09_01_00_07.xml @@ -0,0 +1,72 @@ + + + TI Processor SDK Linux v09_01_00_07 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_04.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_04.xml new file mode 100644 index 0000000..8e78543 --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_04.xml @@ -0,0 +1,75 @@ + + + TI Processor SDK Linux v09_02_00_04 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + ARAGO_BRAND = "foundational_sdk" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_05.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_05.xml new file mode 100644 index 0000000..7953cb0 --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-09_02_00_05.xml @@ -0,0 +1,75 @@ + + + TI Processor SDK Linux v09_02_00_05 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + ARAGO_BRAND = "foundational_sdk" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-10_00_07_06.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-10_00_07_06.xml new file mode 100644 index 0000000..15e4786 --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-10_00_07_06.xml @@ -0,0 +1,76 @@ + + + TI Processor SDK Linux v10_00_07_06 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + DISTROOVERRIDES:append = ":foundational" + + + + + + + + diff --git a/src/configs/processor-sdk-linux/processor-sdk-linux-10_00_08_06.xml b/src/configs/processor-sdk-linux/processor-sdk-linux-10_00_08_06.xml new file mode 100644 index 0000000..03f23ec --- /dev/null +++ b/src/configs/processor-sdk-linux/processor-sdk-linux-10_00_08_06.xml @@ -0,0 +1,76 @@ + + + TI Processor SDK Linux v10_00_08_06 + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + DISTRO_FEATURES:append = " virtualization" + DISTROOVERRIDES:append = ":foundational" + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-09.00.00-am62xxsip-config.xml b/src/configs/processor-sdk/processor-sdk-09.00.00-am62xxsip-config.xml new file mode 100644 index 0000000..c3a0a82 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-09.00.00-am62xxsip-config.xml @@ -0,0 +1,71 @@ + + + TI Processor SDK v09.00.00-am62xxsip + + + + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-09.00.00-config.xml b/src/configs/processor-sdk/processor-sdk-09.00.00-config.xml new file mode 100644 index 0000000..7fc7e25 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-09.00.00-config.xml @@ -0,0 +1,65 @@ + + + TI Processor SDK v09.00.00 + + + + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-09.01.00-am65xx-config.xml b/src/configs/processor-sdk/processor-sdk-09.01.00-am65xx-config.xml new file mode 100644 index 0000000..6286162 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-09.01.00-am65xx-config.xml @@ -0,0 +1,63 @@ + + + TI Processor SDK v09.01.00-am65xx + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-09.01.00-config.xml b/src/configs/processor-sdk/processor-sdk-09.01.00-config.xml new file mode 100644 index 0000000..c57afe8 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-09.01.00-config.xml @@ -0,0 +1,72 @@ + + + TI Processor SDK v09.01.00 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-09.01.00-legacy-config.xml b/src/configs/processor-sdk/processor-sdk-09.01.00-legacy-config.xml new file mode 100644 index 0000000..ebd448c --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-09.01.00-legacy-config.xml @@ -0,0 +1,63 @@ + + + TI Processor SDK v09.01.00-legacy + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-09.02.00.08-am64x-config.xml b/src/configs/processor-sdk/processor-sdk-09.02.00.08-am64x-config.xml new file mode 100644 index 0000000..6ec86aa --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-09.02.00.08-am64x-config.xml @@ -0,0 +1,66 @@ + + + TI Processor SDK v09.02.00.08-am64x + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + meta + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.09-config.xml b/src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.09-config.xml new file mode 100644 index 0000000..4b7d298 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.09-config.xml @@ -0,0 +1,68 @@ + + + TI Processor SDK v09.02.01.09 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.10-config.xml b/src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.10-config.xml new file mode 100644 index 0000000..4443130 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-kirkstone-09.02.01.10-config.xml @@ -0,0 +1,68 @@ + + + TI Processor SDK v09.02.01.10 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.09-config.xml b/src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.09-config.xml new file mode 100644 index 0000000..314a511 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.09-config.xml @@ -0,0 +1,73 @@ + + + TI Processor SDK vchromium-09.02.01.09 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.10-config.xml b/src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.10-config.xml new file mode 100644 index 0000000..039ddb1 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-kirkstone-chromium-09.02.01.10-config.xml @@ -0,0 +1,73 @@ + + + TI Processor SDK vchromium-09.02.01.10 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-scarthgap-10.00.07.04-config.xml b/src/configs/processor-sdk/processor-sdk-scarthgap-10.00.07.04-config.xml new file mode 100644 index 0000000..24938c3 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-scarthgap-10.00.07.04-config.xml @@ -0,0 +1,66 @@ + + + TI Processor SDK v10.00.07.04 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + diff --git a/src/configs/processor-sdk/processor-sdk-scarthgap-chromium-10.00.07.04-config.xml b/src/configs/processor-sdk/processor-sdk-scarthgap-chromium-10.00.07.04-config.xml new file mode 100644 index 0000000..53ecc11 --- /dev/null +++ b/src/configs/processor-sdk/processor-sdk-scarthgap-chromium-10.00.07.04-config.xml @@ -0,0 +1,74 @@ + + + TI Processor SDK vchromium-10.00.07.04 + + + + + + + + + + + + + + meta-arago-distro + meta-arago-extras + meta-arago-demos + meta-arago-test + + + + + meta-chromium + + + + + + + + + + + meta-networking + meta-python + meta-oe + meta-gnome + meta-filesystems + meta-multimedia + + + + + meta-ti-extras + meta-ti-bsp + + + + + meta-arm + meta-arm-toolchain + + + + + + + + meta + + + + + + + + + + + + + diff --git a/src/templates/bblayers.conf.xml b/src/templates/bblayers.conf.xml new file mode 100644 index 0000000..3bf22a0 --- /dev/null +++ b/src/templates/bblayers.conf.xml @@ -0,0 +1,11 @@ + + # This template file was created by taking the oe-core/meta/conf/bblayers.conf + # file and removing the BBLAYERS section at the end. + + # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf + # changes incompatibly + LCONF_VERSION = "5" + + BBPATH = "${TOPDIR}" + BBFILES ?= "" + diff --git a/src/templates/local-arago64-v2.conf.xml b/src/templates/local-arago64-v2.conf.xml new file mode 100644 index 0000000..70148ff --- /dev/null +++ b/src/templates/local-arago64-v2.conf.xml @@ -0,0 +1,177 @@ + + # CONF_VERSION is increased each time build/conf/ changes incompatibly + CONF_VERSION = "2" + + # + # Where to place downloads + # + # During a first build the system will download many different source code + # tarballs from various upstream projects. This can take a while, particularly + # if your network connection is slow. These are all stored in DL_DIR. When + # wiping and rebuilding you can preserve this directory to speed up this part + # of subsequent builds. This directory is safe to share between multiple builds + # on the same machine too. + DL_DIR = "${TOPDIR}/downloads" + + # + # Where to place shared-state files + # + # BitBake has the capability to accelerate builds based on previously built + # output. This is done using "shared state" files which can be thought of as + # cache objects and this option determines where those files are placed. + # + # You can wipe out TMPDIR leaving this directory intact and the build would + # regenerate from these files if no changes were made to the configuration. + # If changes were made to the configuration, only shared state files where the + # state was still valid would be used (done using checksums). + SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + + # + # Shared-state files from other locations + # + # As mentioned above, shared state files are prebuilt cache data objects which + # can be used to accelerate build time. This variable can be used to configure + # the system to search other mirror locations for these objects before it + # builds the data itself. + # + # This can be a filesystem directory, or a remote url such as http or ftp. + # These would contain the sstate-cache results from previous builds (possibly + # from other machines). This variable works like fetcher MIRRORS/PREMIRRORS + # and points to the cache locations to check for the shared objects. + #SSTATE_MIRRORS ?= "\ + #file://.* http://someserver.tld/share/sstate/ \n \ + #file://.* file:///some/local/dir/sstate/" + + # + # Where to place the build output + # + # This option specifies where the bulk of the building work should be done and + # where BitBake should place its temporary files and output. Keep in mind that + # this includes the extraction and compilation of many applications and the toolchain + # which can use Gigabytes of hard disk space. + TMPDIR = "${TOPDIR}/arago-tmp" + + # By default, DEPLOY_DIR is inside TMPDIR, but can be changed here to be outside + #DEPLOY_DIR = "${TOPDIR}/deploy" + + # + # Machine Selection + # + # You need to select a specific machine to target the build with. There are a selection + # of emulated machines available which can boot and run in the QEMU emulator: + # + #MACHINE ?= "arago" + + # + # Package Management configuration + # + # This variable lists which packaging formats to enable. Multiple package backends + # can be enabled at once and the first item listed in the variable will be used + # to generate the root filesystems. + # Options are: + # - 'package_deb' for debian style deb files + # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) + # - 'package_rpm' for rpm style packages + # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" + # We default to ipk: + PACKAGE_CLASSES ?= "package_ipk" + + # + # SDK/ADT target architecture + # + # This variable specified the architecture to build SDK/ADT items for and means + # you can build the SDK packages for architectures other than the machine you are + # running the build on (i.e. building i686 packages on an x86_64 host._ + # Supported values are i686 and x86_64 + SDKMACHINE ?= "x86_64" + + # + # Extra image configuration defaults + # + # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated + # images. Some of these options are added to certain image types automatically. The + # variable can contain the following options: + # "dbg-pkgs" - add -dbg packages for all installed packages + # (adds symbol information for debugging/profiling) + # "dev-pkgs" - add -dev packages for all installed packages + # (useful if you want to develop against libs in the image) + # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) + # "tools-debug" - add debugging tools (gdb, strace) + # "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) + # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) + # "debug-tweaks" - make an image suitable for development + # e.g. ssh root access has a blank password + # There are other application targets that can be used here too, see + # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. + # We default to enabling the debugging tweaks. + EXTRA_IMAGE_FEATURES = "debug-tweaks" + + # + # Additional image features + # + # The following is a list of additional classes to use when building images which + # enable extra features. Some available options which can be included in this variable + # are: + # - 'buildstats' collect build statistics + # - 'image-swab' to perform host system intrusion detection + # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended + USER_CLASSES ?= "buildstats" + + # By default disable interactive patch resolution (tasks will just fail instead): + PATCHRESOLVE = "noop" + + # By default the machine configuration file sets the IMAGE_FSTYPES. But if you + # would like to add additional file system types you can uncomment the + # following line and add the additional IMAGE_FSTYPES you want created + # as part of the build flow. Some common types are listed below and you + # can remove the ones you do not want. + # IMAGE_FSTYPES += "jffs2 cramfs ext2.gz ext3.gz squashfs ubi tar.gz tar.bz2 cpio" + + # + # Parallelism Options + # + # These two options control how much parallelism BitBake should use. The first + # option determines how many tasks bitbake should run in parallel: + # + # BB_NUMBER_THREADS ?= "1" + # + # The second option controls how many processes make should run in parallel when + # running compile tasks: + # + # PARALLEL_MAKE ?= "-j 1" + # + # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would + # be appropriate for example + # + # NOTE: By default, bitbake will choose the number of processeors on your host + # so you should not need to set this unless you are wanting to lower the number + # allowed. + # + + DISTRO = "arago" + + # Set terminal types by default it expects gnome-terminal + # but we chose xterm + TERMCMD = "${XTERM_TERMCMD}" + TERMCMDRUN = "${XTERM_TERMCMDRUN}" + + # Don't generate the mirror tarball for SCM repos, the snapshot is enough + BB_GENERATE_MIRROR_TARBALLS = "0" + + # Uncomment this to remove work directory after packaging to save disk space + #INHERIT += "rm_work" + + # Keep one set of images by default + RM_OLD_IMAGE = "1" + + # Enable local PR service for binary feeds + PRSERV_HOST = "localhost:0" + + # Enable hash equiv server + BB_SIGNATURE_HANDLER = "OEEquivHash" + BB_HASHSERVE = "auto" + + # It is recommended to activate "buildhistory" for testing the PR service + INHERIT += "buildhistory" + BUILDHISTORY_COMMIT = "1" + diff --git a/src/templates/local-poky-v2.conf.xml b/src/templates/local-poky-v2.conf.xml new file mode 100644 index 0000000..8a7fde1 --- /dev/null +++ b/src/templates/local-poky-v2.conf.xml @@ -0,0 +1,174 @@ + + # CONF_VERSION is increased each time build/conf/ changes incompatibly + CONF_VERSION = "2" + + # + # Where to place downloads + # + # During a first build the system will download many different source code + # tarballs from various upstream projects. This can take a while, particularly + # if your network connection is slow. These are all stored in DL_DIR. When + # wiping and rebuilding you can preserve this directory to speed up this part + # of subsequent builds. This directory is safe to share between multiple builds + # on the same machine too. + DL_DIR = "${TOPDIR}/downloads" + + # + # Where to place shared-state files + # + # BitBake has the capability to accelerate builds based on previously built + # output. This is done using "shared state" files which can be thought of as + # cache objects and this option determines where those files are placed. + # + # You can wipe out TMPDIR leaving this directory intact and the build would + # regenerate from these files if no changes were made to the configuration. + # If changes were made to the configuration, only shared state files where the + # state was still valid would be used (done using checksums). + SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + + # + # Shared-state files from other locations + # + # As mentioned above, shared state files are prebuilt cache data objects which + # can be used to accelerate build time. This variable can be used to configure + # the system to search other mirror locations for these objects before it + # builds the data itself. + # + # This can be a filesystem directory, or a remote url such as http or ftp. + # These would contain the sstate-cache results from previous builds (possibly + # from other machines). This variable works like fetcher MIRRORS/PREMIRRORS + # and points to the cache locations to check for the shared objects. + #SSTATE_MIRRORS ?= "\ + #file://.* http://someserver.tld/share/sstate/ \n \ + #file://.* file:///some/local/dir/sstate/" + + # + # Where to place the build output + # + # This option specifies where the bulk of the building work should be done and + # where BitBake should place its temporary files and output. Keep in mind that + # this includes the extraction and compilation of many applications and the toolchain + # which can use Gigabytes of hard disk space. + TMPDIR = "${TOPDIR}/build/poky-tmp" + + # + # Machine Selection + # + # You need to select a specific machine to target the build with. There are a selection + # of emulated machines available which can boot and run in the QEMU emulator: + # + #MACHINE ?= "arago" + + # + # Package Management configuration + # + # This variable lists which packaging formats to enable. Multiple package backends + # can be enabled at once and the first item listed in the variable will be used + # to generate the root filesystems. + # Options are: + # - 'package_deb' for debian style deb files + # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) + # - 'package_rpm' for rpm style packages + # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" + # We default to ipk: + PACKAGE_CLASSES ?= "package_ipk" + + # + # SDK/ADT target architecture + # + # This variable specified the architecture to build SDK/ADT items for and means + # you can build the SDK packages for architectures other than the machine you are + # running the build on (i.e. building i686 packages on an x86_64 host._ + # Supported values are i686 and x86_64 + SDKMACHINE ?= "x86_64" + + # + # Extra image configuration defaults + # + # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated + # images. Some of these options are added to certain image types automatically. The + # variable can contain the following options: + # "dbg-pkgs" - add -dbg packages for all installed packages + # (adds symbol information for debugging/profiling) + # "dev-pkgs" - add -dev packages for all installed packages + # (useful if you want to develop against libs in the image) + # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) + # "tools-debug" - add debugging tools (gdb, strace) + # "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) + # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) + # "debug-tweaks" - make an image suitable for development + # e.g. ssh root access has a blank password + # There are other application targets that can be used here too, see + # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. + # We default to enabling the debugging tweaks. + EXTRA_IMAGE_FEATURES = "debug-tweaks" + + # + # Additional image features + # + # The following is a list of additional classes to use when building images which + # enable extra features. Some available options which can be included in this variable + # are: + # - 'buildstats' collect build statistics + # - 'image-swab' to perform host system intrusion detection + # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended + USER_CLASSES ?= "buildstats" + + # By default disable interactive patch resolution (tasks will just fail instead): + PATCHRESOLVE = "noop" + + # By default the machine configuration file sets the IMAGE_FSTYPES. But if you + # would like to add additional file system types you can uncomment the + # following line and add the additional IMAGE_FSTYPES you want created + # as part of the build flow. Some common types are listed below and you + # can remove the ones you do not want. + # IMAGE_FSTYPES += "jffs2 cramfs ext2.gz ext3.gz squashfs ubi tar.gz tar.bz2 cpio" + + # + # Parallelism Options + # + # These two options control how much parallelism BitBake should use. The first + # option determines how many tasks bitbake should run in parallel: + # + # BB_NUMBER_THREADS ?= "1" + # + # The second option controls how many processes make should run in parallel when + # running compile tasks: + # + # PARALLEL_MAKE ?= "-j 1" + # + # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would + # be appropriate for example + # + # NOTE: By default, bitbake will choose the number of processeors on your host + # so you should not need to set this unless you are wanting to lower the number + # allowed. + # + + DISTRO = "poky" + + # Set terminal types by default it expects gnome-terminal + # but we chose xterm + TERMCMD = "${XTERM_TERMCMD}" + TERMCMDRUN = "${XTERM_TERMCMDRUN}" + + # Don't generate the mirror tarball for SCM repos, the snapshot is enough + BB_GENERATE_MIRROR_TARBALLS = "0" + + # Uncomment this to remove work directory after packaging to save disk space + #INHERIT += "rm_work" + + # Keep one set of images by default + RM_OLD_IMAGE = "1" + + # Enable local PR service for binary feeds + PRSERV_HOST = "localhost:0" + + # Enable hash equiv server + BB_SIGNATURE_HANDLER = "OEEquivHash" + BB_HASHSERVE = "auto" + + # It is recommended to activate "buildhistory" for testing the PR service + INHERIT += "buildhistory" + BUILDHISTORY_COMMIT = "1" + diff --git a/src/templates/local-v2.conf.xml b/src/templates/local-v2.conf.xml new file mode 100644 index 0000000..ef3027b --- /dev/null +++ b/src/templates/local-v2.conf.xml @@ -0,0 +1,167 @@ + + # CONF_VERSION is increased each time build/conf/ changes incompatibly + CONF_VERSION = "2" + + # + # Where to place downloads + # + # During a first build the system will download many different source code + # tarballs from various upstream projects. This can take a while, particularly + # if your network connection is slow. These are all stored in DL_DIR. When + # wiping and rebuilding you can preserve this directory to speed up this part + # of subsequent builds. This directory is safe to share between multiple builds + # on the same machine too. + DL_DIR = "${TOPDIR}/downloads" + + # + # Where to place shared-state files + # + # BitBake has the capability to accelerate builds based on previously built + # output. This is done using "shared state" files which can be thought of as + # cache objects and this option determines where those files are placed. + # + # You can wipe out TMPDIR leaving this directory intact and the build would + # regenerate from these files if no changes were made to the configuration. + # If changes were made to the configuration, only shared state files where the + # state was still valid would be used (done using checksums). + SSTATE_DIR = "${TOPDIR}/build/sstate-cache" + + # + # Shared-state files from other locations + # + # As mentioned above, shared state files are prebuilt cache data objects which + # can be used to accelerate build time. This variable can be used to configure + # the system to search other mirror locations for these objects before it + # builds the data itself. + # + # This can be a filesystem directory, or a remote url such as http or ftp. + # These would contain the sstate-cache results from previous builds (possibly + # from other machines). This variable works like fetcher MIRRORS/PREMIRRORS + # and points to the cache locations to check for the shared objects. + #SSTATE_MIRRORS ?= "\ + #file://.* http://someserver.tld/share/sstate/ \n \ + #file://.* file:///some/local/dir/sstate/" + + # + # Where to place the build output + # + # This option specifies where the bulk of the building work should be done and + # where BitBake should place its temporary files and output. Keep in mind that + # this includes the extraction and compilation of many applications and the toolchain + # which can use Gigabytes of hard disk space. + TMPDIR = "${TOPDIR}/build/arago-tmp" + + # + # Machine Selection + # + # You need to select a specific machine to target the build with. There are a selection + # of emulated machines available which can boot and run in the QEMU emulator: + # + #MACHINE ?= "arago" + + # + # Package Management configuration + # + # This variable lists which packaging formats to enable. Multiple package backends + # can be enabled at once and the first item listed in the variable will be used + # to generate the root filesystems. + # Options are: + # - 'package_deb' for debian style deb files + # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) + # - 'package_rpm' for rpm style packages + # E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" + # We default to ipk: + PACKAGE_CLASSES ?= "package_ipk" + + # + # SDK/ADT target architecture + # + # This variable specified the architecture to build SDK/ADT items for and means + # you can build the SDK packages for architectures other than the machine you are + # running the build on (i.e. building i686 packages on an x86_64 host._ + # Supported values are i686 and x86_64 + SDKMACHINE ?= "i686" + + # + # Extra image configuration defaults + # + # The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated + # images. Some of these options are added to certain image types automatically. The + # variable can contain the following options: + # "dbg-pkgs" - add -dbg packages for all installed packages + # (adds symbol information for debugging/profiling) + # "dev-pkgs" - add -dev packages for all installed packages + # (useful if you want to develop against libs in the image) + # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) + # "tools-debug" - add debugging tools (gdb, strace) + # "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) + # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) + # "debug-tweaks" - make an image suitable for development + # e.g. ssh root access has a blank password + # There are other application targets that can be used here too, see + # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. + # We default to enabling the debugging tweaks. + EXTRA_IMAGE_FEATURES = "debug-tweaks" + + # + # Additional image features + # + # The following is a list of additional classes to use when building images which + # enable extra features. Some available options which can be included in this variable + # are: + # - 'buildstats' collect build statistics + # - 'image-prelink' in order to prelink the filesystem image + # - 'image-swab' to perform host system intrusion detection + # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink + # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended + USER_CLASSES ?= "buildstats image-prelink" + + # By default disable interactive patch resolution (tasks will just fail instead): + PATCHRESOLVE = "noop" + + # By default the machine configuration file sets the IMAGE_FSTYPES. But if you + # would like to add additional file system types you can uncomment the + # following line and add the additional IMAGE_FSTYPES you want created + # as part of the build flow. Some common types are listed below and you + # can remove the ones you do not want. + # IMAGE_FSTYPES += "jffs2 cramfs ext2.gz ext3.gz squashfs ubi tar.gz tar.bz2 cpio" + + # + # Parallelism Options + # + # These two options control how much parallelism BitBake should use. The first + # option determines how many tasks bitbake should run in parallel: + # + # BB_NUMBER_THREADS ?= "1" + # + # The second option controls how many processes make should run in parallel when + # running compile tasks: + # + # PARALLEL_MAKE ?= "-j 1" + # + # For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would + # be appropriate for example + # + # NOTE: By default, bitbake will choose the number of processeors on your host + # so you should not need to set this unless you are wanting to lower the number + # allowed. + # + + # Select a distribution from supported "arago", "angstrom-2010.x" or "poky" + # By default, go with the "distroless" configuration, when not set + #DISTRO = "arago" + + # Set terminal types by default it expects gnome-terminal + # but we chose xterm + TERMCMD = "${XTERM_TERMCMD}" + TERMCMDRUN = "${XTERM_TERMCMDRUN}" + + # Don't generate the mirror tarball for SCM repos, the snapshot is enough + BB_GENERATE_MIRROR_TARBALLS = "0" + + # Uncomment this to remove work directory after packaging to save disk space + #INHERIT += "rm_work" + + # Keep one set of images by default + RM_OLD_IMAGE = "1" +