Re: [yocto] Useradd: crypted passwords longer than 8 characters

2019-10-21 Thread Bryan Evenson
to being saved in /etc/shadow. Then you'll need to follow proper precautions to ensure your image recipe stays secret since it'd include the plaintext password. -Bryan > -Original Message- > From: yocto-boun...@yoctoproject.org > On Behalf Of Mark Hatle > Se

[yocto] Morty (2.2.1) Build Verification

2018-08-28 Thread Bryan Fishell
Hi, I've read that some of the ongoing initiatives of the Yocto project is to strive towards binary reproducible builds. I am using a test project with Morty (2.2.1). My custom BSP layer are currently local files.Ultimately I would like to: 1. Know a method of how I can verify my build on two dif

[yocto] Production vs Debug Images

2018-08-28 Thread Bryan Fishell
Hi, Given a target machine, is there a traditional way to produce either a debug image vs a production image? If so, can you give some advice on generally how to do this? I have read about conditionally including a package (or bitbake variable) based on another variable, but that seems error pron

[yocto] Tracking changes in image

2018-08-27 Thread Bryan Fishell
Hi, I want to be able to track different parts of my image, accessible from within userspace so I can programmatically (via an environment variable or something) what version of my patches have been applied. Ultimately, I want to be able to answer questions from the field to know 'what changed' in

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-10-02 Thread Bryan Evenson
modified. Once I told it to ignore the WSL working directory, the build times were comparable to under VMWare. I don't know how far I'll take this, but I thought others would be interested in the results. Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-28 Thread Bryan Evenson
Ross, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, September 27, 2017 6:43 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows) On 27 September 2017 at 21:59, Bryan Evenson

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-27 Thread Bryan Evenson
Ross, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Wednesday, September 27, 2017 9:06 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows) On 27 September 2017 at 13:57, Bryan Evenson

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-27 Thread Bryan Evenson
Ross, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, September 26, 2017 6:15 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows) On 26 September 2017 at 22:01, Bryan Evenson

Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-26 Thread Bryan Evenson
Ross, From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, September 26, 2017 3:13 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows) Hi, On 26 September 2017 at 18:16, Bryan

[yocto] Errors building with Windows Subsystem for Linux (aka Bash on Ubuntu on Windows)

2017-09-26 Thread Bryan Evenson
line as shown above, I get the same errors. I'm trying to figure out if this is an issue with hard links with WSL or if this is general build issue. Any suggestions on what else to try? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] setting up autobuilder on local machine

2016-12-19 Thread Bryan Evenson
r-mender- > rpi/yocto-worker/nightly-mender-rpi/build/meta-openembedded > \ > /home/mirzak/project/yocto-autobuilder/yocto-autobuilder-mender- > rpi/yocto-worker/nightly-mender-rpi/build/meta-yocto > \ > /home/mirzak/project/yocto-autobuilder/yocto-autobuilder-mender- > rpi/yocto

Re: [yocto] Can't enable reverse debugging

2016-12-12 Thread Bryan Evenson
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Monday, December 12, 2016 2:54 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Can't enable reverse debugging > > > > On Dec 12, 2016, at 11:12 AM, B

Re: [yocto] Can't enable reverse debugging

2016-12-12 Thread Bryan Evenson
Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Monday, December 12, 2016 12:48 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Can't enable reverse debugging > > > > On Dec 12, 2016,

Re: [yocto] suggestions for version controlling multi-layer reproducible builds?

2016-12-12 Thread Bryan Evenson
et the process down the first time, but after that a simple Bash script can take care of all the hard work for you and ensure you don't skip a step. Bryan > > -- > > == > == > Robert P. J. Day

Re: [yocto] Can't enable reverse debugging

2016-12-12 Thread Bryan Evenson
Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Saturday, December 10, 2016 4:26 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Can't enable reverse debugging > > On Fri, Dec 9, 2016 at 8:43 AM,

Re: [yocto] Can't enable reverse debugging

2016-12-09 Thread Bryan Evenson
I tried a few other things, see below. > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: Thursday, December 08, 2016 2:50 PM > To: yocto@yoctoproject.org > Subject: [yocto] Ca

