diff options
| author | Andrew Davis <afd@ti.com> | 2025-12-03 14:32:10 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-12-19 09:57:39 -0600 |
| commit | 3a9e75ebba1d373e2e7c4912ebebd375dea7e2fc (patch) | |
| tree | 69f4c3be2049dc5cca8dc11195d512a4481a0d9e /meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb | |
| parent | 534edb03e51193a4b8b6d4254dc35a57f19b9c27 (diff) | |
| download | meta-ti-3a9e75ebba1d373e2e7c4912ebebd375dea7e2fc.tar.gz | |
meta-ti/all: Make DRA7xx support a subset of AM57xx support
As AM57xx already defined both "dra7xx" and "am57xx" as SOC_FAMILY the
AM57xx was effectively a superset MACHINE. Although not all features of
AM57xx are needed for DRA7xx, make DRA7xx-EVM use the AM57xx definition.
This allows us to still support DRA7xx as the only differences that
impact device function are the selection of U-Boot defconfig, DTBs, and
OPTEE, all handled by the MACHINE conf file which is left unchanged.
Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb b/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb index 539a83f9..3e4be816 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb | |||
| @@ -22,7 +22,7 @@ SRC_URI += "file://tiipclad-daemon.sh \ | |||
| 22 | CFLAGS += "-I${UNPACKDIR} -fdebug-prefix-map=${UNPACKDIR}=${TARGET_DBGSRC_DIR}" | 22 | CFLAGS += "-I${UNPACKDIR} -fdebug-prefix-map=${UNPACKDIR}=${TARGET_DBGSRC_DIR}" |
| 23 | 23 | ||
| 24 | DAEMON = "UNKNOWN" | 24 | DAEMON = "UNKNOWN" |
| 25 | DAEMON:dra7xx = "lad_dra7xx" | 25 | DAEMON:am57xx = "lad_dra7xx" |
| 26 | DAEMON:omapl138 = "lad_omapl138" | 26 | DAEMON:omapl138 = "lad_omapl138" |
| 27 | 27 | ||
| 28 | inherit autotools-brokensep pkgconfig update-rc.d systemd | 28 | inherit autotools-brokensep pkgconfig update-rc.d systemd |
| @@ -55,7 +55,7 @@ do_install:append() { | |||
| 55 | install -c -m 755 ${UNPACKDIR}/tiipclad-daemon.sh ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} | 55 | install -c -m 755 ${UNPACKDIR}/tiipclad-daemon.sh ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME} |
| 56 | } | 56 | } |
| 57 | 57 | ||
| 58 | do_install:append:dra7xx() { | 58 | do_install:append:am57xx() { |
| 59 | install -d ${D}${sysconfdir}/modprobe.d/ | 59 | install -d ${D}${sysconfdir}/modprobe.d/ |
| 60 | install -c -m 644 ${UNPACKDIR}/omap_remoteproc.conf ${D}${sysconfdir}/modprobe.d/ | 60 | install -c -m 644 ${UNPACKDIR}/omap_remoteproc.conf ${D}${sysconfdir}/modprobe.d/ |
| 61 | } | 61 | } |
