Re: [yocto] [npm] duplicate code

2019-10-08 Thread Stefan Herbrechtsmeier
Hi Josef, Am 08.10.19 um 07:12 schrieb Josef Holzmayr: On Mon, Oct 07, 2019 at 09:33:46PM +0200, Stefan Herbrechtsmeier wrote: Hi Jean-Marie, Am 07.10.19 um 14:16 schrieb Jean-marie Lemetayer: I thought about your idea of using Yocto to manage NPM package dependencies and I ran

Re: [yocto] [npm] duplicate code

2019-10-07 Thread Stefan Herbrechtsmeier
st version, add some symbolic links to the ansi-regex package and provide all versions by the same package. Regards Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [npm] duplicate code

2019-10-04 Thread Stefan Herbrechtsmeier
ork / add my fixes if needed. I only have a unfinished Proof of Concept. If you like I could clean it up a bit and post it on github as a separate layer. Regards Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.

Re: [yocto] [npm] duplicate code

2019-10-04 Thread Stefan Herbrechtsmeier
package as a separate recipe and move the package dependencies into the recipes. Therefore I parse the package.json and the npm server json to create a recipe. Regards Stefan Am 03.10.19 um 17:37 schrieb Jean-marie Lemetayer: Hi all, I am planning to do some work on npm and recipetool. I

[yocto] [meta-security][PATCH] libseccomp: build static library always

2019-09-01 Thread Stefan Agner
From: Stefan Agner Always build static library. This is required e.g. for runc from meta-virtualization in its default configuration. Signed-off-by: Stefan Agner --- recipes-security/libseccomp/libseccomp_2.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security

Re: [yocto] npm nodejs

2019-08-21 Thread Stefan Herbrechtsmeier
ion. On top of recipetool I have a script with creates a recipe for a npm package and all its dependencies. Regards Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Create an image from deployed files

2019-07-22 Thread Stefan Herbrechtsmeier
Am 22.07.19 um 18:34 schrieb Khem Raj: On Wed, Jul 3, 2019 at 12:43 PM Stefan Herbrechtsmeier wrote: Hi, what would be the best solution to create an image from deployed files? The wic bootimg-partition plugin copy over files listed in IMAGE_BOOT_FILES and create a partition inside the wic

[yocto] Create an image from deployed files

2019-07-03 Thread Stefan Herbrechtsmeier
-partition plugin inside the do_rootfs function and add some dummy tasks to minimize the changes in the common code. I wonder if this is the right direction or if another solution exists. Best regards Stefan -- ___ yocto mailing list yocto

Re: [yocto] [psplash][PATCH 1/3] add recovered bar.png

2019-03-19 Thread Stefan Agner
Hi Ross, On 25.02.2019 16:16, Stefan Agner wrote: > From: Stefan Agner > > While the source files for the main splash image is present in > the source folder base-image, the progress bar isn't. This > patch adds the bar.png recovered from the RLE data in the bar > header f

[yocto] [psplash][PATCH 1/3] add recovered bar.png

2019-02-25 Thread Stefan Agner
From: Stefan Agner While the source files for the main splash image is present in the source folder base-image, the progress bar isn't. This patch adds the bar.png recovered from the RLE data in the bar header file. The tool make-image-header.sh allows to translate this png back the the header

[yocto] [psplash][PATCH 2/3] use /run for communication FIFO

2019-02-25 Thread Stefan Agner
From: Stefan Agner Use /run for communication FIFO which is typically preserved between initramfs and regular root file system. Introduce a new environment variable PSPLASH_FIFO_DIR which allows to pass /tmp for the old behavior or another directory. Signed-off-by: Stefan Agner --- psplash

[yocto] [psplash][PATCH 3/3] process consecutive commands

2019-02-25 Thread Stefan Agner
From: Stefan Agner Process consecutive commands separated by null-termations. Since it is a FIFO, in theory, two commands can be queued from two independent calls to psplash-write. This also makes the command parser more robust. With this code, sequences like this get parsed just fine: echo -e

[yocto] [PATCH] polkit: add polkit distro feature

2019-01-17 Thread Stefan Agner
From: Stefan Agner Several recipe now use polkit distro feature to descide whether to build with polkit support. Document this new distro feature. Signed-off-by: Stefan Agner --- documentation/ref-manual/ref-features.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/ref

[yocto] [meta-security][PATCH][sumo] Use git fetcher for lynis to fetch older versions