[yocto] Can't enable reverse debugging

2016-12-08 Thread Bryan Evenson
n. When I run the program, I get the error message "Process record: failed to record execution log". Is there something that I'm missing from my build steps or some Eclipse plugin that I may be missing that is causing issues for reverse debugging? Or is

Re: [yocto] Can't set march=armv5te

2016-12-01 Thread Bryan Evenson
machine include path several times), but if at the end of the day it’ll be compiling the same code then I’ll move on to some more productive tasks. Thanks, Bryan From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Thursday, December 01, 2016 2:06 PM To: Bryan Evenson Cc: yocto@yoctoproject.org

[yocto] Can't set march=armv5te

2016-12-01 Thread Bryan Evenson
{'type':'Nightly', 'hour':'1', 'minute':'15',}}] The resulting build configuration: Build Configuration: BB_VERSION= "1.26.0" BUILD_SYS

Re: [yocto] Migrate, or not Migrate, that's the question!!!

2016-01-28 Thread Bryan Evenson
-core working with 5+ year old versions of gcc and eglibc. Yes, that would mean additional testing, but it may be less testing/integration than you are currently doing just trying to keep your current image maintained. Regards, Bryan From: yocto-boun...@yoctoproject.org [mailto:yocto-boun

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Thursday, December 10, 2015 12:03 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Cleanly moving files from one package to another > > On Thu, De

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Thursday, December 10, 2015 9:39 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Cleanly moving files from one package to another > > On Thu, De

Re: [yocto] DHCP kernel 2.6.35

2015-12-10 Thread Bryan Evenson
nt to pull in all the dependencies required for connman so ifplugd was more appropriate. Regards, Bryan > 2) Based on the imx28_evk which has eth0, eth1 and Wan0, our board only > uses eth0. Which file do I need to edit to remove eth1 and wan0? > > Thanks, > > Edward.

Re: [yocto] Cleanly moving files from one package to another

2015-12-10 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Thursday, December 10, 2015 4:20 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Cleanly moving files from one package to another > > On Wed, De

[yocto] Cleanly moving files from one package to another

2015-12-09 Thread Bryan Evenson
n do in the recipes to prevent the opkg install errors? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-07 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Monday, December 07, 2015 2:50 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org; Trevor Woerner ; > Michael Habibi > Subject: Re: [yocto] Best practice for files

[yocto] Image specific package feed sources

2015-12-07 Thread Bryan Evenson
d in the image. If any of you have done this for your build systems, can you share how you did this? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-04 Thread Bryan Evenson
Michael, > -Original Message- > From: Michael Habibi [mailto:mikehab...@gmail.com] > Sent: Thursday, December 03, 2015 5:54 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Best practice for files copied directly into sysroot? > > Brya

Re: [yocto] Fixing build when changing kernel PREFERRED_PROVIDER

2015-12-03 Thread Bryan Evenson
Andre, > -Original Message- > From: Andre McCurdy [mailto:armccu...@gmail.com] > Sent: Wednesday, December 02, 2015 4:57 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Fixing build when changing kernel > PREFERRED_PROVIDER > > On

[yocto] Fixing build when changing kernel PREFERRED_PROVIDER

2015-12-02 Thread Bryan Evenson
as there is no longer any recipe for linux-yocto-custom. However, I'd like to avoid deleting the entire tmp directory. I don't have the speediest machine and I'd like to avoid wasting a day if there was a simpler solution. Is there a less destructive fix to this problem tha

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-01 Thread Bryan Evenson
of the manual here: http://www.yoctoproject.org/docs/2.0/mega-manual/mega-manual.html#new-recipe-testing-examples. So if you include the line "inherit bin_package" and follow the instructions in that section of the manual, it should install all the files to the rootfs that are incl

Re: [yocto] SDK

2015-11-16 Thread Bryan Evenson
an't speak to whether that gets included in the SDK or not. But, if you have a developer that isn't responsible for building the whole image and just wants to build and debug their userspace application, the SDK and resulting sysroot should be all the pieces they need on their develop

Re: [yocto] COPY_LIC_DIRS, COPY_LIC_MANIFEST and firmware upgrades

