summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* vim: add nativesdk to BBCLASSEXTENDNathan Rossi2020-11-081-1/+1
| | | | | | | | | | | | Enable nativesdk build support in order to be able to include vim in nativesdk targets (e.g. buildtools-tarball/sdk). It is useful to be able to provide an editor in a relocatable form for when hosts do not provide an editor. Additionally the vim recipe provides the xxd tool. (From OE-Core rev: 72399c0c2eca21d2c27c3ba668d456375453b809) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa-utils: Fix license to GPLv2 onlyRichard Purdie2020-11-081-1/+2
| | | | | | | | | | Parts of alsa-utils are v2 only, parts are v2 or later. The effect is the end result is GPLv2 and there seems little value in marking everything as being a mixture of both. Fix LICENSE to match reality. (From OE-Core rev: a9a17a991174b732597e21045763ea851f486a01) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libdnf: Fix license as it contains 'or later' clauseRichard Purdie2020-11-081-1/+1
| | | | | | | | | The license headers are clear that the code is "or later", fix LICENSE to match. (From OE-Core rev: e565e0b908c71ad5106d1c6c73d269b819787e55) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ptest-runner: Fix license as it contains 'or later' clauseRichard Purdie2020-11-081-1/+1
| | | | | | | | | The license headers are clear that the code is "or later", fix LICENSE to match. (From OE-Core rev: 5f0b5cdfcb104ac50222a47652e090ad8770e49f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* connman: set service to conflict with systemd-networkdYi Zhao2020-11-082-0/+30
| | | | | | | | | | Do not run systemd-networkd and connman simultaneously. These two network managers may conflict with each other. (From OE-Core rev: 5303420ead25817f5caec276b79eec7ee797271a) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mesa: fix a build raceAlexander Kanavin2020-11-082-0/+32
| | | | | | | (From OE-Core rev: df243fa624f3acf20abc7574909bd43db2ed9d12) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dosfstools: add mkfs.vfat to ALTERNATIVERicardo Salveti2020-11-081-1/+5
| | | | | | | | | | | The mkfs.vfat tool can also be provided by busybox via the CONFIG_MKFS_VFAT configuration (not enabled by default in OE but can be enabled on systems avoiding components based on GPLv3). (From OE-Core rev: 1227a29974671fd52014deaca7ac859a037cdeb5) Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* systemd-serialgetty: Switch to TERM=linuxJason Wessel2020-11-082-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long ago in commit 473ff65c2f69de4ece3204fadfae7c5cb992149a (serial-getty service: Add xterm as default TERM), the xterm became the default for the serial port terminal. Using the version of vim.tiny in oe-core master with the serial port connected in xterm version 322 (which is one of the most widely deployed versions at the current time) causes artifacts and missed characters. The example sequence is the following: * Start vim * Press "i" to enter input mode * Type "123" * Press Escape to enter command mode * Press "a" to enter append mode * Type "456" At this point if you are using xterm less than version 535 you will see on your screen "12456" instead of "123456". Changing the TERM variable to "linux" will still allow you to have all the same functionality with colorization, ansi character escapes etc..., but will avoid the extra xterm specific escape sequence that only exists in the most recent versions of xterm. This patch allows the end user to set the serial terminal type to something other than the new default of "linux" by changing the SERIAL_TERM variable in local.conf. For example: SERIAL_TERM = "xterm" (From OE-Core rev: 3de72f45135d7c79b43ad25b539f117d040aa246) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base-files/profile: Add universal resize functionJason Wessel2020-11-081-7/+41
| | | | | | | | | | | | | | | | | | | | | | | | Using an editor or any kind of command line that wraps beyond the column width of the session on a serial port is quite problematic unless you are using an 80x24 session. The original /etc/profile tried to use the resize binary if it was available. The problem is that you only get the resize binary if xterm, or busybox is installed. This updated /etc/profile will add a resize function available to the shell when no xterm or busybox resize binary is found. More care is taken in this new version to test that terminal is interactive. The EDITOR and SHLVL environment variables are checked to prevent resize from running necessarily. The function definitions are not indented intentionally to keep them to the 80 column width. (From OE-Core rev: 3743892996172c8595a1cbe884c4a0e6ef50dcda) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kea: use odd-even version scheme for updatesAlexander Kanavin2020-11-081-1/+1
| | | | | | | (From OE-Core rev: ac5e0fd67d268dbf6fa80df101bc3f0d3f16d303) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* numactl: upgrade 2.0.13 -> 2.0.14Alexander Kanavin2020-11-032-108/+7
| | | | | | | (From OE-Core rev: a59c246be05ca284fa27df87b5db09a70f527cc2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsoup-2.4: upgrade 2.70.0 -> 2.72.0Alexander Kanavin2020-11-031-2/+1
| | | | | | | (From OE-Core rev: 8fde4056c359dccc551bce2764219d0416626524) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libmpc: upgrade 1.2.0 -> 1.2.1Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 62e8f093c794cfd7cc65368b56777bca0101d51b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgcrypt: upgrade 1.8.6 -> 1.8.7Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 15f1143ad34586740dd782506ff393c4f3735614) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libevdev: upgrade 1.9.1 -> 1.10.0Alexander Kanavin2020-11-031-2/+1
| | | | | | | (From OE-Core rev: 82c40ab7d218c676a011a74e1ee653097d5d5b11) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libcap-ng: upgrade 0.7.11 -> 0.8Alexander Kanavin2020-11-033-2/+1
| | | | | | | (From OE-Core rev: 299ebab6ac6e0c0c2d688054191cdb227de46a4d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libassuan: upgrade 2.5.3 -> 2.5.4Alexander Kanavin2020-11-031-2/+1
| | | | | | | (From OE-Core rev: 8ee0bc7a8aab9369f6c09b561b9d2702a2fc6391) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* enchant2: upgrade 2.2.9 -> 2.2.12Alexander Kanavin2020-11-031-2/+2
| | | | | | | | License-Update: reformatting (From OE-Core rev: 53971a92b7a1b7c94fefc6ea89db6e1e715f1972) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* diffoscope: upgrade 160 -> 161Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 1d2d6b801d553d63db671e5f574c892f4623b753) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkitgtk: upgrade 2.30.1 -> 2.30.2Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 0a412e9c7c53932f804657fcf49b5c3900038300) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rt-tests/hwlatdetect: upgrade 1.8 -> 1.9Alexander Kanavin2020-11-034-4/+5
| | | | | | | (From OE-Core rev: 3276fdb880979bb3572cbb36602b7eefb7896929) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* x264: upgrade to latest revisionAlexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 5e66e24137ca39fee7431424127360a897d5b819) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0: upgrade 1.18.0 -> 1.18.1Alexander Kanavin2020-11-0312-26/+14
| | | | | | | | | | | License-Update: COPYING replaces gpl2 with lgpl2.1, COPYING.LIB removed. This does not change the overall licensing situation as explained here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1422 (From OE-Core rev: d375ad9f36f3c8be8f8d5fe26fbbf43e84bd17ed) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* alsa: upgrade 1.2.3 -> 1.2.4Alexander Kanavin2020-11-037-5/+37
| | | | | | | | | Backport a patch to fix musl builds. (From OE-Core rev: 5cafc3721cbe0193fb444adba4cc82a820f3f33f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-firmware: upgrade 20200817 -> 20201022Alexander Kanavin2020-11-031-2/+2
| | | | | | | | License-Update: WHENCE file names updates (From OE-Core rev: bca259699d79bb16a6f07afa80f2768f9c62ceec) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* freetype: upgrade 2.10.2 -> 2.10.4Alexander Kanavin2020-11-031-2/+1
| | | | | | | (From OE-Core rev: a6b5ff561322d760eac46998de3e9e3520b0e02a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libhandy: upgrade 1.0.0 -> 1.0.1Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 26030503e882a8f6078abd334860470e6f900f06) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* stress-ng: upgrade 0.11.21 -> 0.11.23Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: e279b1b6ff956b7a4d17e7b7ea3b5de3d84d397e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsolv: upgrade 0.7.14 -> 0.7.16Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 23fb5c3a4eeb349a84c110f8d4d55bd79e75e991) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* iptables: upgrade 1.8.5 -> 1.8.6Alexander Kanavin2020-11-032-48/+2
| | | | | | | (From OE-Core rev: d81f9f3ed497241d6ac93d3c756eb55747eb07a0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* asciidoc: upgrade 9.0.2 -> 9.0.4Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 9fcdf7b7c3236a92f417c5c4969440fcc3f7ac01) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-setuptools: upgrade 49.6.0 -> 50.3.2Alexander Kanavin2020-11-032-5/+5
| | | | | | | (From OE-Core rev: f563777a1db24665223de246375df35285ba780a) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pygments: upgrade 2.6.1 -> 2.7.2Alexander Kanavin2020-11-031-3/+2
| | | | | | | | License-Update: copyright years (From OE-Core rev: 6d0fde1ca6127efdbbbbb8822f4f57f767782bdf) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-pyelftools: upgrade 0.26 -> 0.27Alexander Kanavin2020-11-031-2/+1
| | | | | | | (From OE-Core rev: 61c32e90aaa95a10c0827cb8adb9d0cc397e0904) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-git: upgrade 3.1.7 -> 3.1.11Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 4861630f014ddb011f2cdbe3dbf156685ad259da) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-numpy: upgrade 1.19.1 -> 1.19.3Alexander Kanavin2020-11-032-2/+2
| | | | | | | | License-Update: reformatting (From OE-Core rev: 6156d393285784f97f24995e8ee0148faefa5965) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mtools: upgrade 4.0.24 -> 4.0.25Alexander Kanavin2020-11-032-5/+4
| | | | | | | (From OE-Core rev: f3a389990035d4a93136479120c2a2ab94cf5664) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* go: upgrade 1.15.2 -> 1.15.3Alexander Kanavin2020-11-034-5/+6
| | | | | | | | | Set PV directly to allow automated version updates between point releases. (From OE-Core rev: 84034ea18a9fb1a012a1ecdc3a84296b08d3cc23) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: upgrade 2.28.0 -> 2.29.2Alexander Kanavin2020-11-031-2/+2
| | | | | | | (From OE-Core rev: 335ff8e20068c45b6794f6ef5ed302726e5f46f1) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* btrfs-tools: upgrade 5.7 -> 5.9Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 10a43505acc84b73d7bfcf0da0ddeef3c5a23a3c) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dropbear: upgrade 2020.80 -> 2020.81Alexander Kanavin2020-11-032-3/+3
| | | | | | | (From OE-Core rev: 92a6ab079fdbf7166073eb23df0269bc437ba7a4) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* nfs-utils: upgrade 2.5.1 -> 2.5.2Alexander Kanavin2020-11-032-36/+11
| | | | | | | | | Drop chunks from clang-warnings.patch that are merged upstream. (From OE-Core rev: ef0312566e53de693d5b0071afbec07b2840feae) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* usbutils: upgrade 012 -> 013Alexander Kanavin2020-11-031-2/+1
| | | | | | | (From OE-Core rev: 450f4ec6e76f742800a684f278e84e8268297573) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* u-boot: upgrade 2020.07 -> 2020.10Alexander Kanavin2020-11-033-2/+4
| | | | | | | | License-Update: added MIT license to README; overall license remains as it was (From OE-Core rev: 32e754ec89e8f33e5b6e83a8ac359ffc3690282f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: upgrade 2.30 -> 2.31Alexander Kanavin2020-11-031-2/+2
| | | | | | | | | | Add python3native, as at least python 3.6 is needed during build, and not all hosts have that. (From OE-Core rev: a53586bd5230f66be8a44428d1a29235cf4ca2a7) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* wpebackend-fdo: upgrade 1.7.1 -> 1.8.0Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 19a9b1dde127eb08b985491d0fd4956f54201905) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* vala: upgrade 0.48.9 -> 0.50.1Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: f7cdcb7e5ff31f83446af4869c7735bc3d336fd2) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sudo: upgrade 1.9.3 -> 1.9.3p1Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: bdc1f9006331391d83e1982339dfe0449b48db99) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* strace: upgrade 5.8 -> 5.9Alexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: bceb1a78c372118f4640d9396b46739deef4ea1b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: upgrade 1.1.1g -> 1.1.1hAlexander Kanavin2020-11-031-1/+1
| | | | | | | (From OE-Core rev: 37d19b346894c751184ec1e5e97fbdee244f47a0) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>