- 22 Jun, 2020 1 commit
-
-
Armin Kuster authored
It appears Xiph.Org is now on gitlab https://gitlab.xiph.org/xiph Signed-off-by:
Armin Kuster <akuster808@gmail.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit cc6e59fd ) Signed-off-by:
Rahul Kumar <rahulk@mvista.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 22 Mar, 2020 5 commits
-
-
Wenlin Kang authored
Fix CVE-2020-5208 Signed-off-by:
Wenlin Kang <wenlin.kang@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Wang Mingyu authored
Security Advisory References https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19479 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19480 Signed-off-by:
Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Wang Mingyu authored
Security Advisory References: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17498 Signed-off-by:
Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Haiqing Bai authored
Optimize _encode_invalid_chars for a denial of service (CPU consumption) Signed-off-by:
Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Haiqing Bai authored
Backport the CVE patch from the upstream to fix the heap-based buffer over-read in tiffWriter. Signed-off-by:
Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 15 Mar, 2020 13 commits
-
-
Khem Raj authored
helps to stop leaking builder's UID into sstate cache Fixes Exception: KeyError: 'getpwuid(): uid not found: 6000' Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 80d4d753 ) [ak: fixes build issue Exception: KeyError: 'getpwuid(): uid not found: 1000'] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Martin Jansa authored
s3c24xx-gpio, s3c64xx-gpio, sjf2410-linux-native, usbpath, wmiconfig: use git fetcher instead of svn fetcher * svn checkouts from http://svn.openmoko.org/ are now redirected to github: svn --non-interactive --trust-server-cert co --no-auth-cache --ignore-externals -r 4949 http://svn.openmoko.org/trunk/src/target/gpio@4949 gpio Redirecting to URL 'https://github.com/openmoko/openmoko-svn': A gpio/branches A gpio/branches/oe A gpio/branches/oe/pre-20070305 A gpio/branches/oe/pre-20070305/README A gpio/branches/oe/pre-20070305/classes A gpio/branches/oe/pre-20070305/classes/autotools.bbclass A gpio/branches/oe/pre-20070305/classes/base.bbclass A gpio/branches/oe/pre-20070305/classes/openmoko-base.bbclass A gpio/branches/oe/pre-20070305/classes/openmoko-panel-plugin.bbclass * unfortunately this is causing the checkout to start from trunk, not the subdirectory specified in the URL (e.g. /trunk/src/target/gpio) and then S variable points to incorrect directory as discussed here: http://lists.openembedded.org/pipermail/openembedded-devel/2020-February/205028.html * use git fetcher directly to remove the dependency on subversion-native * for simplicity use the same SRCREV and PV for all of these, there wasn't any commit in last 8 years (not anyone can expect new commits), I don't expect anyone nowadays actually using these recipes which I've imported from meta-smartphone in 2011 - that's why I will send their removal in follow-up commit. Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 6902dcd2 ) [ak: fixes build issue WARNING: s3c24xx-gpio-1.0+svnr4949-r2 do_populate_lic: Could not copy license file /home/build/builds/zeus/tmp-glibc/work/core2-64-oe-linux/s3c24xx-gpio/1.0+svnr4949-r2/gpio/gpio.c to /home/build/builds/zeus/tmp-glibc/work/core2-64-oe-linux/s3c24xx-gpio/1.0+svnr4949-r2/license-destdir/s3c24xx-gpio/gpio.c: [Errno 2] No such file or directory: '/home/build/builds/zeus/tmp-glibc/work/core2-64-oe-linux/s3c24xx-gpio/1.0+svnr4949-r2/gpio/gpio.c' ERROR: s3c24xx-gpio-1.0+svnr4949-r2 do_populate_lic: QA Issue: s3c24xx-gpio: LIC_FILES_CHKSUM points to an invalid file: /home/build/builds/zeus/tmp-glibc/work/core2-64-oe-linux/s3c24xx-gpio/1.0+svnr4949-r2/gpio/gpio.c [license-checksum] ] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Ross Burton authored
OpenCV's habit of downloading files during do_configure is bad form (as it becomes impossible to do offline builds), so add an option to error out if a download would be needed. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Ross Burton authored
The Graph API is enabled by default, and if ADE isn't present it will download a copy of the source during do_configure. Add a PACKAGECONFIG for the Graph API, and depend on the ADE that we package. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Ross Burton authored
The face alignment data is downloaded in do_configure, so download it in do_fetch and add it to the cache. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Ross Burton authored
OpenCV downloads data files during the CMake configure phase, which is bad because fetching should only happen in do_fetch (and if proxies are needed, won't be set in do_configure). The recipe attempts to solve this already by having the repositories in SRC_URI and moving the files to the correct place before do_configure(). However they are written to ${B} which is then wiped in do_configure so they're not used. The OpenCV download logic has a download cache with specially formatted filenames, so take the downloaded files and populate the cache. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Carlos Rafael Giani authored
In OpenCV 4, .pc file generation is disabled by default. Yet, other software such as GStreamer and FFmpeg rely on the .pc files during build time configuration. Explicitely enable .pc file generation to make sure pkg-config can be used for getting information about OpenCV. Signed-off-by:
Carlos Rafael Giani <crg7475@mailbox.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Fixes ERROR: ade-0.1.1f-r0 do_package: QA Issue: ade: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libade.a Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Sanjeev Nahulanthran <sanjeev.nahulanthran@intel.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Peter Kjellerstedt authored
It was only added because samba was a dependency, but was not removed again when the dependency on samba was removed in commit 6207331f. This effectively reverts commit a190c2e3 . Signed-off-by:
Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0d2b80bd ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Paul Barker authored
If sensord is removed from PACKAGECONFIG, the recipe should not depend on rrdtool and the lmsensors package should not depend on lmsensors-sensord. Signed-off-by:
Paul Barker <pbarker@konsulko.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> Backport of 5674b0a9 from master branch. Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Peter Kjellerstedt authored
Since the do_configure task regenerates the configure script, there is no need to patch it. Actually doing so will cause problems, which can be seen by doing: bitbake lvm2 -c configure bitbake lvm2 -c patch -f Reported-by:
Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by:
Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Adrian Bunk authored
Upgrade on the 3.0 stable branch, including fixes for CVE-2019-19553 and CVE-2020-7045. Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Mike Krupicka authored
Config file specification is missing in start) case. It is present already in restart) case. Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 257ea010 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 31 Jan, 2020 8 commits
-
-
Khem Raj authored
Fixes ERROR: fluentbit-0.12.19-r0 do_package: QA Issue: fluentbit: Files/directories were installed but not shipped in any package: /usr/lib/libfluent-bit.so Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 99fe1dec ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit ae4adf28 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit e82f1802 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2b8c1fa1 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
clang does delegate the atomic<double> calls to libatomic on x86 where as gcc tries to use intrinsics, its debatable who is right, but it does seem that clang is safe in case pointer is unaligned Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit f7a7a2aa ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 626209aa ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Peter Kjellerstedt authored
Introduce GITPKGV_TAG_REGEXP (which defaults to "v(\d.*)") to support dropping other unwanted parts of the found tags than just a leading "v". Any matching groups in the regexp will be concatenated to yield the final version. Signed-off-by:
Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit b51af6b5 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Trevor Gamblin authored
Twisted requires pyhamcrest for /usr/bin/twistd to work, but in zeus there is only a python2 recipe for this package, thus the twistd daemon won't be able to run properly for python3. Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 30 Jan, 2020 3 commits
-
-
Trevor Gamblin authored
python-twisted is currently missing some packages for its /usr/bin/twistd executable to function. Add these to the RDEPENDS list, and also clean up formatting since the list is getting long. Note that a similar patch has already been submitted for master branch, but the python2 version of twisted needs more explicit RDEPENDS than the python3 version submitted to master in order for /usr/bin/twistd to work properly. Signed-off-by:
Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Sumit Garg authored
While cross-compiling mariadb package it tries to link lz4 library present in the target sysroot and if not found it tries to link host lz4 library which is incorrect leading to linker errors. So fix that via restricting lz4 library lookup to target sysroot only. Signed-off-by:
Sumit Garg <sumit.garg@linaro.org> Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Yi Zhao authored
Signed-off-by:
Yi Zhao <yi.zhao@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit 2b3fd534) [Samba's update via ee5aa691 required libldb upgrade to 1.5.6 Yocto # 13750] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 19 Jan, 2020 8 commits
-
-
Kai Kang authored
Shell nologin whether provided by shadow or util-linux is installed to /sbin/nologin in oe-core. But the default shell of adduser is /usr/sbin/nologin and will fail to create a new user. Set the default shell with /sbin/nologin to fix the issue. Signed-off-by:
Kai Kang <kai.kang@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit d49c0eba ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Gianfranco Costamagna authored
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> (cherry picked from commit 45476f9d ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit f7030891 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Gianfranco Costamagna authored
- build failure with boost 1.71 - bad installation of header files correct version on some OSes. - fix version minor number - fix Scons script not being Python3 ready - build examples and tests only if ptest is enabled in DISTRO_FEATURES - do not depend on websocketpp from -dev package, because this is an header only dev package for now 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> (cherry picked from commit 7cd26041 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
Fixes ERROR: websocketpp-0.8.1-r0 do_package: QA Issue: websocketpp: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/cmake /usr/lib/cmake/websocketpp /usr/lib/cmake/websocketpp/websocketpp-configVersion.cmake /usr/lib/cmake/websocketpp/websocketpp-config.cmake Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit b1a85631 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Gianfranco Costamagna authored
This should help reverse-dependencies find the cmake files also in multiarch locations 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> (cherry picked from commit 2ca15ad3 ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Zhixiong Chi authored
Backport the CVE patch from the upstream to fix the memory leak. Signed-off-by:
Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit c8ca82fe ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Khem Raj authored
host usually are using gcc/x86_64/aarch64 and all of them have gcc which can support atomic intrinsics, but not all of them install libatomic by default e.g. centos-7, so asking for libatomic unconditionally may not work always Signed-off-by:
Khem Raj <raj.khem@gmail.com> Acked-by:
Andreas Müller <schnitzeltony@gmail.com> Acked-by:
Tim Orling <timothy.t.orling@linux.intel.com> (cherry picked from commit 86d4131d ) [Fixup for zeus context] Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
- 05 Jan, 2020 2 commits
-
-
Khem Raj authored
do_install never executed as a result it was empty install Create ruli-bin package for utilities, so libraries can be packages granularily Drop the makefile patch which is no longer needed, set the make variables to get the needed bits set Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit f4e6224b ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
zhangxiao authored
Header file conflict between 32-bit and 64-bit versions. Signed-off-by:
Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by:
Khem Raj <raj.khem@gmail.com> (cherry picked from commit b6c9a83e ) Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-