2015-11-02 Thread Bryan Evenson
Martin, > -Original Message- > From: Martin Jansa [mailto:martin.ja...@gmail.com] > Sent: Monday, November 02, 2015 3:32 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] COPY_LIC_DIRS, COPY_LIC_MANIFEST and firmware > upgrades > > On

[yocto] COPY_LIC_DIRS, COPY_LIC_MANIFEST and firmware upgrades

2015-11-02 Thread Bryan Evenson
o, is there a suggested way of including the new licenses for firmware upgrades? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] GDB with Eclipse *almost* working...

2015-09-25 Thread Bryan Evenson
All, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: Friday, September 25, 2015 12:17 PM > To: yocto@yoctoproject.org > Subject: [yocto] GDB with Eclipse *almost* working... >

[yocto] GDB with Eclipse *almost* working...

2015-09-25 Thread Bryan Evenson
r "No source available for main()" in the source window. I can run and pause the application and see the disassembly, but I can't see the source and set breakpoints. This is the closest I've ever got to debugging with GDB. Anyone know what final step I may be missing?

Re: [yocto] Multiple conncetion to svn (svn+ssh)

2015-07-06 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Monday, July 06, 2015 10:08 AM > To: Marcin Krzemiński > Cc: Bryan Evenson; yocto@yoctoproject.org > Subject: Re: [yocto] Multiple conncetion to svn (svn+ssh) > > On M

Re: [yocto] Multiple conncetion to svn (svn+ssh)

2015-07-06 Thread Bryan Evenson
of your Subversion configuration file. > | svn: E210002: Network connection closed unexpectedl > > > My Yocto version is 1.7.2 > > Regards, > Marcin Regards, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] SAMA5D3 header files for C application development

2015-07-01 Thread Bryan Evenson
ardware, I think you may be able to get better answers on Atmel's AT91 forums or checking for information on Linux kernel driver support for your specific I2C and SPI devices. If you are having problems building an application with the Eclipse ADT and getting to run on your hardware, the

Re: [yocto] is there a doc section on yocto distribution creation/versioning?

2015-06-25 Thread Bryan Evenson
ers based up on a tag and get back to a specific release if we need to. If anyone else has a different method that they think works better, I'd love to hear it. -Bryan > > rday > > -- > > == > == >

Re: [yocto] A simpler way to apply custom config files to an image ?

2015-04-17 Thread Bryan Evenson
es it much easier to handle mainline updates. If the change you are making is not version dependent then you can use a wildcard for the bbappend name in your layer. For example, I have the cron job list specified in a configuration file in my layer for cronie. I named the bbappend

Re: [yocto] RREPLACES and RCONFLICTS when switching from linux-yocto to linux-yocto-custom

2015-04-09 Thread Bryan Evenson
All, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: Thursday, April 09, 2015 8:27 AM > To: yocto@yoctoproject.org > Subject: [yocto] RREPLACES and RCONFLICTS when switching from

[yocto] RREPLACES and RCONFLICTS when switching from linux-yocto to linux-yocto-custom

2015-04-09 Thread Bryan Evenson
ONFLICTS for something other than ${PN} in this situation, but I'm not sure what. Any suggestions on how to get opkg to recognize the custom kernel as an upgrade for the yocto-standard kernel? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] eclipe-yocto: SDKTARGETSYSROOT not being expanded correctly

2015-03-16 Thread Bryan Evenson
o the correct value. Is anyone else seeing this problem, or is this due to the version of tools that exist on Fedora 21? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-13 Thread Bryan Evenson
Todor, > -Original Message- > From: Minchev, Todor [mailto:todor.minc...@intel.com] > Sent: Friday, March 13, 2015 4:59 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line &

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
Todor, > -Original Message- > From: Minchev, Todor [mailto:todor.minc...@intel.com] > Sent: Thursday, March 12, 2015 1:50 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line > build

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
> -Original Message- > From: Minchev, Todor [mailto:todor.minc...@intel.com] > Sent: Thursday, March 12, 2015 1:50 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line > build works

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
nclude/stdlib.h opens up instead of stdlib.h from my toolchain. Under the Eclipse project, for the listed Includes directories it has the following: /usr/include /usr/lib/gcc/x86_64-redhat-linux/4.9.2/include /usr/local/include Any thoughts on how to fix these issues? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-11 Thread Bryan Evenson
t directory and do the following: source /environment-setup-arm926ejste-poky-linux-gnueabi ./configure ${CONFIGURE_FLAGS} The project configures without a problem. I can then either build from the command line or I can build from Eclipse. It seems very

