diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-07-12 15:58:36 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-13 09:46:09 -0700 |
| commit | 3424960e053ffbd7c27bb149a134d462eba8dcc2 (patch) | |
| tree | 750001278da7aa3d9f538ff39a7c4c07804a1bab /meta-networking | |
| parent | eae579425360f53bdffc5f18e755285faf48459f (diff) | |
| download | meta-openembedded-3424960e053ffbd7c27bb149a134d462eba8dcc2.tar.gz | |
ot-daemon: Update to latest of trunk
Fixes build with trunk
Disable prepending uptime to logs
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb index 009a6ef88c..fdbc8d7a32 100644 --- a/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb +++ b/meta-networking/recipes-connectivity/openthread/ot-daemon_git.bb | |||
| @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=543b6fe90ec5901a683320a36390c65f \ | |||
| 8 | file://third_party/mbedtls/repo/LICENSE;md5=379d5819937a6c2f1ef1630d341e026d \ | 8 | file://third_party/mbedtls/repo/LICENSE;md5=379d5819937a6c2f1ef1630d341e026d \ |
| 9 | " | 9 | " |
| 10 | DEPENDS = "readline" | 10 | DEPENDS = "readline" |
| 11 | SRCREV = "90adc86d34e21a9e8f86d093c2190030042c4a59" | 11 | SRCREV = "9f88ca02886595b5aad2b60007865812fd78aa98" |
| 12 | PV = "0.1+git" | 12 | PV = "0.1+git" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ | 14 | SRC_URI = "git://github.com/openthread/openthread.git;protocol=https;branch=main \ |
| @@ -26,3 +26,5 @@ EXTRA_OECMAKE = "-DOT_DAEMON=ON \ | |||
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | EXTRA_OECMAKE:append:libc-musl = " -DOT_TARGET_OPENWRT=ON" | 28 | EXTRA_OECMAKE:append:libc-musl = " -DOT_TARGET_OPENWRT=ON" |
| 29 | |||
| 30 | CXXFLAGS += "-DOPENTHREAD_CONFIG_LOG_PREPEND_UPTIME=0" | ||
