summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-10-02 08:54:52 -0500
committerRyan Eatmon <reatmon@ti.com>2025-10-14 15:37:09 -0500
commit45b06e3a9ee563234786531889d561d69f7a16e3 (patch)
treee62d5d095df970fbdfd2fd47d304c0e346e6a22e /meta-ti-extras
parentfce4f6188b6d1bbdc98e84db9931fafb40c94f61 (diff)
downloadmeta-ti-45b06e3a9ee563234786531889d561d69f7a16e3.tar.gz
meta-ti-extras: gdbc6x: Explicitly allow build for AM57x
This recipe builds and runs fine on both DRA7x and AM57x machines. The COMPATIBLE_MACHINE is set to just DRA7x, but this was okay as AM57x machines also set themselves as DRA7x family devices. The issue is then we cannot then differentiate between packages that are actually DRA7x- only and those that just use that family to mean both machine types. To fix this when we mean both are allowed use "omap-a15" as done here. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb2
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb2
-rw-r--r--meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
index b803ac5b..3e6dfbff 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbc6x_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=bf0fe2872eb3dfeebb2cbe38206fe81f
5 5
6DEPENDS = "ncurses bison-native texinfo flex-native gettext" 6DEPENDS = "ncurses bison-native texinfo flex-native gettext"
7 7
8COMPATIBLE_MACHINE = "dra7xx" 8COMPATIBLE_MACHINE = "omap-a15"
9 9
10PR = "${INC_PR}.1" 10PR = "${INC_PR}.1"
11 11
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb
index c73fb031..a2d8da75 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserver-c6x_git.bb
@@ -8,7 +8,7 @@ PR = "${INC_PR}.0"
8 8
9S:append = "/gdbserver-c6x/src" 9S:append = "/gdbserver-c6x/src"
10 10
11COMPATIBLE_MACHINE = "dra7xx" 11COMPATIBLE_MACHINE = "omap-a15"
12 12
13EXTRA_OEMAKE = "PLATFORM=DRA7xx_PLATFORM" 13EXTRA_OEMAKE = "PLATFORM=DRA7xx_PLATFORM"
14 14
diff --git a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
index fcca0bbe..1e4fd6c5 100644
--- a/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
+++ b/meta-ti-extras/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb
@@ -13,7 +13,7 @@ S:append = "/kernel_module/gdbproxy-mod"
13 13
14inherit module 14inherit module
15 15
16COMPATIBLE_MACHINE = "dra7xx" 16COMPATIBLE_MACHINE = "omap-a15"
17 17
18EXTRA_OEMAKE = "PLATFORM=DRA7xx_PLATFORM KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" 18EXTRA_OEMAKE = "PLATFORM=DRA7xx_PLATFORM KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}"
19 19