Re: [yocto] replace etc/network/interfaces with symbolic link

2015-02-09 Thread Bryan Evenson
Aurèle, > -Original Message- > From: Aurele Traynard [mailto:aurele.trayn...@gmail.com] > Sent: Monday, February 09, 2015 4:59 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] replace etc/network/interfaces with symbolic link > > Than

Re: [yocto] replace etc/network/interfaces with symbolic link

2015-02-06 Thread Bryan Evenson
Aurele, One possible issue is ${sysconfdir}/network/interfaces is listed in the CONFFILES in the original recipe. It may still be installing this file because it is listed under CONFFILES. Try adding: CONFFILES_${PN} = "" To your bbappend. Regards, Bryan > -Ori

[yocto] Setting up an init other than SysVinit or systemd?

2014-12-23 Thread Bryan Evenson
items do I need to add that are automatically added when using SysVInit or systemd that would not be added when using an unsupported init system? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] autobuilder: How to set PREMIRRORS?

2014-12-23 Thread Bryan Evenson
Elizabeth, Thanks for the tips. I think I have something close to working, just need to finish testing. I should have a patch for you the first week of January. Thanks, Bryan E. > -Original Message- > From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] > Sent

[yocto] [yocto-autobuilder][GIT PULL] autobuilder: Build history modifications

2014-12-11 Thread Bryan Evenson
ommit, the buildset needed to be using poky/master to enable build history for that buildset. The second patch adds documentation on how to setup build history. Regards, Bryan The following changes since commit e8183de6ff71db23a3b04cddde5ae4212ae4e677: Documentation: Document GitPoller changes

Re: [yocto] [autobuilder][PATCH 0/2] GitPoller changesource improvements

2014-12-09 Thread Bryan Evenson
c0aac5c415797aac5c204b2b70ee5a896d76ffdc. Once these are in place the GitPoller changesource should work. Regards, Bryan > -Original Message- > From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] > Sent: Monday, December 08, 2014 7:33 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org; Califo

[yocto] [autobuilder][PATCH 2/2] Documentation: Document GitPoller changesource

2014-12-05 Thread Bryan Evenson
Adds documentation to README-NEW-AUTOBUILDER and the HTML documentation on how to use the GitPoller changesource. Signed-off-by: Bryan Evenson --- README-NEW-AUTOBUILDER | 35 +- docs/YoctoAutobuilderDevelopersDocument.html | 26

[yocto] [autobuilder][PATCH 1/2] Autobuilder.py: Import gitpoller module

2014-12-05 Thread Bryan Evenson
For the GitPoller changesource to work, Autobuilder.py needs the Buildbot GitPoller module. This commit imports the GitPoller module in Autobuilder.py. Signed-off-by: Bryan Evenson --- .../site-packages/autobuilder/Autobuilder.py |1 + 1 file changed, 1 insertion(+) diff --git a/lib

[yocto] [autobuilder][PATCH 0/2] GitPoller changesource improvements

2014-12-05 Thread Bryan Evenson
f git://git.yoctoproject.org/yocto-autobuilder branch sullical/contrib Bryan Evenson (2): Autobuilder.py: Import gitpoller module Documentation: Document GitPoller changesource README-NEW-AUTOBUILDER | 35 docs/YoctoAutobuilderDevelopersDocument

Re: [yocto] Adding firmware to initramfs

2014-12-01 Thread Bryan Evenson
ard drive crashes, etc.) you can get a copy of your layer and have all your image customizations ready. Specifically for your case, adding the file recipes-core/images/core-image-minimal-initramfs.bbappend to your layer with the contents: PACKAGE_INSTALL += "linux-firmware" should get

Re: [yocto] autobuilder: How to set PREMIRRORS?

