diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2021-08-11 14:39:05 -0400 |
|---|---|---|
| committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-17 11:21:54 +0000 |
| commit | e21c11b4a44417f67c78503bc3f954c175ac20e2 (patch) | |
| tree | e1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | |
| parent | f56051c9a8cf09f54c43b81301073eed71bbda97 (diff) | |
| download | meta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz | |
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability,
speed and memory footprint. Update recipes with the new syntax and set layer
compatibility to honister.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Paul Barker <paul.barker@sancloud.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb')
| -rw-r--r-- | recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb b/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb index 77a29ec8..1b28c502 100644 --- a/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb +++ b/recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | |||
| @@ -3,17 +3,17 @@ LICENSE = "GPLv2" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e" |
| 4 | 4 | ||
| 5 | # This package builds a kernel module, use kernel PR as base and append a local | 5 | # This package builds a kernel module, use kernel PR as base and append a local |
| 6 | MACHINE_KERNEL_PR_append = "b" | 6 | MACHINE_KERNEL_PR:append = "b" |
| 7 | PR = "${MACHINE_KERNEL_PR}" | 7 | PR = "${MACHINE_KERNEL_PR}" |
| 8 | PV_append = "+git${SRCPV}" | 8 | PV:append = "+git${SRCPV}" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git/kernel_module/gdbproxy-mod" | 10 | S = "${WORKDIR}/git/kernel_module/gdbproxy-mod" |
| 11 | 11 | ||
| 12 | inherit module | 12 | inherit module |
| 13 | 13 | ||
| 14 | PLATFORM = "" | 14 | PLATFORM = "" |
| 15 | PLATFORM_dra7xx = "DRA7xx_PLATFORM" | 15 | PLATFORM:dra7xx = "DRA7xx_PLATFORM" |
| 16 | PLATFORM_keystone = "KEYSTONE_PLATFORM" | 16 | PLATFORM:keystone = "KEYSTONE_PLATFORM" |
| 17 | 17 | ||
| 18 | EXTRA_OEMAKE = "PLATFORM=${PLATFORM} KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" | 18 | EXTRA_OEMAKE = "PLATFORM=${PLATFORM} KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}" |
| 19 | 19 | ||