2018-11-15 Thread Stefan Lendl
From: Stefan Lendl --- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb

[yocto] [meta-security][PATCH][sumo] Use git fetcher for lynis to fetch older versions

2018-11-15 Thread Stefan Lendl
--- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb b/meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb index c25b804..38149a3

[yocto] [PATCH] Use lynis download link from github releases

2018-11-15 Thread Stefan Lendl
Unlike the official download page, it also works for older releases Signed-off-by: Stefan Lendl --- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-security-compliance/recipes-auditors/lynis

[yocto] [PATCH] Use lynis download link from github releases

2018-11-15 Thread Stefan Lendl
Unlike the official download page, it also works for older releases Signed-off-by: Stefan Lendl --- meta-security-compliance/recipes-auditors/lynis/lynis_2.5.1.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-security-compliance/recipes-auditors/lynis

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-11-07 Thread Stefan Agner
my question: Is there a new release of opkg-utils planned anytime soon? Or should that be added as a patch in the OE recipe for now? -- Stefan > > On 10/19/18 10:38 AM, Stefan Agner wrote: >> From: Stefan Agner >> >> When using sstate, two parallel builds can produce

[yocto] [opkg-utils PATCH] opkg-make-index: use ctime instead of mtime

2018-10-19 Thread Stefan Agner
From: Stefan Agner When using sstate, two parallel builds can produce two packages with the same mtime but different checksums. When later one of those two builds fetches the others ipk, the package index does not get udpated properly (since mtime matches). This ends up with messages

Re: [yocto] Getting the version of Yocto that is being used.

2018-04-13 Thread Stefan Müller-Klieser
COMPAT set. If the documentation leaves some open questions, you can also write us directly. Regards, Stefan On 13.04.2018 09:59, Richard Collins wrote: > Thanks for the help. :) > > Yes they are Phytec boards. I have inherited the project from a 3rd party > and so in the mids of chasing up the su

[yocto] php extensions

2018-01-31 Thread Stefan Müller-Klieser
. php -m shows a lot of php modules, those seem to be compiled in. Running php-cli with strace shows that there is no access at all to the extension directory. Has anyone a hint where to look? Thanks! Stefan -- ___ yocto mailing list yocto

Re: [yocto] Solved : Re: Problems building U-Boot for x86_64

2017-11-30 Thread Stefan Roese
sent a patch to the U-Boot list, fixing this x86 toolchain dependency in mainline U-Boot: https://patchwork.ozlabs.org/patch/842613/ This patch will be included in the upcoming release (2018.01). Thanks, Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-yocto-bsp][PATCH] machine: mpc8315e-rdb: change kernel provider assignment to default

2017-08-24 Thread Stefan Müller-Klieser
To be able to configure the kernel provider at other locations, we need a default assignment here. Signed-off-by: Stefan Müller-Klieser <s.mueller-klie...@phytec.de> --- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[yocto] [meta-qt4][PATCH] qt4: add patch which fixes 24-bit color depth

2016-10-25 Thread Stefan Agner
From: Stefan Agner <stefan.ag...@toradex.com> Signed-off-by: Stefan Agner <stefan.ag...@toradex.com> --- recipes-qt4/qt4/qt4-4.8.7.inc | 1 + .../0001-QWS-fix-24-bit-RGB-BGR-handling.patch | 36 ++ 2 files changed, 37 insertions(+)

Re: [yocto] QA python3 runtime dependency

2016-09-16 Thread Stefan Müller-Klieser
On 16.09.2016 13:45, Chris Trobridge wrote: > My top-level python3 scripts have "#!/usr/bin/python3" and the recipe > RDEDENDS on python3. I guess this is what you need: RDEPENDS_${PN} = "python3-core" As the interpreter is in the -core package. Regards, St

[yocto] problem with nativesdk host tools

2015-10-24 Thread Stefan Müller-Klieser
ks in advance! Yours, Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Busybox sh link

2014-11-19 Thread Stefan Eichenberger
On 11/19/2014 07:00 AM, ChenQi wrote: On 11/19/2014 12:34 AM, Stefan Eichenberger wrote: On 11/18/2014 04:07 AM, ChenQi wrote: On 11/17/2014 10:07 PM, Stefan Eichenberger wrote: Hello all I have a question regarding busybox and sh. If I want to install bash together with busybox ash, yocto

Re: [yocto] Busybox sh link

