aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2021-08-06hdf5: improve reproducibilityMingli Yu
Remove the build flags to improve reproducibility. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06recipes: Fix override syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-06packagegroup-meta-oe: Correct override name and fix syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06lua: Drop uclibc patchKhem Raj
This was found during override overhaul we dont support uclibc anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-06luajit: Fix override syntaxKhem Raj
Do not convert the variable name resembling override setups passed to makefile Fix some of missed overrides Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03fvwm: Package extra files and man pagesKhem Raj
Avoids using installed-vs-shipped Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03packagegroup-meta-oe: manually finish override syntax conversionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03mariadb: manually fix the conversionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03layer.conf: Update to honisterMartin Jansa
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03libhugetlbfs: Disable build with glibc 2.34+Khem Raj
It uses __morecore internal function from glibc which has been removed in 2.34+ and replacing it is not so simple and upstream needs to fix it see [1] [1] https://github.com/libhugetlbfs/libhugetlbfs/issues/52 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03apitrace: Exclude from builds with glibc 2.34+Khem Raj
It needs some work see [1] [1] https://github.com/apitrace/apitrace/issues/756 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03packagegroup-meta-oe: Add jemallocKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03jemalloc: add new recipeMingli Yu
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03audit: upgrade 3.0.2 -> 3.0.3Yi Zhao
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03android-tools: fix install of adb client when TOOLS is overriddenBen Brown
Overriding TOOLS with 'adb' as the only entry, or with 'adb' as the final entry in the list fails to match the grep pattern. The current pattern includes trailing whitespace, likely to distinguish it from 'adbd'. However since `${TOOLS}` is then passed to grep unquoted, any trailing whitespace would be dropped by the shell. Fixed by replacing the trailing whitespace with '\>' to mark the end of the word, which continues to ensure we don't match against 'adbd'. Signed-off-by: Ben Brown <ben.brown@codethink.co.uk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03evtest: fix timestamps in outputJohannes Obermüller
Broken patch caused seconds to be printed twice instead of seconds and microseconds. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03vboxguestdrivers: Remove __divmoddi4 patchKhem Raj
This function has been added upstream as well, therefore the patch is no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Gianfranco Costamagna <locutusofborg@debian.org>
2021-08-03mongodb: Upgrade to 4.4.7Khem Raj
Fix build with glibc 2.34+ while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-30mariadb: redefine log-error itemMingli Yu
The log-error item which defined in my.cnf is "/var/log/mysqld.err" previouly and it's not consistent with which created in install_db service file which will call mysql-systemd-start to create the file "/var/log/mysqld.log". And it fails when boot with sysvinit as below: $ service mysqld start Starting MariaDB.210727 04:05:03 mysqld_safe Logging to '/var/log/mysqld.err'. 210727 04:05:03 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql /usr/bin/mysqld_safe_helper: Can't create/write to file '/var/log/mysqld.err' (Errcode: 13 "Permission denied") So make the log-error item consistent to fix the above failure and also remove the related workaround when boot with systemd. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29vboxguestdrivers: upgrade 6.1.22 -> 6.1.24Gianfranco
Drop patch to fix build failure with kernel 5.13, now part of upstream codebase Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29pm-qa: fix paths for shell scriptsAnastasios Kavoukis
A commit in the repo of pm-qa: "adf9df9 Fix path to library files and change shebang line" Changed the text that sed was using to replace relative to absolute paths. As a result sed was not effectively finding the text "source ../include" to replace it, as the sed should be now searching for ". ../include". Similarly for "../Switches" Signed-off-by: Anastasios Kavoukis <anastasios.kavoukis@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29libmbim: upgrade 1.24.8 -> 1.26.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29gensio: upgrade 2.2.7 -> 2.2.8wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29bats: upgrade 1.3.0 -> 1.4.1wangmy
Added: Docker image architectures amd64, 386, arm64, arm/v7, arm/v6, ppc64le, s390x https://github.com/bats-core/bats-core/pull/438 Fixed: automatic push to Dockerhub https://github.com/bats-core/bats-core/pull/438 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-29Suppress eol in functionfs setup scripts (#147)Devendra Tewari
Stray newline character causes errors in functionfs setup scripts used by android-tools-adbd.service, when using musl libc and/or toybox. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27php: move to version 7.4.21Joe Slater
Lots of bug fixes. CVE: CVE-2021-21704 CVE-2021-21705 Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27htop: Add ncurses-terminfo-base to RDEPENDSPaulo Neves
Without it there are no terminal configurations on the target and htop refuses to run.
2021-07-27live555: upgrade 20210710 -> 20210720zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27packagegroup-meta-oe: Add mbwKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27mbw: add new recipeNicolas Dechesne
The last release/tag is 1.4 but it's from 2014. So use current head for now. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27ctags: upgrade 5.9.20210711.0 -> 5.9.20210718.0wangmy
docs(web): add RpmMacros as a new parser Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27cmark: upgrade 0.30.0 -> 0.30.1wangmy
Changelog: Properly indent block-level contents of list items in man (#258). https://github.com/commonmark/cmark/issues/258 This handles nested lists as well as items with multiple paragraphs. The change requires addition of a new field block_number_in_list_item to cmark_renderer, but this does not change the public API. Fix quadratic behavior when parsing emphasis (#389, Nick Wellnhofer). Delimiters can be deleted, so store delimiter positions instead of pointers in openers_bottom. Besides causing undefined behavior when reading a dangling pointer, this could also result in quadratic behavior when parsing emphasis. https://github.com/commonmark/cmark/issues/389 Fix quadratic behavior when parsing smart quotes (#388, Nick Wellnhofer). Remove matching smart quote delimiters. Otherwise, the same opener could be found over and over, preventing the openers_bottom optimization from kicking in and leading to quadratic behavior when processing lots of quotes. https://github.com/commonmark/cmark/issues/388 Modify CMake configuration so that the project can be built with older versions of CMake (#384, Saleem Abdulrasool). (In 0.30.0, some features were used that require CMake >= 3.3.) The cost of this backwards compatibility is that developers must now explicitly invoke cmark_add_compile_options when a new compilation target is added. https://github.com/commonmark/cmark/issues/384 Remove a comma at the end of an enumerator list, which was flagged by clang as a C++11 extension. make_man_page.py: use absolute path with CDLL. This avoids the error "file system relative paths not allowed in hardened programs." Include cmark version in cmark(3) man page (instead of LOCAL). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27packagegroup-meta-oe: Add lmdbKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27lmdb: add recipeSakib Sajal
lmdb provides a high-performance embedded transactional database in the form of a key-value store. Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27jack: upgrade 1.19.18 -> 1.19.19Andreas Müller
Changes: * Add jack_position_t::tick_double, and flags around it * Add zalsa "-w" argument to wait for soundcard to be available * Bump internal protocol version to 9 (due to struct alignment) * Fix alignment of fields for atomic accesses * Fix build for platforms needing __STDC_FORMAT_MACROS * Fix compilation of documentation Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-27mozjs/0001-Port-build-to-python3.patch: Fix typos in descriptionAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16apitrace: Update to latest trunkKhem Raj
Use git submodules fetcher Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16packagegroup-meta-oe: Add new package cpputestKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16cpputest: Add initial recipe. Version 4.0.Ben Horgan
Signed-off-by: Ben Horgan <ben.horgan@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16span-lite: upgrade 0.9.2 -> 0.10.0zhengruoqin
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16ostree: upgrade 2021.2 -> 2021.3zhengruoqin
Changelog: This release adds new repository-locking methods to the API, in order to make lock handling more granular and better suited for multi-threaded consumers of the library. Several bugs have been fixed related to service unit ordering and enablement. Pulling from remotes with unknown schemes now produces more friendly error messages. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16modemmanager: upgrade 1.16.6 -> 1.16.8wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16live555: upgrade 20210406 -> 20210710wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16linuxptp: fix upstream version checkPierre-Jean Texier
Fixes: builder@2088cb10ccfb:/work/build$ devtool check-upgrade-status linuxptp NOTE: Starting bitbake server... <...> INFO: linuxptp 3.1 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16libwebsockets: Update 4.2.0 -> 4.2.1Luan Rafael Carneiro
Update the library to the 4.2.1 stable release. This commit includes following changes: 8a580b59 v4.2.1 e90f005a vhost: listen: protect listen port transfer between 041baf93 mbedtls: sessions: clean session on bail path 4038a7d4 windows: align plat insert socket POLLIN handling to linux a310e16f socks5: cast for mingw3 nonposix recv args 439651fa openssl: manage _GNU_SOURCE better c042ba8c mqtt: handle NULL mqtt publish metadata 04761c4b event libs: glib: use glib.h specifically 599d318a mqtt: coverity: help coverity see we wont have an mqtt role wsi without mqtt member allocated bae99f63 tls: add option to serialize ssl handshake ff1b8ed0 tls: fix inbalanced tls restrict borrow/return calls ad3901d0 raw-proxy: fix role bind flag 4bc8b1a4 extpoll: clean up test server for Wconversion in extpoll parts eeea000c dns: handle EAI_NONAME as fatal 9e5acc05 minimal: hcmulti: modernize startup to use OPERATIONAL 55533f96 netlink: hold in COLDPLUG until we actually have some routing table contents fa1a7040 sspc: close: differentiate between ss and sspc at final wsi close 3f0fef17 gcc: gcc8 only recognizes fallthu e319b15b minimal: ws client spam: modernize with pvo and cancel service after interrupted ea4d8008 service: fix casts for EXTERNAL_POLL aea9d0ce tls-sessions: remove no stash warning 10c1b882 ss: check destroy null policy e4aa3ece ss: check serialize null policy 4141a68f ss: avoid null ss policy on req tx len de8185db ss: avoid null ss policy on req tx 526310df ss: h1: log dereferences NULL 7a283eba minimal: htt-client: send user agent and accept 3d13468e ctest: do not reuse ctest-ssp path e3da2a3b android: getnameinfo uses nonstandard size_t 8398ef79 getifaddrs: casts for android 02ae95fa non-windows: explicit cast vaarg to mode_t 7c3c179e win32: client: just do WIN32 check 4c8195df windows: only conceal mode_t on windows 0ba8df6e threadpool: disassociate wsi on close 94c50618 tls: mbedtls: fix cast for dump helper d896d401 freertos: check for forcing each time around service loop cd87bc1c cmake: tls: use CHECK_SYMBOL_EXISTS da17f018 plugin: post: check unexpected write after protocol unbind 1c935dff clean: else became a NOP 896a2e09 strexp: handle NULL better aa090fc2 cygwin: include in unix type socket init 58a34cb0 examples: embedded: keep loop running on WROVER 85f772f2 OSX: Fixed can't find clock_gettime 014aa77e core-net: Remove unused variable e1ef2301 ss: h2: handle zero length COLON_PATH for metadata 0557e919 sspc: handle nonexistent metadata cleanly 07bef6b8 coverity: ntp from blob: handle blob missing 2f9ed48d coverity: report problem in hpack_dynamic_size() to parent d155970b coverity: h->cwsi must be valid if we are handling rx on it 2d97e343 ss: split out blob into own minimal example c3dd4d05 ss: sspc: handle destroy for client_connect and request_tx Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16icewm: upgrade 2.3.4 -> 2.6.0wangmy
Changelog: Keep track of changes to modal flag. Optimize raising of modal windows. Fix a memory leak for dynamic menu's. Free start menu and windowlist menu on exit. Fix for browse menu's for root and home in start menu. Eliminate several memory leaks in icon handling. Use absolute paths for the Exec definition in desktop files. Only do a passive grab on buttons which are defined by the ButtonRaiseMask. Guard against buffer overflow when copying the degrees centigrade symbol. When a focused window can't raise, or there is no overlapping window, then there shouldn't be a passive button grab by icewm, in order to improve menu handling in applications which don't use windows for menu's. Release the passive button grab from a focused window, when a button click wouldn't raise it, for improved menu handling for applications with internal menu's (CSS drawing). These fix the Debian Bug report with number #989764: "icewm: Intermittently unable to select menu items in drop-down menus.", which was reported versus IceWM version 2.1.2 on June 12 on: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989764. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16ctags: upgrade 5.9.20210627.0 -> 5.9.20210711.0wangmy
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16can-isotp: Ignore in world buildsKhem Raj
This now included in kernels 5.10+ so on master and linux-yocto we really do not need this recipe, but there still might be older kernels interfaced with meta-oe master, so they can still use it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-07-16can-isotp: Upgrade to latest on masterDavid Sterling
It is needed for 5.2 to 5.10 kernel Can-isotp is now upstream from kernel 5.10 onwards. Use kernel config file instead. This is only provided for legacy kernels. For kernel 5.10 onwards use kernel defconfig option for ISO 15765-2 CAN transport and do not use can-isotp recipe. You will get "The file /usr/include/linux/can/isotp.h is installed by both linux-libc-headers and can-isotp" error using this recipe with kernel >= 5.10 Signed-off-by: Khem Raj <raj.khem@gmail.com>