diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-01-12 11:49:27 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-13 23:31:51 -0600 |
commit | 5d7abe05a30d895b3a970f3f5bafdd8ab6afee5d (patch) | |
tree | d4e05e4423f4fcd455a09c1949e32c611ccf7756 /meta-xilinx-standalone-experimental | |
parent | 5662e6ec236caefe35b8f8828e4d2095e40f5fb7 (diff) | |
download | meta-xilinx-5d7abe05a30d895b3a970f3f5bafdd8ab6afee5d.tar.gz |
dtb-embeddedsw.inc: Rename experimental to 2023.1_sdt_experimental
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r-- | meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc | 6 | ||||
-rw-r--r-- | meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc b/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc index 1e8d53f9..09abdae1 100644 --- a/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc +++ b/meta-xilinx-standalone-experimental/conf/dtb-embeddedsw.inc | |||
@@ -2,12 +2,12 @@ | |||
2 | # meta-xilinx/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 | # meta-xilinx/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass |
3 | 3 | ||
4 | # Make it clear decoupling is 'experimental' in the version | 4 | # Make it clear decoupling is 'experimental' in the version |
5 | ESW_VER = "experimental" | 5 | ESW_VER = "2023.1_sdt_experimental" |
6 | 6 | ||
7 | REPO = "git://gitenterprise.xilinx.com/decoupling/embeddedsw-experimental-dt-support.git;protocol=https" | 7 | REPO = "git://gitenterprise.xilinx.com/decoupling/embeddedsw-experimental-dt-support.git;protocol=https" |
8 | 8 | ||
9 | ESW_BRANCH[experimental] = "xlnx_rel_v2023.1_sdt_experimental" | 9 | ESW_BRANCH[2023.1_sdt_experimental] = "xlnx_rel_v2023.1_sdt_experimental" |
10 | ESW_REV[experimental] = "2b4fb13182c0efd67a4649afa5bb91ce1b180cca" | 10 | ESW_REV[2023.1_sdt_experimental] = "2b4fb13182c0efd67a4649afa5bb91ce1b180cca" |
11 | LIC_FILES_CHKSUM[master] = '7c92de7a21a6613265035c28f4a92f48' | 11 | LIC_FILES_CHKSUM[master] = '7c92de7a21a6613265035c28f4a92f48' |
12 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1_sdt_experimental_beta] = 'e26f53a7d6f58f4b1a9687099417225c' | 12 | LIC_FILES_CHKSUM[xlnx_rel_v2022.1_sdt_experimental_beta] = 'e26f53a7d6f58f4b1a9687099417225c' |
13 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1_sdt_experimental] = 'ce611484168a6000bd35df68fc4f4290' | 13 | LIC_FILES_CHKSUM[xlnx_rel_v2023.1_sdt_experimental] = 'ce611484168a6000bd35df68fc4f4290' |
diff --git a/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup b/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup index eb2db98b..4051ad21 100644 --- a/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup +++ b/meta-xilinx-standalone-experimental/recipes-core/meta/files/README-setup | |||
@@ -1,4 +1,4 @@ | |||
1 | Document Version: 20211209 | 1 | Document Version: 20230111 |
2 | 2 | ||
3 | The Yocto Project setup for the new workflow is as follows. Be sure to read | 3 | The Yocto Project setup for the new workflow is as follows. Be sure to read |
4 | everything below, as the steps will be updated in the future if the | 4 | everything below, as the steps will be updated in the future if the |
@@ -15,10 +15,10 @@ is selected for this workflow. | |||
15 | 15 | ||
16 | # Instruct the system to use the decoupling firmware sources, | 16 | # Instruct the system to use the decoupling firmware sources, |
17 | # add the following to the conf/local.conf: | 17 | # add the following to the conf/local.conf: |
18 | PREFERRED_VERSION_fsbl-firmware = "experimental%" | 18 | PREFERRED_VERSION_fsbl-firmware = "2023.1_sdt_experimental%" |
19 | PREFERRED_VERSION_pmu-firmware = "experimental%" | 19 | PREFERRED_VERSION_pmu-firmware = "2023.1_sdt_experimental%" |
20 | PREFERRED_VERSION_plm-firmware = "experimental%" | 20 | PREFERRED_VERSION_plm-firmware = "2023.1_sdt_experimental%" |
21 | PREFERRED_VERSION_psm-firmware = "experimental%" | 21 | PREFERRED_VERSION_psm-firmware = "2023.1_sdt_experimental%" |
22 | 22 | ||
23 | * Run the setup script | 23 | * Run the setup script |
24 | 24 | ||