summaryrefslogtreecommitdiffstats
path: root/meta-beagle
diff options
context:
space:
mode:
Diffstat (limited to 'meta-beagle')
-rw-r--r--meta-beagle/conf/machine/beaglebone-ai64.conf5
-rw-r--r--meta-beagle/conf/machine/include/beagle-bsp.inc2
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-beagle/conf/machine/beaglebone-ai64.conf b/meta-beagle/conf/machine/beaglebone-ai64.conf
index 3da6e878..0f15c712 100644
--- a/meta-beagle/conf/machine/beaglebone-ai64.conf
+++ b/meta-beagle/conf/machine/beaglebone-ai64.conf
@@ -27,3 +27,8 @@ ti/k3-j721e-sk.dtb \
27" 27"
28 28
29MACHINE_GUI_CLASS = "bigscreen" 29MACHINE_GUI_CLASS = "bigscreen"
30
31# TI has moved a driver out of its kernel tree and into an out of tree module.
32# We need to not include that for older kernels since the module is still in
33# the kernel.
34TI_VXE_VXD_DRIVER:bsp-bb_org-6_6 = ""
diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc
index 3f9828f3..d180c297 100644
--- a/meta-beagle/conf/machine/include/beagle-bsp.inc
+++ b/meta-beagle/conf/machine/include/beagle-bsp.inc
@@ -14,6 +14,7 @@ BSP_KERNEL_PROVIDER:bsp-bb_org-6_12 = "linux-bb.org"
14BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%" 14BSP_KERNEL_VERSION:bsp-bb_org-6_12 = "6.12.%"
15BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org" 15BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_12 = "u-boot-bb.org"
16BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%" 16BSP_BOOTLOADER_VERSION:bsp-bb_org-6_12 = "2025.%"
17KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = ""
17 18
18BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" 19BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km"
19BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" 20BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%"
@@ -36,6 +37,7 @@ BSP_KERNEL_PROVIDER:bsp-bb_org-6_6 = "linux-bb.org"
36BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%" 37BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%"
37BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org" 38BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org"
38BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%" 39BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%"
40KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = ""
39 41
40BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" 42BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km"
41BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" 43BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%"