aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUILD.md3
-rw-r--r--README.md4
-rw-r--r--RELEASE.md26
-rw-r--r--SETUP.md30
-rwxr-xr-xsetup_siena.sh11
5 files changed, 30 insertions, 44 deletions
diff --git a/BUILD.md b/BUILD.md
index 268b9a23..22a7945e 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -42,6 +42,8 @@ bitbake-layers add-layer ../meta-openembedded/meta-networking
bitbake-layers add-layer ../meta-dpdk
bitbake-layers add-layer ../meta-amd/meta-amd-distro
bitbake-layers add-layer ../meta-amd/meta-amd-bsp
+bitbake-layers add-layer ../meta-openembedded/meta-filesystems
+bitbake-layers add-layer ../meta-virtualization
```
### 2.3. Start the build
@@ -64,3 +66,4 @@ the newly built image.
You can also customize the image ([CUSTOMIZE.md](CUSTOMIZE.md)) by
enabling/disabling certain configurable features in the `local.conf`.
Make sure to re-build the image before deploying the customized build.
+
diff --git a/README.md b/README.md
index bf8b1e57..469d2398 100644
--- a/README.md
+++ b/README.md
@@ -124,5 +124,5 @@ may take longer.
The per layer gatekeepers are the following.
-- meta-amd-bsp: Andy Dracup <andy.dracup@windriver.com>
-- meta-amd-distro: Andy Dracup <andy.dracup@windriver.com>
+- meta-amd-bsp: Rahul Kumar <rahul.kumar1@amd.com>
+- meta-amd-distro: Rahul Kumar <rahul.kumar1@amd.com>
diff --git a/RELEASE.md b/RELEASE.md
index f868cd4c..bc2a1d14 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,5 +1,3 @@
-# Release notes
-
This is the release notes document for the AMD BSP. This document contains
information about the Yocto layers' git repos, their branches and commit
hashes, software versions, and known/fixed issues/limitations.
@@ -7,29 +5,23 @@ hashes, software versions, and known/fixed issues/limitations.
## Bitbake layers
| Layer | Git Repo | Branch | Commit Hash/Tag |
|:------------------|:---------------------------------------------|:----------|:-----------------------------------------|
-| poky | git://git.yoctoproject.org/poky | kirkstone | tags/yocto-4.0.5 |
-| meta-openembedded | git://git.openembedded.org/meta-openembedded | kirkstone | 50d4a8d2a983a68383ef1ffec2c8e21adf0c1a79 |
-| meta-dpdk | git://git.yoctoproject.org/meta-dpdk | kirkstone | 0e62d02f2755fbbf7dfa6e243381377c0a1cd97c |
-| meta-amd | git://git.yoctoproject.org/meta-amd | kirkstone | tags/kirkstone-e3000-ga-202301 |
+| poky | git://git.yoctoproject.org/poky | kirkstone | tags/yocto-4.0.9 |
+| meta-openembedded | git://git.openembedded.org/meta-openembedded | kirkstone | 402affcc073db39f782c1ebfd718edd5f11eed4c |
+| meta-dpdk | git://git.yoctoproject.org/meta-dpdk | kirkstone | 12cd9701455f17ff86681dba86e5c10f7b0deb7c |
+| meta-amd | git://git.yoctoproject.org/meta-amd | kirkstone | tags/kirkstone-amd-epg-siena-202402 |
## Software versions
| Software | Version |
|:----------------|:---------|
-| Yocto Poky base | 4.0.5 |
+| Yocto Poky base | 4.0.9 |
| grub | 2.06 |
-| linux-yocto | 5.15.68 |
-| linux-yocto-rt | 5.15.68 |
-| gcc | 11.3.0 |
-| util-linux | 2.37.4 |
-| lttng | 2.13 |
-| babeltrace | 1.5.8 |
-| connman | 1.41 |
+| linux-yocto | 6.6.9 |
| gdb | 11.2 |
-| dpdk | 21.11.2 |
-| strongswan | 5.9.6 |
## Fixed issues
## Known issues
-* v3000: PORT0 does not work in finsar FCLF8520P2BTL
+* Siena:
+##iso image is not booting in xen
+##tpm lshw mokutil tools not supporting
diff --git a/SETUP.md b/SETUP.md
index 790d8acc..a48e7a25 100644
--- a/SETUP.md
+++ b/SETUP.md
@@ -29,21 +29,13 @@ YOCTO_BRANCH="kirkstone"
Clone the git repositories:
```sh
-git clone --single-branch --branch "${YOCTO_BRANCH}" \
- "git://git.yoctoproject.org/poky" "poky-amd-${YOCTO_BRANCH}"
+git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.yoctoproject.org/poky" "poky-amd-${YOCTO_BRANCH}"
cd poky-amd-${YOCTO_BRANCH}
-git clone --single-branch --branch "${YOCTO_BRANCH}" \
- "git://git.openembedded.org/meta-openembedded"
-git clone --single-branch --branch "${YOCTO_BRANCH}" \
- "git://git.yoctoproject.org/meta-dpdk"
+git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.openembedded.org/meta-openembedded"
+git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.yoctoproject.org/meta-dpdk"
+git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.yoctoproject.org/meta-virtualization"
+git clone --single-branch --branch "kirkstone-amd-epg" "git://git.yoctoproject.org/meta-amd"
-NOTE: for sina below command is not required:
-git clone --single-branch --branch "${YOCTO_BRANCH}" \
- "git://git.yoctoproject.org/meta-amd"
-```
-NOTE: for siana, Clone the MetaAMD repository:
- ```sh
- git clone "ssh://gerritgit/eesc/ec/ese/meta-amd"
```
Checkout commit hashes:
```sh
@@ -52,15 +44,10 @@ cd meta-openembedded
git checkout --quiet 402affcc073db39f782c1ebfd718edd5f11eed4c
cd ../meta-dpdk
git checkout --quiet 12cd9701455f17ff86681dba86e5c10f7b0deb7c
-
-NOTE: If your machine is Siena, follow these steps:
-cd ../meta-amd
-git checkout kirkstone-amd-epg
-cd ..
-
-NOTE: If your machine is not Siena, follow these steps:
+cd ../meta-virtualization
+git checkout --quiet 88327090d26955a678c6f8bd2585aad4d802f6c4
cd ../meta-amd
-git checkout --quiet tags/kirkstone-e3000-ga-202301
+git checkout --quiet tags/kirkstone-amd-epg-siena-202402
cd ..
```
---
@@ -69,3 +56,4 @@ cd ..
Continue to "Section 2 - Setting up and starting a build"
([BUILD.md](BUILD.md)) for instructions on how to setup and start a
build for a particular AMD machine.
+
diff --git a/setup_siena.sh b/setup_siena.sh
index a34418b4..7aebd281 100755
--- a/setup_siena.sh
+++ b/setup_siena.sh
@@ -14,10 +14,11 @@ git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.openembedded.org
git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.yoctoproject.org/meta-dpdk"
#clone meta-virtualization for enable virtualization or libvirt
-git clone https://git.yoctoproject.org/meta-virtualization -b kirkstone
+git clone --single-branch --branch "${YOCTO_BRANCH}" "git://git.yoctoproject.org/meta-virtualization"
+
+# Clone meta-amd repository
+git clone https://git.yoctoproject.org/meta-amd.git -b "kirkstone-amd-epg"
-# Clone meta-amd repository using SSH
-git clone "ssh://gerritgit/eesc/ec/ese/meta-amd"
# Checkout specific tags and branches
git checkout --quiet tags/yocto-4.0.9
@@ -25,6 +26,8 @@ cd meta-openembedded
git checkout --quiet 402affcc073db39f782c1ebfd718edd5f11eed4c
cd ../meta-dpdk
git checkout --quiet 12cd9701455f17ff86681dba86e5c10f7b0deb7c
+d ../meta-virtualization
+git checkout --quiet 88327090d26955a678c6f8bd2585aad4d802f6c4
cd ../meta-amd
-git checkout kirkstone-amd-epg
+git checkout --quiet tags/kirkstone-amd-epg-siena-202402