diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-12-13 06:04:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@konsulko.com> | 2023-12-13 06:05:14 +0000 |
commit | f8f8a94cda361ea59d5cc577265a2dd2ffff7fee (patch) | |
tree | 7b559e40003afe9a0415f11213c291a9c5d4ef3f | |
parent | a961d88efcee33c98f4d21855eb5808ee8ae75a3 (diff) |
Update meta-ti BSP with major BeagleBoard.org updates
BeagleBoard.org platforms support in meta-ti BSP has been updated to the
latest Linux kernel 6.1 and U-boot 2023.04 with binman FW support.
There are still few minor issues being looked at, but overall the BSP is
getting ready to be utilized in AGL.
Bug-AGL: SPEC-4941
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Change-Id: I5ffa8799e6c5b6f1be95774edc9670c5c0b29805
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index ad685e84..eb5c35c0 100644 --- a/default.xml +++ b/default.xml @@ -83,7 +83,7 @@ <!-- TI Vayu / Jacinto 6 / DRA7 --> <project name="meta-arm" path="bsp/meta-arm" remote="yocto" revision="b187fb9232ca0a6b5f8f90b4715958546fc41d73" upstream="kirkstone"/> - <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="e4d60ab2c8565eaabbad1d51972296e412744190" upstream="kirkstone"/> + <project name="meta-ti" path="bsp/meta-ti" remote="yocto" revision="6ad91a192fa1ab33775a22894a413aefd0b67106" upstream="kirkstone"/> <!-- Raspberry Pi 4 --> <project name="meta-raspberrypi" path="bsp/meta-raspberrypi" remote="yocto" revision="59a6a1b5dd1e21189adec49c61eae04ed3e70338" upstream="kirkstone"/> |