2014-11-19 Thread Bryan Evenson
All, I'm getting close to implementing this feature, but I'm having some issues getting auto.conf formatted correctly. See below. > -Original Message- > From: Bryan Evenson > Sent: Monday, November 17, 2014 9:08 AM > To: Bryan Evenson; yocto@yoctoprojec

Re: [yocto] autobuilder: How to set PREMIRRORS?

2014-11-17 Thread Bryan Evenson
I don't know if it matters or not. 3. I see there is now an html document for autobuilder. Should any additions still be documented in README-NEW-AUTOBUILDER or is that file being abandoned? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] recipe fails to load local files

2014-11-17 Thread Bryan Evenson
Lachlan, > -Original Message- > From: peterengcomau...@adam.com.au > [mailto:peterengcomau...@adam.com.au] > Sent: Sunday, November 16, 2014 8:55 AM > To: Alexandru Vaduva; peterengcomau...@adam.com.au; Anders > Darander; Bryan Evenson > Cc: yocto@yoctoproject.org

Re: [yocto] recipe fails to load local files

2014-11-14 Thread Bryan Evenson
Lachlan, I have some recipe changes inline below. > -Original Message- > From: peterengcomau...@adam.com.au > [mailto:peterengcomau...@adam.com.au] > Sent: Friday, November 14, 2014 3:37 AM > To: Bryan Evenson; peterengcomau...@adam.com.au; > yocto@yoctoproject.org >

Re: [yocto] recipe fails to load local files

2014-11-13 Thread Bryan Evenson
FILES variable is auto-populated by a compiled package, which is why you may not see the FILES variable in every recipe. But in your case in which you don’t compile the code but are just installing files on disk, you need to fill out the FILES variable. Regards, Bryan From: yocto-boun

[yocto] autobuilder: How to set PREMIRRORS?

2014-11-13 Thread Bryan Evenson
ined empty in the generated auto.conf. I have not pulled in updates for autobuilder for a few months, but I don't see any changes in the logs that look like are related to the PREMIRRORS variable. Is there a way to add PREMIRRORS to a

[yocto] Questions on transition to PR service

2014-10-24 Thread Bryan Evenson
he resulting PRs for each package be the same on machine A and machine B? If not, is there a different order of operations/method to get the same PRs? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [OE-core] Truly scary SSL 3.0 vuln to be revealed soon:

2014-10-15 Thread Bryan Evenson
ient for most of these packages. I'm still working with the dylan branch. If any new packages have been added since then I may have missed them. I'm not sure how dropbear does its encryption, so that may be one to look at also. Regards, Bryan Evenson > Ross > -- > ___

Re: [yocto] Recommended Hardware for building

2014-10-03 Thread Bryan Evenson
may be enough for you. If this machine is for your development build and you have a have a lot of graphic applications that you need to build, you may want something more in line with what other people are suggesting. Regards, Bryan > > In general: bitbake will better utilize all available

Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-09-09 Thread Bryan Evenson
Robert, I'm copying Nicolas Ferre from Atmel, the main maintainer of their meta layer, in case anything I say needs correction. > -Original Message- > From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] > Sent: Tuesday, September 09, 2014 5:37 AM > To: Bryan E

Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-09-05 Thread Bryan Evenson
x27;t have a BSP that is officially supported by the Yocto Project, I'm not sure whether it belongs with your list or not. Regards, Bryan > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Robert P. J. Day >

[yocto] PR Server import/export questions

2014-08-19 Thread Bryan Evenson
ith the PR server at your organization? Has anyone else had any other issues using a PR server? Thanks, Bryan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] RFC: Improving the developer workflow

2014-08-07 Thread Bryan Evenson
I've had better success by setting up an Eclipse project to point to the proper directories in sysroot and then copying the Eclipse project for the new application. Any of the suggestions below to make the ADT or SDK easier to use and maintain would be appreciated. Regards,

Re: [yocto] [RFC] Upgrade to a package with all its dependency without network

2014-05-15 Thread Bryan Evenson
ing to work with someone to make it useful for more people if someone thinks it would be useful. Regards, Bryan > > For now I'm just analyzing what may be the possibilities and I'd love to have > any comments or advice from someone more experienced than me on this > topic.