2014-11-18 Thread Stefan Eichenberger
On 11/18/2014 04:07 AM, ChenQi wrote: On 11/17/2014 10:07 PM, Stefan Eichenberger wrote: Hello all I have a question regarding busybox and sh. If I want to install bash together with busybox ash, yocto does not consider the ALTERNATIVE_PRIORITY in each case (e.g. if bash is installed before

[yocto] Busybox sh link

2014-11-17 Thread Stefan Eichenberger
it be possible to remove this lines completely? Regards, Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to access the sysroot from CMake

2014-07-17 Thread Stefan Hofmann
by other packages ? I cannot find anything in the documentation. Is it possible to do that from CMake too ? Thank you very much best regards Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Understanding Package groups

2014-07-09 Thread Stefan Hofmann
Hi Rudolf, thank you for your explanation. bash has not been installed, but HOB did some changes on the configuration files and I modified the distribution. I deleted everything and created my own image receipe. It works fine now. Regards, Stefan Am 01.07.2014 um 22:34 schrieb Rudolf Streif

[yocto] Understanding Package groups

2014-07-01 Thread Stefan Hofmann
and the group base/shell is responsible for that. However it is not installed, only ash and I cannot find a package group package-group-base-shell in the receipes. It does however exist in the work directory. So now I am somewhat confused. Regards, Stefan -- smime.p7s Description: S/MIME

Re: [yocto] [meta-mingw] build error

2014-05-22 Thread Stefan Seefeld
On 2014-05-22 02:10, Richard Purdie wrote: On Wed, 2014-05-21 at 16:45 -0400, Stefan Seefeld wrote: Hello, I started experimenting with the meta-mingw layer today, using the 'daisy' branch for both, poky as well as meta-mingw. Running `bitbake meta-toolchain`, the build process failed

[yocto] [meta-mingw] build error

2014-05-21 Thread Stefan Seefeld
feeds (x86_64-nativesdk-mingw32 noarch any all). Any idea what I may be missing ? I'm using MACHINE ??= qemux86 SDKMACHINE ?= x86_64-mingw32 Thanks, Stefan -- Stefan Seefeld CodeSourcery / Mentor Embedded http://www.mentor.com/embedded-software

Re: [yocto] meta-mono core-image-mono failing

2014-05-21 Thread Stefan Stanacar
or use autotools-brokensep, so I guess Chris's patch is the way to go for now... Cheers, Stefan Thanks, Alex -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [yocto-autobuilder][PATCH v1 4/4] GetDeployDir.py/PublishArtifacts.py: get deploy dir from bitbake

2014-05-17 Thread Stefan Agner
for the next three weeks, hence it will be June until I will be able to resubmit that... -- Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-17 Thread Stefan Agner
://git.yoctoproject.org/meta-fsl-arm', '+refs/heads/dora:refs/remotes/dora'] ... This resetted my head of the Yocto Autobuilder to dora... -- Stefan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-15 Thread Stefan Agner
Am 2014-05-08 18:44, schrieb ste...@agner.ch: From: Stefan Agner ste...@agner.ch Hi folks, We plan to make use of the Yocto Autobuilder at Toradex. I successfully deployed an installation, however since we distribute an Anstrom based BSP I had to adjust some files. With those patches

[yocto] [yocto-autobuilder][PATCH v1 0/4] fixes for use with Angstrom

2014-05-09 Thread stefan
From: Stefan Agner ste...@agner.ch Hi folks, We plan to make use of the Yocto Autobuilder at Toradex. I successfully deployed an installation, however since we distribute an Anstrom based BSP I had to adjust some files. With those patches and a custom layer configuration (not included since

[yocto] [yocto-autobuilder][PATCH v1 2/4] README: add high level overview, fix build slave description

2014-05-09 Thread stefan
From: Stefan Agner ste...@agner.ch Replace builders with build slaves, since this are different things in BuildBot world. Also add a section with some high level view what Autobuilder actually is. Signed-off-by: Stefan Agner ste...@agner.ch --- README | 8 README-NEW

[yocto] [yocto-autobuilder][PATCH v1 3/4] master.py/botmaster.py: use builders list for builders order

2014-05-09 Thread stefan
From: Stefan Agner ste...@agner.ch This patch uses the order of the list builderNames when requesting builder names. This order is relevant for the Waterfall order. However, the order of builderNames is not meaningful by default, hence the change in botmaster.py makes sure the builderNames

[yocto] [yocto-autobuilder][PATCH v1 4/4] GetDeployDir.py/PublishArtifacts.py: get deploy dir from bitbake

2014-05-09 Thread stefan
From: Stefan Agner ste...@agner.ch Since the deploy dir is configureable (also through TMPDIR), we need to have a more generic variant to get that path. Also the Ångstrom distribution adds -eglibc to the TMPDIR. Hence, the safest way to get the deployment dir is to parse buildbots environment

Re: [yocto] Missing kernel, modules and dtb for beaglebone on core-image-minimal

2014-04-29 Thread Stefan Stanacar
-image-minimal recipe works. A BSP usually adds kernel-modules and other stuff to MACHINE_EXTRA_RDEPENDS but not all images respect that (they need to inherit core-image.bbclass and not overwrite IMAGE_INSTALL). HTH, Stefan On Tue, Apr 29, 2014 at 5:17 PM, Diego Sueiro diego.sue...@gmail.comwrote

Re: [yocto] Missing kernel, modules and dtb for beaglebone on core-image-minimal

2014-04-29 Thread Stefan Stanacar
On Tue, Apr 29, 2014 at 5:35 PM, Diego Sueiro diego.sue...@gmail.com wrote: Stefan, On Tue, Apr 29, 2014 at 11:32 AM, Stefan Stanacar sst...@gmail.com wrote: That's not a bug :), it's intended. The README.hardware clearly states that for deploying a core-image-minimal you need to unpack

Re: [yocto] BBB doesn't boot

2014-04-16 Thread Stefan Stanacar
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6165 Link to the two kernels at the end of the first comment. On Apr 16, 2014 6:57 PM, William Mills wmi...@ti.com wrote: On 04/15/2014 11:31 PM, Khem Raj wrote: On Tue, Apr 15, 2014 at 6:20 PM, Denys Dmytriyenko de...@denix.org wrote: On

[yocto] [yocto-autobuilder][PATCH] nightly-multilib: don't build lsb image

2014-04-01 Thread Stefan Stanacar
We shouldn't build an lsb image here as this isn't a poky-lsb build. There is a pending patch on oe-core that will break this build if we don't remove it and it doesn't buys us too much test coverage anyway. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master

[yocto] [yocto-autobuilder][PATCH] CreateAutoConf: strict checking for multilib

2014-04-01 Thread Stefan Stanacar
So we don't create multilib configs unless True or lib32 or lib64, and doesn't add the inherit multilib.conf for False. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/python2.7/site-packages/autobuilder/buildsteps/CreateAutoConf.py | 5 +++-- 1 file changed, 3 insertions(+), 2

[yocto] [yocto-autobuilder][PATCH] nightly-ipk/deb: drop some test suites for sato-sdk

2014-04-01 Thread Stefan Stanacar
We don't have these on dora and I'd prefer not to check for each valid test in RunSanity. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master/nightly-deb.conf | 2 +- buildset-config.master/nightly-ipk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions

[yocto] [yocto-autobuilder][PATCH] nightly-deb/ipk: don't use the default tests

2014-03-27 Thread Stefan Stanacar
for a rpm core-image-sato-sdk, minus rpm and smart (and without smart this RunSanity will take half of the time) Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master/nightly-deb.conf | 6 +- buildset-config.master/nightly-ipk.conf | 6 +- 2 files changed, 10

[yocto] [yocto-autobuilder][PATCH] buildsets: nightly-qa-targetbuilds: remove the mips build

2014-03-27 Thread Stefan Stanacar
The build tests for iptables/cvs/sudoku take too much time on qemumips and usually buildbot ends up killing the step as it hits the timeout, so we should drop them. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master/nightly-qa-targetbuilds.conf | 3 --- 1 file

[linux-yocto] [PATCH 3/3] meta: move the newly added CONFIG_EFIVAR_FS to the default efi config fragment

2014-03-12 Thread Stefan Stanacar
I see CONFIG_EFIVAR_FS as very useful thing and I'd like to have it enabled by default. For example for gummiboot you can use the LoaderEntryOneShot to tell it the entry identifier to select at the next and only the next bootup, and I plan to use that in automated testing. Signed-off-by: Stefan

[linux-yocto] [PATCH 2/3] meta: efi-ext.cfg: replace EFI_VARS with EFIVAR_FS

2014-03-12 Thread Stefan Stanacar
vars easily, a very useful trick: printf \x07\x00\x00\x00\x00 /sys/firmware/efi/efivar/myvar-12345678-1234-1234-1234-123456789abc Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/cfg/kernel-cache/cfg/efi-ext.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[yocto] [yocto-autobuilder][PATCH] buildsets: add a new buildset to run builds on target

2014-02-20 Thread Stefan Stanacar
Builds core-image-sato-sdk for each qemu arch and runs tests building sudoku/cvs/iptables. These do take a while, so they shouldn't be added to nightly! Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../nightly-qa-targetbuilds.conf | 26 ++ 1

[yocto] [yocto-autobuilder][PATCH] Add buildstep and buildset for oe-selftest script

2014-02-20 Thread Stefan Stanacar
. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master/nightly-oe-selftest.conf| 15 + .../autobuilder/buildsteps/CreateAutoConf.py | 7 -- .../autobuilder/buildsteps/RunOeSelftest.py| 26 ++ 3 files changed, 46

[yocto] [yocto-autobuilder][PATCH] Add buildstep and buildset for oe-selftest script

2014-02-07 Thread Stefan Stanacar
. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config.master/nightly-oe-selftest.conf| 15 + .../autobuilder/buildsteps/CreateAutoConf.py | 7 -- .../autobuilder/buildsteps/RunOeSelftest.py| 26 ++ 3 files changed, 46

[yocto] [yocto-autobuilder][PATCH] buildsets: add a new buildset to run builds on target

2014-02-07 Thread Stefan Stanacar
Builds core-image-sato-sdk for each qemu arch and runs tests building sudoku/cvs/iptables. These do take a while, so they shouldn't be added to nightly! Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../nightly-qa-targetbuilds.conf | 26 ++ 1

Re: [yocto] u-boot 2013.10 LIC_FILES_CHKSUM points to an invalid file

2013-12-24 Thread Stefan Herbrechtsmeier
Am 23.12.2013 21:56, schrieb Paul Eggleton: Hi Robert, On Monday 23 December 2013 22:47:00 Robert Berger wrote: I try to build instead of u-boot v2013.07 [1] the latest and greatest released version i.e. v2013.10[2]. ... which does not build because LIC_FILES_CHKSUM points to an invalid file

[yocto] Board specific bbappend file

2013-12-05 Thread Stefan Roese
something? If not, is there another way to add such board-specific stuff to a recipe without changing the generic recipe? Thanks, Stefan ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Stefan Roese
/ SRC_URI_append variable (e.g. for a linux kernel and u-boot etc). And since this one is used in many recipes, I can't just put those settings in the machine conf file. Do you have any recommendations how to change this variable (per recipe) without touching the generic bb file? Thanks, Stefan

Re: [yocto] Board specific bbappend file

2013-12-05 Thread Stefan Roese
SRC_URI_fooabc defines to this bbappend file. Just shifting the changes from the bb file to the common bbappend file. What I was looking for is more a way to do this on a one-file-per-board basis. Is this possible somehow? Thanks, Stefan ___ yocto mailing list

[yocto] Problem with RAM partitioning

2013-12-02 Thread Stefan Kostial
- no example projects are provided by Altera, and the documentation is very rare. Please, does anyone has a hint for me?! Slowly Im going nuts on this topic. Many thanks in advance!!! Cheers Stefan Kostial P.S.: If wished, I can provide more detailed info - at this moment Im just searching

[yocto] [yocto-autobuilder][PATCH] buildsteps/CheckOutLayers: use a commit object for git rev-parse

2013-10-10 Thread Stefan Stanacar
-10.0.0/poky-319e24a8b1e100e950b07bbcad5fc81c42396845.tar.bz2 which have the SHA-1 hash of the tag instead of the commit. It was first mentioned here https://lists.yoctoproject.org/pipermail/yocto/2013-October/018607.html Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/python2.7

[yocto] [yocto-autobuilder][PATCH] buildset-config/nightly-qa-extras: make it simpler and usable

2013-09-13 Thread Stefan Stanacar
. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-qa-extras.conf | 12 ++-- buildset-config/nightly.conf | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/buildset-config/nightly-qa-extras.conf b/buildset-config/nightly

[yocto] [meta-security][PATCH] meta-security: add a basic runtime test for scanelf

2013-09-05 Thread Stefan Stanacar
Now that the testimage class from core has the ability to run tests from other layers it makes sens to add a basic runtime test here. This uses scanelf from the pax-utils package and scans the binaries in PATH for TEXTREL and RPATH information. Signed-off-by: Stefan Stanacar stefanx.stana

[yocto] [meta-security][PATCH] Add runtime test for some scripts in redhat-security package

2013-09-05 Thread Stefan Stanacar
Now that the testimage class from core has the ability to run tests from other layers it makes sens to add a basic runtime test here. This runs some basic scripts from the redhat-security package that this layer provides. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/oeqa

[yocto] [PATCH][yocto-autobuilder] nightly-x32.conf: make use of new test

2013-08-30 Thread Stefan Stanacar
Needs to be added only to sato, no ssh in minimal. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-x32.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildset-config/nightly-x32.conf b/buildset-config/nightly-x32.conf index

[yocto] [PATCH][yocto-autobuilder] buildsteps/RunSanityTests: use boot timeout option for testimage

2013-08-30 Thread Stefan Stanacar
Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py b/lib/python2.7/site-packages/autobuilder

Re: [yocto] bitbake with cmake recipe

2013-08-26 Thread Stefan Herbrechtsmeier
Am 26.08.2013 14:42, schrieb Zafrullah Syed: Hi Stefan, Hi all, My build was successful with CMake. I made some changes to my recipe: DESCRIPTION = cameracapture application SECTION = examples LICENSE = CLOSED PR = r0 DEPENDS = opencv SRC_URI = git://github.com/zafrullahsyed

Re: [yocto] bitbake with cmake recipe

2013-08-25 Thread Stefan Herbrechtsmeier
Am 25.08.2013 17:03, schrieb Zafrullah Syed: Hi Stefan, I updated my recipe: DESCRIPTION = cameracapture application SECTION = examples LICENSE = CLOSED PR = r0 DEPENDS = opencv SRC_URI = git://github.com/zafrullahsyed/cameracapture.git http://github.com/zafrullahsyed/cameracapture.git

Re: [yocto] bitbake with cmake recipe

2013-08-23 Thread Stefan Herbrechtsmeier
Am 22.08.2013 20:13, schrieb Zafrullah Syed: Hi all, I am newbie and I am learning stuff. I have a c++ code and CMakeLists.txt on Github which needs to be run with Cmake. I am trying to get that code embed into my build using my own recipe. This is my first experience with Cmake. I have no

[yocto] [yocto-autobuilder][PATCH] buildset-config: update remaining targets to layerversion

2013-07-19 Thread Stefan Stanacar
Update remaining targets to use the new layerversion check, otherwise the old qemuimagetest will be used for RunSanityTests. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-multilib.conf | 2 +- buildset-config/nightly-qa-extras.conf | 2 +- buildset

[yocto] [yocto-autobuilder][PATCH 1/3] RunSanityTests: add support for the new testimage class

2013-07-10 Thread Stefan Stanacar
] Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../autobuilder/buildsteps/RunSanityTests.py | 27 -- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py b/lib/python2.7/site

[yocto] [yocto-autobuilder][PATCH 3/3] buildsets: run sanity tests for core-image-sato-sdk images

2013-07-10 Thread Stefan Stanacar
We build sato-sdk images in these nightly targets (and now we have a gcc test in the new testimage class), so for a few more minutes added we should test these images too. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-arm.conf| 2 +- buildset-config

[yocto] [yocto-autobuilder][PATCH 2/3] nightly-multilib, qa-systemd.conf: enable specific tests with the new class

2013-07-10 Thread Stefan Stanacar
Enable specific tests for some builds (like systemd and multilib which aren't by default enabled in the testimage class) Also because one of the multilib builds is an ipk build and the default suite contains rpm and smart we need to overwrite the suite. [YOCTO #4838] Signed-off-by: Stefan

[yocto] [yocto-autobuilder][PATCH 0/3] Enabling of the new testimage class for sanity tests

2013-07-10 Thread Stefan Stanacar
. Cheers, Stefan The following changes since commit b26b257e16fddb7730d3b2a0c55c4b43a48ae54c: Revert buildset-config: build core-image-sato SDK (2013-07-02 17:10:05 -0700) are available in the git repository at: git://mirror.rb.intel.com/git.yoctoproject.org/poky-contrib stefans/yab-newsanity3

[yocto] [yocto-autobuilder][PATCH] nightly-qa-extras: fix timeout arg

2013-06-03 Thread Stefan Stanacar
This needs to be an integer, not a string. Fixes: http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-extras/builds/32/steps/Running%20Sanity%20Tests/logs/stdio Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-qa-extras.conf | 2 +- 1 file changed, 1

[yocto] [yocto-autobuilder][PATCH] buildsteps: fix passing timeout arg for two steps

2013-05-24 Thread Stefan Stanacar
RunSanityTests and RunPreamble weren't passing kwargs to ShellCommand so timeout was ignored. For RunSanityTests I've changed the default to 1200 which should be enough in most cases, but I've updated one build where two images are actually tested (btrfs and ext4) Signed-off-by: Stefan Stanacar

[yocto] [yocto-autobuilder][PATCH] buildsteps, nightly: run bitbake-selftest

2013-05-13 Thread Stefan Stanacar
Added a new buildstep which calls bitbake-selftest. [YOCTO #4433] Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 1 + .../autobuilder/buildsteps/RunBitbakeSelftest.py | 28 ++ 2 files changed, 29

[yocto] [yocto-autobuilder][PATCH 0/4] Some builds (ipk, multilib) and one fix

2013-05-08 Thread Stefan Stanacar
Stefan Stanacar (4): buildsets: add some more builds nightly-multilib: remove Publish steps PublishLayerTarballs.py: fix command overwrite PublishLayerTarballs.py: Cleanup spacing buildset-config/nightly-multilib.conf| 13 + buildset-config/nightly-qa-extras.conf

[yocto] [yocto-autobuilder][PATCH 2/4] nightly-multilib: remove Publish steps

2013-05-08 Thread Stefan Stanacar
Save some space by removing Publish steps, I think nobody downloads the multilib images from AB. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-multilib.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buildset-config/nightly

[yocto] [yocto-autobuilder][PATCH 3/4] PublishLayerTarballs.py: fix command overwrite

2013-05-08 Thread Stefan Stanacar
command was overwritten, so the gzip archive was missing. Also add a trailing slash to the second git archive prefix otherwise we end up with dirs like poky-revscripts instead of poky-rev/scripts. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../site-packages/autobuilder

[yocto] [yocto-autobuilder][PATCH 1/4] buildsets: add some more builds

2013-05-08 Thread Stefan Stanacar
Let's put to good use the new packages option, by adding some ipk builds to multilib target. Also let's enable sanity tests for more images. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-multilib.conf | 9 - buildset-config/nightly-qa-extras.conf

[yocto] [yocto-autobuilder][PATCH 4/4] PublishLayerTarballs.py: Cleanup spacing

2013-05-08 Thread Stefan Stanacar
No changes, just formating/spacing. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../autobuilder/buildsteps/PublishLayerTarballs.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps

[yocto] [yocto-autobuilder][PATCH 0/6] New buildsets and options for 1.5

2013-04-24 Thread Stefan Stanacar
Hello Beth, Here are the new changes, I've fixed that small issue, hope it looks good now. After some more tests, I'll follow up with some builds for ipk only images :), but I'm getting ahead of myelf now. Regards, Stefan The following changes since commit

[yocto] [yocto-autobuilder][PATCH 1/6] nightly-qa-extras.conf: add new buildset config

2013-04-24 Thread Stefan Stanacar
This buildset is for extra images which don't really fit in other buildsets. For now it includes builds for two images: one with btrfs and diffrent root home dir and a sato image with read-only rootfs. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-qa

[yocto] [yocto-autobuilder][PATCH 4/6] nightly.conf, yoctoAB.conf: enable the new buildsets

2013-04-24 Thread Stefan Stanacar
Add the new nightly-qa-extras and nightly-qa-systemd buildsets to the nightly target. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 3 ++- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/buildset

[yocto] [yocto-autobuilder][PATCH 5/6] buildsteps/RunSanityTests.py: add suport for custom steps

2013-04-24 Thread Stefan Stanacar
by appending TEST_SCENE = sanity:boot sanity:dmesg) Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps

[yocto] [yocto-autobuilder][PATCH 6/6] CreateAutoConf.py: add option for package types

2013-04-24 Thread Stefan Stanacar
Using this option we'll be able to select only certain packages to be built and because the order is important we determine the image type too. E.g 'packages' : 'deb rpm' will build deb and rpm packages but the image will use deb as package manager. Signed-off-by: Stefan Stanacar stefanx.stana

[yocto] [yocto-autobuilder][PATCH 3/6] buildset-config/nightly-qa-systemd.conf: add a new target for systemd images

2013-04-24 Thread Stefan Stanacar
Build systemd images in different configurations: systemd only, systemd+sysvinit and sysvinit+systemd (the order means which is the primary init system). Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-qa-systemd.conf | 20 1 file

[yocto] [yocto-autobuilder][PATCH 2/6] CreateAutoConf.py: add initmgr option

2013-04-24 Thread Stefan Stanacar
Add an option to set the init manager used. This is used for building images with systemd. The order used is important as it decides the primary init system. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- .../autobuilder/buildsteps/CreateAutoConf.py | 15

[yocto] [yocto-autobuilder][RFC 0/6] New buildsets and options for 1.5

2013-04-23 Thread Stefan Stanacar
and ipk images which proved tricky with postinstalls and systemd). Thanks, Stefan The following changes since commit 0178163efc6670c9acb982dd579671396cb24290: PublishLayerTarballs.py: bad redirect. (2013-04-22 22:56:58 -0700) are available in the git repository at: git://git.yoctoproject.org

