diff options
| author | Joao Lima <joao.lima@hbkworld.com> | 2025-10-09 18:23:43 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-09 11:04:34 -0700 |
| commit | 050608b50d0a5fcbcf9a4e03302f8ef7c697f974 (patch) | |
| tree | f236393ac2d8652d6e4437555cb5da602b9df997 /meta-oe | |
| parent | d1b67ac99e023f9abc34f215caba770a46af5723 (diff) | |
| download | meta-openembedded-050608b50d0a5fcbcf9a4e03302f8ef7c697f974.tar.gz | |
openocd: bump the openocd, jimtcl versions
Version bumps:
- openocd: 91bd431 -> 66ea461
- jimtcl: fcbb449 -> f160866
- libjaylink: 9aa7a59 -> 0d23921
Signed-off-by: Joao Lima <joao.lima@hbkworld.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 3bbe33ca1d..eb6ca888ab 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
| @@ -9,14 +9,13 @@ SRC_URI = " \ | |||
| 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ | 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ |
| 10 | git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \ | 10 | git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/jimtcl;name=jimtcl;branch=master \ |
| 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ | 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ |
| 12 | file://0001-Makefile.am-Use-SOURCE_DATE_EPOCH-environment-variab.patch \ | ||
| 13 | " | 12 | " |
| 14 | 13 | ||
| 15 | SRCREV_FORMAT = "openocd" | 14 | SRCREV_FORMAT = "openocd" |
| 16 | SRCREV_openocd = "91bd4313444c5a949ce49d88ab487608df7d6c37" | 15 | SRCREV_openocd = "66ea461846a3a4a96687c9287c3f61ae8ce0b775" |
| 17 | SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba" | 16 | SRCREV_git2cl = "8373c9f74993e218a08819cbcdbab3f3564bbeba" |
| 18 | SRCREV_jimtcl = "fcbb4499a6b46ef69e7a95da53e30796e20817f0" | 17 | SRCREV_jimtcl = "f160866171457474f7c4d6ccda70f9b77524407e" |
| 19 | SRCREV_libjaylink = "9aa7a5957c07bb6e862fc1a6d3153d109c7407e4" | 18 | SRCREV_libjaylink = "0d23921a05d5d427332a142d154c213d0c306eb1" |
| 20 | 19 | ||
| 21 | PV = "0.12+git" | 20 | PV = "0.12+git" |
| 22 | 21 | ||
| @@ -24,7 +23,7 @@ inherit pkgconfig autotools-brokensep gettext | |||
| 24 | 23 | ||
| 25 | BBCLASSEXTEND += "native nativesdk" | 24 | BBCLASSEXTEND += "native nativesdk" |
| 26 | 25 | ||
| 27 | EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror" | 26 | EXTRA_OECONF = "--enable-ftdi --enable-jtag_vpi --enable-buspirate --disable-doxygen-html --disable-werror --enable-internal-jimtcl" |
| 28 | 27 | ||
| 29 | do_configure() { | 28 | do_configure() { |
| 30 | ./bootstrap nosubmodule | 29 | ./bootstrap nosubmodule |