Re: [yocto] [meta-atmel] at91sam9x5ek: "no machine record defined" failure for core-image-minimal

2014-05-09 Thread Bryan Evenson
Brian, > -Original Message- > From: Brian Karcz [mailto:bri...@russound.com] > Sent: Friday, May 09, 2014 3:49 PM > To: Bryan Evenson; Bruce Ashfield; yocto@yoctoproject.org > Subject: RE: [yocto] [meta-atmel] at91sam9x5ek: "no machine record > defined" fa

Re: [yocto] [meta-atmel] at91sam9x5ek: "no machine record defined" failure for core-image-minimal

2014-05-09 Thread Bryan Evenson
3.10, so that configuration might not work for 3.10. The configuration I'm currently using is over at https://github.com/evensonbryan/meta-atmel/tree/master/recipes-kernel/linux/files/at91sam9x5ek/linux-3.10-at91. It also has some patches I added in to pick up some missing peri

[yocto] busybox: ifplugd link not removed on upgrade

2014-04-02 Thread Bryan Evenson
obvious patches under Busybox. Thanks, Bryan Evenson -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] USB not automounting, missing /dev/disk directory

2014-03-31 Thread Bryan Evenson
All, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: Monday, March 31, 2014 9:57 AM > To: yocto@yoctoproject.org > Subject: [yocto] USB not automounting, missing /dev/disk director

[yocto] USB not automounting, missing /dev/disk directory

2014-03-31 Thread Bryan Evenson
utomounting and no /dev/disk directory on the filesystem. Any ideas on what else needs to be cleaned out or rebuilt? I've been trying to avoid deleting the entire tmp/ directory, but I will if that looks to be the best solution. Thanks, Bryan Evenson -- __

Re: [yocto] Remote management of embedded devices

2014-03-10 Thread Bryan Evenson
Alex, > -Original Message- > From: Alex J Lennon [mailto:ajlen...@dynamicdevices.co.uk] > Sent: Saturday, March 08, 2014 4:18 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Remote management of embedded devices > > + > On 07/03/2014

[yocto] [AB PATCH 01/01] README-NEW-AUTOBUILDER: Document CreateBBLayersConf

2014-03-07 Thread Bryan Evenson
Adds details on how to use CreateBBLayersConf to README-NEW-AUTOBUILDER. Details on usage were gathered from code inspection of CreateBBLayersConf.py and from personal usage experience. Signed-off-by: Bryan Evenson --- README-NEW-AUTOBUILDER | 43

Re: [yocto] Remote management of embedded devices

2014-03-07 Thread Bryan Evenson
the USB stick. We also had an issue with DNS names because the server has a different name when the device finds it locally on our intranet then when it connects remotely, so we had to setup separate mirrors. Other than that it's been working pretty well. I'd also love to hear oth

Re: [yocto] [AB PATCH 06/27] Autobuilder.py/Buildset.py: More sane parser/UI

2014-03-06 Thread Bryan Evenson
Is the plan just to update the README files, or are there plans to move toward an HTML document under http://www.yoctoproject.org/documentation? Either way, the Autobuilder documentation is pretty sparse and as an Autobuilder user I'm willing to extend the documentation. If there are specific sections you are looking to document first, let us know. Thanks, Bryan ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] stupid question about post-installation scripts

2013-11-25 Thread Bryan Evenson
Robert, > -Original Message- > From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] > Sent: Monday, November 25, 2013 12:29 PM > To: Bryan Evenson > Cc: Rifenbark, Scott M; Yocto discussion list > Subject: RE: stupid question about post-installation scripts >

Re: [yocto] Unable to upgrade kernel; package for kernel name includes version

2013-11-25 Thread Bryan Evenson
All, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Bryan Evenson > Sent: Monday, November 25, 2013 9:46 AM > To: yocto@yoctoproject.org > Subject: [yocto] Unable to upgrade kernel; package for kern

Re: [yocto] stupid question about post-installation scripts

2013-11-25 Thread Bryan Evenson
out whether the postinst script is running during image creation or on the actual hardware. Been working great so far. -Bryan > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Rifenbark, Scott M > Sent: Monday, No