[yocto] [yocto-autobuilder][RFC 3/6] buildset-config/nightly-qa-systemd.conf: add a new target for systemd images

2013-04-23 Thread Stefan Stanacar
Build systemd images in different configurations: systemd only, systemd+sysvinit and sysvinit+systemd (the order means which is the primary init system). Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly-qa-systemd.conf | 20 1 file

[yocto] [yocto-autobuilder][RFC 5/6] buildsteps/RunSanityTests.py: add suport for custom steps

2013-04-23 Thread Stefan Stanacar
by appending TEST_SCENE = sanity:boot sanity:dmesg) Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- lib/python2.7/site-packages/autobuilder/buildsteps/RunSanityTests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps

[yocto] [yocto-autobuilder][PATCH v2 1/2] nightly-qa-extras.conf: add new buildset config

2013-04-05 Thread Stefan Stanacar
This buildset is for extra images which don't really fit in other buildsets. For now it includes builds for basic image with btrfs and changed root home dir, a sato image with read-only rootfs and sato with systemd. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config

[yocto] [yocto-autobuilder][PATCH v2 2/2] nightly.conf, yoctoAB.conf: enable the new nightly-qa-extras buildset

2013-04-05 Thread Stefan Stanacar
Add the new buildset to the nightly target Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 2 +- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildset-config/nightly.conf b/buildset-config

