- Apr 21, 2015
-
-
Dmitry Eremin-Solenikov authored
QA reports a warning because lmsensors-config-cgi uses rrdtool, but does not declare runtime dependency on it. Add rrdtool to RDEPENDS_${PN}-cgi. Signed-off-by:Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Dmitry Eremin-Solenikov authored
Set the S variable to $WORKDIR to remove the warning about S being not existant (which is true for this package, since there are no original sources for it). Signed-off-by:
Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Daniel Markus authored
When we search for the git repository associated with a file and the there's no repository associated, we incorrectly find the yocto repository itself. To prevent the search from finding an incorrect repository, we only accept repositories found within the build directory. Signed-off-by:
Daniel Markus <daniel.markus@leica-geosystems.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Denys Dmytriyenko authored
Signed-off-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Denys Dmytriyenko authored
Simple serial tester Usage (as explained in Readme.txt, part of ${PN}-doc package): - Create a random file. dd if=/dev/urandom of=binary count=1 bs=4096 - Copy the random file to both nodes. - Start the test receiving node: serialcheck -d /dev/ttyS0 -f binary -m r -l 10 sending node: serialcheck -d /dev/ttyUSB0 -f binary -m t -l 10 Start the receiving side before the sending side. This will transfer the "binary" file 10 times and the other side will expect the file 10 times. Once the program completes both sides should write something similar to: | Needed 0 reads 1 writes loops 10 / 10 | cts: 0 dsr: 0 rng: 0 dcd: 0 rx: 0 tx: 40960 frame 0 ovr 0 par: 0 brk: 0 buf_ovrr: 0 and in error case the receive side: Needed 20 reads 0 writes Oh oh, inconsistency at pos 2273 (0x8e1). Original sample: 000008b0: 28 b2 18 c9 ec b5 2c b3 3a a1 29 b1 fc 27 20 7f (.....,.:.)..' . 000008c0: 42 f8 d5 cb d8 52 ec b5 c8 76 d3 4b d2 57 44 6a B....R...v.K.WDj 000008d0: 40 81 6a 82 27 fd 8d 50 84 70 bc 24 6b 3d 88 fd @.j.'..P.p.$k=.. 000008e0: 9f ac 78 a4 76 9b f9 1c 74 2c d6 79 22 60 c5 de ..x.v...t,.y"`.. 000008f0: 02 9c fb 52 21 4b 40 6f 80 69 2e 80 df 12 ba a0 ...R!K@o.i...... 00000900: 75 57 d5 22 33 c0 f3 bc 94 f8 aa 22 9d 02 59 20 uW."3......"..Y Received sample: 000008b0: 28 b2 18 c9 ec b5 2c b3 3a a1 29 b1 fc 27 20 7f (.....,.:.)..' . 000008c0: 42 f8 d5 cb d8 52 ec b5 c8 76 d3 4b d2 57 44 6a B....R...v.K.WDj 000008d0: 40 81 6a 82 27 fd 8d 50 84 70 bc 24 6b 3d 88 fd @.j.'..P.p.$k=.. 000008e0: 9f 00 ac 78 a4 76 9b f9 1c 74 2c d6 79 22 60 c5 ...x.v...t,.y"`. 000008f0: de 02 9c fb 52 21 4b 40 6f 80 69 2e 80 df 12 ba ....R!K@o.i..... 00000900: a0 75 57 d5 22 33 c0 f3 bc 94 f8 aa 22 9d 02 59 .uW."3......"..Y loops 54878 / 4294967295 cts: 0 dsr: 0 rng: 0 dcd: 0 rx: 224792017 tx: 223379456 frame 0 ovr 1 par: 0 brk: 0 buf_ovrr: 0 Signed-off-by:Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Apr 16, 2015
-
-
Andrea Adami authored
This configuration file is only suitable for kexecboot > 0.5.9. With the upcoming release of linux_4.0 based kexecboot kernels it is preferable to clearly distinguish old and new versions. Fix WARNING: ... kexecboot-cfg-0.1 ('S') doesn't exist, please set 'S' to a proper value Remove PR Increase PV Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
- Apr 15, 2015
-
-
Wenzong Fan authored
Keep compatibility with chkconfig tool. Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com>
-
Wenzong Fan authored
Keep compatibility with chkconfig tool. Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com>
-
Andreas Oberritter authored
Kernel modules may be built-in, so rrecommend it instead. Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com>
-
lchristina26 authored
CyaSSL is now called wolfSSL. Recipe updates included RPROVIDE and PROVIDE lines, with updates to sha/md5 sums. Signed-off-by:
lchristina26 <leah@wolfssl.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com>
-
Jianchuan Wang authored
* add ipvs administration tool Signed-off-by:
Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com>
-
- Apr 13, 2015
-
-
Alexandre Belloni authored
libv4l-dev is missing headers, .so links and packageconfig files. Signed-off-by:
Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Armin Kuster authored
ERROR: QA Issue: bundler: Files/directories were installed but not shipped /usr/lib/ruby/gems/2.2.0/build_info /usr/lib/ruby/gems/2.2.0/extensions [installed-vs-shipped] Signed-off-by:
Armin Kuster <akuster808@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Armin Kuster authored
Signed-off-by:
Armin Kuster <akuster808@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Armin Kuster authored
LIC_FILES_CHKSUM changes: BDSL: update copyright notice with "2013" GPL: update to GPLv2 LEGAL: added license info for ccan files dropped patches since they are now incorperated. several security fixes included: CVE-2014-2525 CVE-2014-0160 CVE-2014-2734 CVE-2014-8080 CVE-2014-8090 for addional information: http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog Signed-off-by:
Armin Kuster <akuster808@gmail.com>
-
Martin Jansa authored
* announcement: https://phab.enlightenment.org/phame/live/3/post/e19_4_release/ Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* otherwise zlib license text provider isn't found: WARNING: The license listed zlib was not in the licenses collected for liblinebreak WARNING: liblinebreak: No generic license file exists for: zlib in any provider [YOCTO #7584] Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* fixes: WARNING: QA Issue: enca: configure was passed unrecognised options: --with-libiconv-prefix [unknown-configure-option] Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Bian Naimeng authored
The license of indent should be GPLv3 Signed-off-by:
Bian Naimeng <biannm@cn.fujitsu.com> Acked-by:
Anders Darander <anders@chargestorm.se> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andre McCurdy authored
Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
gary.robertson@linaro.org authored
COMPATIBLE_HOST included support for x86_64 but not for 32-bit x86 architectures - added i586 arch name to cover qemux86, etc. Signed-off-by:
Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Dmitry Eremin-Solenikov authored
A tiny initramfs image suitable for initial bringup of the hardware. Signed-off-by:
Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Dmitry Eremin-Solenikov authored
Add a tiny simple debug script that will mount all available virtual file systems and then execute a shell. Signed-off-by:
Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Chen Qi authored
Signed-off-by:
Chen Qi <Qi.Chen@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Chen Qi authored
Signed-off-by:
Chen Qi <Qi.Chen@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Mike Holmes authored
Adds a new recipe for building the CUnit test framework libraries Signed-off-by:
Mike Holmes <mike.holmes@linaro.org> Signed-off-by:
Gary S. Robertson <gary.robertson@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Matthieu CRAPET authored
This release fixes QA Issue [file-rdeps] Changes: - fix HAVE_LIBUNGIF => HAVE_LIBGIF - add "curl" and "webp" to PACKAGECONFIG Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
texierp authored
This tool allows you to test the SPI interface (through spidev). Signed-off-by:
Pierre-Jean TEXIER <pjtexier@amplitude-systemes.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jonathan Liu authored
Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
This updates to revision b8343ec1 which is based on 1.32 release and includes some fixes on top of it. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Amy Fong authored
Fix the version to be 3.0 so that it corresponds to what we get from the SRCREV. Signed-off-by:
Amy Fong <amy.fong@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Gary Thomas authored
Inherit python3native as the compile step requires it: | ./TOOLS/file2string.py etc/input.conf >input/input.conf.h | /usr/bin/env: python3: No such file or directory Signed-off-by:
Gary Thomas <gary@mlbassoc.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Version 0.14 depends python-cryptography, which is currently unavailable in meta-openembedded. Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Oberritter authored
Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-