[yocto] Determining Load Addresses

2017-07-11 Thread Kenny Koller
I'm trying to piece together the various load addresses used in the boot sequence. I have built core-image-minimal for a Beaglebone. How can I determine which load address and entry point is used when mkimage is called for the kernel? Should I dig in to the recipe? Search some log files? I've tried

Re: [yocto] [meta-alexa-demo][PATCH] Fix setuptools_scm build error for several python packages

2017-07-11 Thread Cal Sullivan
I actually wasn't able to reproduce the issue.I added alexapi to my IMAGE_INSTALL and ran a build, see below: [clsulliv@clsulliv build]$ bitbake core-image-minimal Parsing recipes: 100% |

[yocto] [meta-alexa-demo][PATCH] Fix setuptools_scm build error for several python packages

2017-07-11 Thread Tim Orling
python-setuptools-scm-native is needed at build time for: python-cheroot python-cherrypy python-portend python-tempora Signed-off-by: Tim Orling --- recipes-devtools/python/python-cheroot_5.1.0.bb | 2 +- recipes-devtools/python/python-cherrypy_10.1.1.bb | 2 +- recipes-devtools/python

[yocto] [qa-tools][PATCH] qa-tools: Modified current supported distributions for OE-Core testing

2017-07-11 Thread libertad . cruz
From: Libertad Cruz Added OpenSuse 42.3, Fedora 26 and Ubuntu 17.04 distributions. Removed unsupported distribution OpenSuse 13.2, Ubuntu 16.10. Signed-off-by: Libertad Cruz --- scripts/full-test-cycle-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/f

[yocto] Minutes: Yocto Project Technical Team Meeting

2017-07-11 Thread Jolley, Stephen K
Attendees: Saul, Stephen, Joshua L., Richard, Paul, Stephano, Joshua W., Ross, Libby, Trevor, Christopher, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) YP 2.4 M1 has been released YP 2.1.3 has been released YP 2.3.1 and YP 2.2.2 are still planned, bu

[yocto] [meta-security][PATCH] apparmor: Additional runtime fixes

2017-07-11 Thread Tom Rini
- We need various python3 modules and we can only really solve this problem by including all python3-modules. - aa-easyprof needs to have its shebang corrected, do so. - The apparmor initscript depends on functions that LSB does not require so we must provide them. In some cases it's using non

Re: [yocto] [yocto-autobuilder][PATCH] add force bash option on build and preamble

2017-07-11 Thread Joshua Lock
On Mon, 2017-07-10 at 14:04 -0700, Stephano Cetola wrote: > Certain distros (Ubuntu) use a less desirable shell for /bin/sh > (dash). In some edge cases, if we source oe-init-build-env from > outside the OEROOT folder, the script will fail (as stated in the > oe-init-build-env script). By adding a

Re: [yocto] [yocto-autobuilder][PATCH] ScrapeTargets.py: Use python instead of awk

2017-07-11 Thread Joshua Lock
On Mon, 2017-07-10 at 14:05 -0700, Stephano Cetola wrote: > Using awk, sed, or grep to pull a shell variable out of stdio proved > complex. Instead, simply cat the entire "inc" file to stdio and use > python/regex to find the variable. Merged, thanks! > Signed-off-by: Stephano Cetola > --- >  ..

Re: [yocto] License missing coreutils when creating /usr/share/licenses and bbappend

2017-07-11 Thread Dr . Matthias Schöpfer
Hi Khem, i.A. Dr.-Ing. Matthias Schöpfer | ithinx GmbH | Software Engineer Phone: +49 (221) 99589-332 | Fax: +49 (221) 99 589-199 | E-Mail: matthias.schoep...@ithinx.io On 07/10/2017 07:27 PM, Khem Raj wrote: > On 7/10/17 9:19 AM, Dr. Matthias Schöpfer wrote: >> Hi! >> >> We are using y