[yocto] [yocto-autobuilder][PATCH v2 0/2] Add a new buildset

2013-04-05 Thread Stefan Stanacar
/?h=stefans/yab4 Stefan Stanacar (2): nightly-qa-extras.conf: add new buildset config nightly.conf, yoctoAB.conf: enable the new nightly-qa-extras buildset buildset-config/nightly-qa-extras.conf | 18 ++ buildset-config/nightly.conf | 2 +- buildset-config

[yocto] [yocto-autobuilder][PATCH 0/2] Add a new buildset

2013-04-04 Thread Stefan Stanacar
/?h=stefans/yab4 Stefan Stanacar (2): QA1-nightly-extra.conf: add new buildset config nightly.conf, yoctoAB.conf: enable the new QA1-nightly-extra buildset buildset-config/QA1-nightly-extra.conf | 18 ++ buildset-config/nightly.conf | 2 +- buildset-config

[yocto] [yocto-autobuilder][PATCH 1/2] QA1-nightly-extra.conf: add new buildset config

2013-04-04 Thread Stefan Stanacar
This buildset is for extra images which don't really fit in other buildsets. For now it includes builds for basic image with btrfs and changed root home dir, a sato image with read-only rootfs and sato with systemd. Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config

[yocto] [yocto-autobuilder][PATCH 2/2] nightly.conf, yoctoAB.conf: enable the new QA1-nightly-extra buildset

2013-04-04 Thread Stefan Stanacar
Add the new buildset to the nightly target Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- buildset-config/nightly.conf | 2 +- buildset-config/yoctoAB.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/buildset-config/nightly.conf b/buildset-config

[yocto] [yocto-autobuilder][PATCH 0/1] Add support for creating lib64 multilib configs

2013-04-02 Thread Stefan Stanacar
-contrib/log/?h=stefans/yab2 Stefan Stanacar (1): CreateAutoConf.py: add support for lib64 multilib .../site-packages/autobuilder/buildsteps/CreateAutoConf.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) -- 1.8.1.4 ___ yocto

  1   2   >