[yocto] Unable to upgrade kernel; package for kernel name includes version

2013-11-25 Thread Bryan Evenson
how do I change the package name so that it doesn't include the version? Thanks, Bryan ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Compile on recipe works the second time

2013-11-25 Thread Bryan Evenson
10:33 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: RE: [yocto] Compile on recipe works the second time > > > > See below > > Michael > > > > -Original Message- > > From: yocto-boun...@yoctoproject.org [mailto:yocto- > &

Re: [yocto] Deploying Yocto build images

2013-11-21 Thread Bryan Evenson
same but there will be configuration file differences from device to device. I like the idea of a single image upgrade, but not at the cost of wiping the device-specific configuration. Thanks, Bryan E. > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yo

Re: [yocto] Compile on recipe works the second time

2013-11-19 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, November 19, 2013 10:47 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Compile on recipe works the second time > > Hi Bryan, >

[yocto] Compile on recipe works the second time

2013-11-19 Thread Bryan Evenson
applications to fail to build the first time but work the second. However, I can't figure out how to fix the issue. Any pointers on what is setup wrong with this recipe? Thanks, Bryan ___ yocto mailing list yocto@yoctoproject.org https://lists.

Re: [yocto] 2.6.39 kernel and poky

2013-11-04 Thread Bryan Evenson
e SAM9G25 evaluation board and our custom hardware. Feel free to fork my layer or Atmel's layer and add support for the 2.6.39 kernel. Atmel has been accepting pull requests on additional features. -Bryan Evenson From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.o

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-24 Thread Bryan Evenson
specific packages and similar named packages for libglib, but none that are an exact match. Is this the expected behavior? If so, how do I figure out which of the many similar named packages was actually installed (so I know which ones to pull)? Thanks, Bryan From: Martin Jansa

Re: [yocto] How to prevent building -dbg and -doc packages?

2013-10-24 Thread Bryan Evenson
size, if I only include the packages that are used for the image I believe I could get the ipk/ directory to under 50 MB. Making it that small would make some options, such as providing a download from our company’s website for our customers, more reasonable. Thanks, Bryan From: Martin Jansa

[yocto] How to prevent building -dbg and -doc packages?

2013-10-23 Thread Bryan Evenson
OR: Task 362 (/media/sda3/poky/meta/recipes-extended/pam/libpam_1.1.6.bb, do_package) failed with exit code '1' So either I didn't remove enough from bitbake.conf or there is a better way to do this. Does anyone know of a good way to avoid building al

Re: [yocto] Can't get DEPENDS to trigger glib-2.0 or util-linux build

2013-10-22 Thread Bryan Evenson
Ross, > -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, October 22, 2013 9:50 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Can't get DEPENDS to trigger glib-2.0 or util- > linux build >

[yocto] Can't get DEPENDS to trigger glib-2.0 or util-linux build

2013-10-22 Thread Bryan Evenson
re building my recipe, then my application builds without issue. What did I forget to add to my recipe so the system builds the dependent packages first? Thanks, Bryan Evenson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] default root password

2013-10-17 Thread Bryan Evenson
ete when I tried to modify the root password in this manner. The other way worked so I went with that. Hope that helps. -Bryan Evenson > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of David Andrey > Sent: Wed

[yocto] [yocto-autobuilder] [PATCH 1/1] README-NEW-AUTOBUILDER: Add to scheduler documentation

2013-10-14 Thread Bryan Evenson
Adds detail on the Nightly scheduler properties that are available. Notes default settings where appropriate and notes which values must be set by the user. Signed-off-by: Bryan Evenson --- README-NEW-AUTOBUILDER | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git

Re: [yocto] yocto-autobuilder: Nightly build not building nightly

2013-10-14 Thread Bryan Evenson
Elizabeth, > -Original Message- > From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] > Sent: Monday, October 14, 2013 10:57 AM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] yocto-autobuilder: Nightly build not building > nightly

[yocto] yocto-autobuilder: Nightly build not building nightly

2013-10-14 Thread Bryan Evenson
t the nightly build to trigger? Or is there a different configuration file that I need to modify? Thanks, Bryan Evenson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

  1   2   >