|
[PATCH] meta-ti-bsp: BeagleBoard switch to GitHub mirror
2 messages
BeagleBoard.org's GitLab instance: https://git.beagleboard.org/ easily becomes overloaded, switch to GitHub mirror. Signed-off-by: Robert Nelson <robertcnelson@...> --- meta-ti-bsp/recipes-kernel/linu
BeagleBoard.org's GitLab instance: https://git.beagleboard.org/ easily becomes overloaded, switch to GitHub mirror. Signed-off-by: Robert Nelson <robertcnelson@...> --- meta-ti-bsp/recipes-kernel/linu
|
By
Robert Nelson
·
|
|
[master/kirkstone][PATCH 1/4] u-boot-ti-staging: Fix u-boot configs to match oe-core fitImage
3 messages
After moving to the oe-core kernel-fitimage.bbclass we found that the dtb names we were searching for did not match. This was due to the KERNEL_DEVICETREE entries including the vendor subdir in the se
After moving to the oe-core kernel-fitimage.bbclass we found that the dtb names we were searching for did not match. This was due to the KERNEL_DEVICETREE entries including the vendor subdir in the se
|
By
Ryan Eatmon
·
|
|
[dunfell][PATCH 2/3] u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202303310400
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@...> --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@...> --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git
|
By
LCPD Automation Script
·
|
|
[dunfell][PATCH 3/3] k3conf: CI/CD Auto-Merger: cicd.dunfell.202303310400
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@...> --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@...> --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes
|
By
LCPD Automation Script
·
|
|
[dunfell][PATCH 1/3] ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202303310400
Updated the value(s) for: TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -
Updated the value(s) for: TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@...> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -
|
By
LCPD Automation Script
·
|
|
[dunfell][PATCH 0/3] Update to cicd.dunfell.202303310400
Update k3conf, ti-linux-fw and u-boot-ti-staging to cicd.dunfell.202303310400 tag LCPD Automation Script (3): ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202303310400 u-boot-ti-staging: CI/CD Auto-Me
Update k3conf, ti-linux-fw and u-boot-ti-staging to cicd.dunfell.202303310400 tag LCPD Automation Script (3): ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202303310400 u-boot-ti-staging: CI/CD Auto-Me
|
By
LCPD Automation Script
·
|
|
[master/kirkstone][PATCH v6 3/3] u-boot-ti-staging: Add 2023.04 in prep for LTS migration
2 messages
We are preparing to migrate our u-boot version to 2023.04. As we are still working on the migration, mark the default preference low for this version. We will enable building with this u-boot in a met
We are preparing to migrate our u-boot version to 2023.04. As we are still working on the migration, mark the default preference low for this version. We will enable building with this u-boot in a met
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH v6 2/3] linux-ti-staging: Add 6.1 kernel in prep for LTS migration
2 messages
We are preparing to migrate our kernel version to 6.1. As we are still working on the migration, mark the default preference low for this version. We will enable building with this kernel in a meta-ar
We are preparing to migrate our kernel version to 6.1. As we are still working on the migration, mark the default preference low for this version. We will enable building with this kernel in a meta-ar
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH v6 1/3] linux-ti-*: Add filtering for which dtb/dtbo to include
2 messages
We often carry more dtbs/dtbos in our kernel than we have upstreamed. The inclusion of all of the dtb/dtbo in the KERNEL_DEVICETREE has become problematic as we start testing the linux-next and 6.1 as
We often carry more dtbs/dtbos in our kernel than we have upstreamed. The inclusion of all of the dtb/dtbo in the KERNEL_DEVICETREE has become problematic as we start testing the linux-next and 6.1 as
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH 2/4] trusted-firmware-a: Only sign files for platforms that support it
3 messages
We are seeing some testing issues where the new code that signs all of the files at all times is causing issues. So rollback the logic and only sign for platforms that support it. Signed-off-by: Ryan
We are seeing some testing issues where the new code that signs all of the files at all times is causing issues. So rollback the logic and only sign for platforms that support it. Signed-off-by: Ryan
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH 4/4] kernel-fitimage: Add signing of fitImage entries for 5.10 kernel
3 messages
While we are mirgrating to kernel v6.1 and u-boot 2023.04, we want to keep kernel 5.10 and u-boot 2021.01 "working" for anyone looking at kirkstone. One of the changes we are looking at changing is th
While we are mirgrating to kernel v6.1 and u-boot 2023.04, we want to keep kernel 5.10 and u-boot 2021.01 "working" for anyone looking at kirkstone. One of the changes we are looking at changing is th
|
By
Ryan Eatmon
·
|
|
[RFC][meta-ti][master][PATCH] meta-ti-bsp: Update mesa bbappend files for mesa-23
5 messages
From: "Theodore A. Roth" <troth@...> The mesa recipes in oe-core have been updated to mesa-23 causing the following build error: $ bitbake core-image-minimal Loading cache: 100% | | ETA: --:--:-- Load
From: "Theodore A. Roth" <troth@...> The mesa recipes in oe-core have been updated to mesa-23 causing the following build error: $ bitbake core-image-minimal Loading cache: 100% | | ETA: --:--:-- Load
|
By
Theodore A. Roth
·
|
|
[master/kirkstone][PATCH v6 0/3] Kernel and u-boot LTS
We are preparing for LTS migration to the 6.1 kernel and 2023.04 u-boot versions. This series creates the recipes for them as well doing a little cleanup of how we handle specifying the DTB/DTBO files
We are preparing for LTS migration to the 6.1 kernel and 2023.04 u-boot versions. This series creates the recipes for them as well doing a little cleanup of how we handle specifying the DTB/DTBO files
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH 3/4] optee-os: Only sign files for platforms that support it
We are seeing some testing issues where the new code that signs all of the files at all times is causing issues. So rollback the logic and only sign for platforms that support it. Signed-off-by: Ryan
We are seeing some testing issues where the new code that signs all of the files at all times is causing issues. So rollback the logic and only sign for platforms that support it. Signed-off-by: Ryan
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH 0/4] Sync up from dunfell
These changes were made to bring us to a stable sync up point with dunfell. Everything (that can) can be built and boot. From these patches things will begin to diverge as we start our LTS mirgration
These changes were made to bring us to a stable sync up point with dunfell. Everything (that can) can be built and boot. From these patches things will begin to diverge as we start our LTS mirgration
|
By
Ryan Eatmon
·
|
|
[dunfell][PATCH] ti-rtos-firmware: j784s4: main-r5f0_0-fw should point to ethfw binary
2 messages
From: Aniket Limaye <a-limaye@...> main-r5f0_0-fw was pointing to pdk-ipc binary, while it should be pointing to ethfw one for j784s4-evm, j784s4-hs-evm Signed-off-by: Aniket Limaye <a-limaye@...> ---
From: Aniket Limaye <a-limaye@...> main-r5f0_0-fw was pointing to pdk-ipc binary, while it should be pointing to ethfw one for j784s4-evm, j784s4-hs-evm Signed-off-by: Aniket Limaye <a-limaye@...> ---
|
By
Aniket Limaye
·
|
|
check-layer failures for meta-ti
2 messages
Hello, meta-ti is currently failing check-layer-nightly: https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/1264/steps/20/logs/stdio ERROR: No recipes in default available for: /home/p
Hello, meta-ti is currently failing check-layer-nightly: https://autobuilder.yoctoproject.org/typhoon/#/builders/121/builds/1264/steps/20/logs/stdio ERROR: No recipes in default available for: /home/p
|
By
Alexandre Belloni
·
|
|
[PATCH] mesa/mesa-gl: remove version from bbappend file name
4 messages
From: Kai Kang <kai.kang@...> Remove version from mesa/mesa-gl bbappend file names that no need to rename them when mesa update. Issue: LINUXEXEC-26101 (LOCAL REV: NOT UPSTREAM) - Send to meta-ti on 2
From: Kai Kang <kai.kang@...> Remove version from mesa/mesa-gl bbappend file names that no need to rename them when mesa update. Issue: LINUXEXEC-26101 (LOCAL REV: NOT UPSTREAM) - Send to meta-ti on 2
|
By
Kai Kang
·
|
|
[master/kirkstone][PATCH v5 3/3] u-boot-ti-staging: Add 2023.01 in prep for LTS migration
2 messages
We are preparing to migrate our u-boot version to 2023.01. As we are still working on the migration, mark the default preference low for this version. We will enable building with this u-boot in a met
We are preparing to migrate our u-boot version to 2023.01. As we are still working on the migration, mark the default preference low for this version. We will enable building with this u-boot in a met
|
By
Ryan Eatmon
·
|
|
[master/kirkstone][PATCH v5 2/3] linux-ti-staging: Add 6.1 kernel in prep for LTS migration
We are preparing to migrate our kernel version to 6.1. As we are still working on the migration, mark the default preference low for this version. We will enable building with this kernel in a meta-ar
We are preparing to migrate our kernel version to 6.1. As we are still working on the migration, mark the default preference low for this version. We will enable building with this kernel in a meta-ar
|
By
Ryan Eatmon
·
|