summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-06-25qemu : always turn on virtio-vgaross/virtioRoss Burton
2018-06-25qemumips: use std graphics not cirrusRoss Burton
2018-06-25qemu: use modesettings not fbdevRoss Burton
2018-06-25qemux86: use virtioRoss Burton
2018-06-25xorg miips: don't use fbdevRoss Burton
2018-06-25Revert "harfbuzz: upgrade 1.7.5 -> 1.8.1"Ross Burton
packaging problem This reverts commit bef3c6acd5fa62e236801f8248def8eef3652e84.
2018-06-25Revert "oe-selftest: crosstap: add tests for crosstap script"Ross Burton
crosstap expects the kernels $B to exist, so this won't work This reverts commit 33679fc7356fdd8295fc3a3ec6985995ed6ecba2.
2018-06-25harfbuzz: upgrade 1.7.5 -> 1.8.1Maxin B. John
Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-06-25oe-selftest: crosstap: add tests for crosstap scriptYeoh Ee Peng
QA team were testing crosstap script manually. Add automated tests and systemtap file to test that crosstap script will instructs SystemTap to print hello world in qemu. This test will first built core-image-minimal image with tools-profile & ssh-server-openssh features and build systemtap-native on the host machine. Finally this test will boot the image with qemu and then execute crosstap script to print hello world on qemu. Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-06-25meson: do verbose builds so the compile logs are usefulRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-06-25meson: don't dump full logs (XXX use --errorlogs?)Ross Burton
2018-06-25libdrm: port to MesonRoss Burton
Drop the patch to install tests as the Meson build allows this. Drop the patch to disable cunit as this predates recipe-specific-sysroots and isn't required anymore. As Meson always builds the test suite (instead of building before running it), add a patch to fix compilation with musl. Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-06-25XXX mesa enable surfaceless platformRoss Burton
2018-06-25fstests: removeRoss Burton
2018-06-25XXX meson: validate cpu_familyRoss Burton
2018-06-25meson: map architecture to correct values in cross fileRoss Burton
The cross file specifies the host/target cpu_family, which should be one of a defined set of values[1] but if it isn't Meson won't complain and instead recipes may behave unexpectedly. [1] http://mesonbuild.com/Reference-tables.html#cpu-families Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-06-25meson: class improvementsRoss Burton
Ensure that the PACKAGECONFIG arguments are always in EXTRA_OEMESON, and log the arguments that are being passed in do_configure. Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-06-25image_types.bbclass: add optional size to ubi volsTobias Olausson
Instead of hard coding the ubi volume to be just large enough to fit the root file system, one can use a variable to set a preferred size. (From OE-Core rev: 9b4a1c8031600f5c81198f3266fa7db986785602) Signed-off-by: Tobias Olausson <tol@hms.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25xf86-video-fbdev: update to 0.5.0Armin Kuster
(From OE-Core rev: 17e8dcf12497fbcd0ec4645aaa6e6076c913da50) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25openssh: stop manually hiding libutil etc headers from configureAndre McCurdy
Since we now have recipe specific sysroots, drop old workarounds for non-deterministic detection of sysroot header files. (From OE-Core rev: 5b66402c5605561bd8dc0bb2094b65cd7d166c89) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25xserver-xorg: upgrade 1.19.6 -> 1.20.0Armin Kuster
(From OE-Core rev: efdac884c9572178e43e59f64591d0be7ba3f4be) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25mdadm: fix one more issue when building with gcc8Martin Jansa
(From OE-Core rev: dabac132b49968c1982a98bf868b9b4b5d1b7d2b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25systemd: escape paths passed to shellDamien Riegel
Systemd mount configuration file must have a name that match the mount point directory they control. So for instance, if a mount file contains [Mount] ... Where=/mnt/my-data The file must be named `mnt-my\x2ddata.mount`, or systemd will refuse to honour it. If this config file contains an [Install] section, it will silently fail because the unit file is not escaped properly when systemctl is called. To fix that, make sure paths are escaped through `shlex.quote`. (From OE-Core rev: b67acb04ca0aa5cf2d61ec34c612585d16821895) Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25util-linux: Enable unshare utilityOtavio Salvador
It allows to run program with some namespaces unshared from parent. (From OE-Core rev: 2aef5fa84e2bdb705df49302fe61145ac48a8d95) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25nss: update to 3.37.1Armin Kuster
remove Fix-compilation-for-X32.patch as a solution simular is included in update. notable changes: The TLS 1.3 implementation was updated to Draft 28. The CA certificates list was updated to version 2.24. refresh patches fix 32 bit build error nss bug: https://bugzilla.mozilla.org/show_bug.cgi?format=default&id=1459739 (From OE-Core rev: 45163ac66893284db6f126cbb748ba4ef2686700) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25findutils: Refresh patches with devtoolKhem Raj
We get fuzz warnings when applying these patches and devtool reports it (From OE-Core rev: d01a97fb4bea7118d9837a733b1dbfff1e9298ec) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25dhcp: update 4.4.1Armin Kuster
include several CVE fixes. CVE: CVE-2018-5733 CVE: CVE-2018-5732 LIC_CHKSUM_FILE updated to SPFX format https://kb.isc.org/article/AA-01571 remove several patches now included in update. Shared libarary support is now enabled in configure+lt, use it and revert to autotools-brokensep Refresh patches alings support with bind 9.11.x add libxml2 support to configure.ac+lt (From OE-Core rev: 4cbcb230ad3724b7089907c7bbd1f0e444734749) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25bind: update to ESV version 9.11.3Armin Kuster
LIC_FILES_CHKSUM changed do to updated year removed: dont-test-on-host.patch, no longer implemented drop use-python3-and-fix-install-lib-path.patch, they added the ability to pass in lib dir loctions drop bind-confgen-build-unix.o-once.patch, fix included in update Refresh other patches: add python3 flag for PACKAGECONFIG to pull in python add new config option --with-eddsa=no (needs openssl support not released) [v2] Remove python3 in default PACKACKECONFIG include https://patchwork.openembedded.org/patch/148257/ Because of the newly added dependency on meta-python, the python(3) packageconfig is no longer "default-on". (From OE-Core rev: d72feae5c79abfc9c08141ae72727c5891f1a0a9) Signed-off-by: Martin Hundebøll <mnhu@prevas.dk> [v3] Made formating and spelling changes per Martin [v4] Minor typo fixes cleanup python3 support [v5] swtich to 9.11.3 ESV version fix isc python install keep *.la for dhcp update config options move mdig to same location as dig Signed-off-by: Armin Kuster <akuster808@gmail.com> Acked-by: Martin Hundebøll <mnhu@prevas.dk> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25update-rc.d: Add nativesdkZheng Ruoqin
Add nativesdk for update-rc.d. (From OE-Core rev: 21a4bc39cb5d9b1330015801689e66de14d8ed4c) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25createrepo-c: Add nativesdkZheng Ruoqin
Add nativesdk for createrepo-c. (From OE-Core rev: c21b5602e284f62c52e30f997c03cc437d7af575) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25libnewt-python: Add nativesdkZheng Ruoqin
Add nativesdk for libnewt-python. (From OE-Core rev: 787e69366d2399c1645a66ffa14e0feeaa3287b9) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25libnewt: Add nativesdkZheng Ruoqin
Add nativesdk for libnewt. (From OE-Core rev: 4040fe4cab797bd8d3cf21d1fbd4e6e8dc7bfabf) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25slang: add nativesdkZheng Ruoqin
Add nativesdk for slang. (From OE-Core rev: 8935d23feb08c77832c9b3095cae00044f207ad9) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25rng-tools: start earlier in the boot processChristopher Larson
Entropy is needed earlier in the boot process in some cases, for example connman can require it, and rgd doesn't require much, so move it earlier in the boot process, 03 for sysvinit, and before sysinit for systemd. (From OE-Core rev: 8893711cb4d11685ebe5a71a717c3b9afcb49851) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25rng-tools: drop unnecessary INHIBIT_UPDATERCD_BBCLASSChristopher Larson
This was added as the recipe didn't inherit systemd, but it does inherit systemd now. (From OE-Core rev: 6e544e10baae53f133e31da11dc6f5665923569d) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25dmidecode: correct docdirChristopher Larson
Without this, the package clutters up the root of /usr/share/doc. (From OE-Core rev: 917cbc3c7a7710318da67e9c9fab9bca2c23d28f) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25ovmf: set PARALLEL_MAKE for target as wellChristopher Larson
This can fail for target, not just native. (From OE-Core rev: be83f5f89b24166835551c979427784792d1315c) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25console-tools: add missing flex/bison depsChristopher Larson
(From OE-Core rev: 8d71112254cd3236e9e5f65cb470ecb5f20ec57d) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25pcmciautils: depend on bison-nativeChristopher Larson
pcmciautils needs yacc as well as lex. (From OE-Core rev: 6556781f3a4e668445dea07c8db65c0df515492d) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25oe.scriptutils.run_editor: ditch the error-prone argument quotingChristopher Larson
Rather than trying to construct a string by quoting the files in an error-prone way, parse $EDITOR to pass a list to subprocess rather than a string. (From OE-Core rev: 74d4663ecef92f562a87453c45c1e83bfcfc08d2) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25oeqa: add Git mirror testRoss Burton
Add an automated test to exercise that fetching a git: recipe... 1) works over git without mirrors 2) fails without git connectivity or mirrors 3) works without git connectivity but with a mirror (2) is done by setting GIT_PROXY_COMMAND to 'false' which should break any git network operations. [ YOCTO #12805 ] (From OE-Core rev: dbcd715ae610061b67714b96a07b80b67e086430) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25cryptodev: Fix build errors with v4.17+He Zhe
Backport from upstream to update internal syscall function usage. https://github.com/cryptodev-linux/cryptodev-linux f60aa08c63fc02780554a0a12180a478ca27d49f (From OE-Core rev: 19ca5048a7b261d5addb88fd2d16c79be89917c1) Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25piglit: upgrade to latest revisionMaxin B. John
(From OE-Core rev: 959b54737e1b31a1ea53b43730cba1ad71ff844d) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25avahi: fix error at boot time for avahi-daemon.serviceChen Qi
The following error messages appear now and then at boot time. avahi-daemon/chroot.c: open() failed: No such file or directory Failed to open /etc/resolv.conf: Invalid argument The problem is about /etc/resolv.conf. In Yocto's systemd based systems, it's a symlink to /etc/resolv-conf.systemd which in turn is a symlink to /run/systemd/resolve/resolv.conf. The systemd-resolved service handles creation of /run/systemd/resolve/resolv.conf file. So if avahi-daemon is started before systemd-resolved, the error messages appear. Fix this problem by making avahi-daemon start after systemd-resolved. (From OE-Core rev: 3cd4859dd39659ddf0f81932b10efea9edda42c8) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25avahi: reorganize codesChen Qi
This patch does nothing but reorganizing codes. avahi.inc is shared by avahi and avahi-ui recipes. Move common things into it, and move uncommon things out of it. (From OE-Core rev: 3dc4e76815d62d6f6f66d0f4f8a0a03120b40e94) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25libepoxy: upgrade 1.5.0 -> 1.5.2Maxin B. John
Remove upstreamed patch: no-tests.patch (From OE-Core rev: aabe594e4ca38c01728082647e1b6af941607b85) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25ofono: upgrade 1.23 -> 1.24Maxin B. John
(From OE-Core rev: 332914b350bf266f98cde1940849d106949270d2) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25iproute2: upgrade to release 4.17Anders Roxell
(From OE-Core rev: defd9c8ef520536d2c4435606d012c0af5036693) Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25nss: Fix build error for aarch64be.Lei Maohui
(From OE-Core rev: 0910e4b01640e689d667d1852dca40e583f1ba01) Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-06-25mtd-utils: upgrade 2.0.1 -> 2.0.2Denys Dmytriyenko
(From OE-Core rev: 0aa80198dbf9ff22d112c76162a56c6f8900efad) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>