Re: [yocto] Slashes in branch names

2015-02-09 Thread Rudolf J Streif
Michael, Could you please be more specific on what the issue is? The Yocto Project's kernel repos use slashes in branch names. :rjs On Monday, February 09, 2015 07:10:49 PM Harvey, Michael wrote: Our git SCM infrastructure uses slashes in the branch names (android style) for organization,

Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Rudolf J Streif
Hi Robert, > > Which Yocto version do you use? I use 1.8 I am using 1.8, too. Just sent another e-mail about the TCF agent. However, that's only in addition since TCF is not used for debugging with GDB. Eclipse wraps around GDB which then communicates directly with the GDB server on the

Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Rudolf J Streif
> > I think I made some progress - see attached image. Good. > > As you can see I stepped into printf and friends. > > For this to work I needed a few more things: > > 1) directory needs the be the same on host and target > > the executable on the host: > >

Re: [yocto] gdb/gdbserver vs. eclipse

2015-09-05 Thread Rudolf J Streif
Robert, What version of Poky/OpenEmbedded Core (meta) are you using? I found that including Fido (1.8) the tcf-agent built by meta was stuck at version 0.4.0. That causes issues with running on the target and getting the console output back to Eclipse. That's now updated to 1.3 in master for

Re: [yocto] Setting root password

2015-09-24 Thread Rudolf J Streif
Hi Andy, Daniel On Thursday, September 24, 2015 11:20:37 AM Daniel. wrote: > Still, I think is a good ideia to understand what is going wrong with > EXTRA_USERS_PARAMS, other users may having the same problem. EXTRA_USERS_PARAMS works for me all the time. The stanza is what I am using in my

Re: [yocto] Antwort: Re: Problems with do_rootfs when changing the user password

2016-06-09 Thread Rudolf J Streif
Hi, > > How are the steps to (re)set the root password? I am using something like this to set passwords: inherit extrausers # set image root password ROOT_PASSWORD = "secret" DEV_PASSWORD = "hackme" EXTRA_USERS_PARAMS = "\ groupadd developers; \ useradd -p `openssl passwd

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Rudolf J Streif
> > hmm ... the client requirements are only that it use u-boot, > with the mender software integrated into u-boot. so if one can > configure and build that for powerpc, then install and boot u-boot on > the target board, why should it then be restricted to ARM? > > sure, their reference

[yocto] [Toaster] Production Instance Setup

2016-01-14 Thread Rudolf J Streif
Hi Everyone: I am trying to set up Toaster in a production environment with Apache etc. The web server setup is ok. It is running builds where I am currently stuck. I am using the Jethro branch from the git repo. According to step 7 in [1] one needs to start

Re: [yocto] Package Level Dependencies

2016-02-21 Thread Rudolf J Streif
Hi Sebastian, > I have a recipe (say: "test123") that provides a complex piece of software > (cmake-based). The software needs some configuration file (say > "test123.conf"). There are multiple variants of the configuration file, > sharing the same name, i.e. "test123.conf" exists in different

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Rudolf J Streif
Hi Ron, On Tuesday, April 05, 2016 10:37:07 AM Ronald Oakes wrote: > When I try to build either emulated or real 64 bit distributions on an > isolated system running Debian 8.0.3 (using BB_NO_NETWORK = "1"), > utilizing a downloads directory copied from a system running Centos > 7.2.1511, I get a

Re: [yocto] [oe] [OE-core] OEDAM, April 8 in San Diego after ELC

2016-04-11 Thread Rudolf J Streif
Hello Everyone: If you attended OEDAM last Friday in San Diego, I very much hope that you enjoyed being here. The Catamaran Hotel, where we held the meeting, would very much appreciate your feedback: www.catamaranresort.com/trip I hope you all had a safe trip back home, Rudi --

Re: [yocto] Problems building live image

2016-03-19 Thread Rudolf J Streif
On Monday, March 14, 2016 04:38:35 PM K Richard Pixley wrote: > > What stops us from building different boot labels for different images? > That seems like the obvious choice. Or perhaps, using "boot" for all > syslinux images and adding "install" for "live" images. Fair question. Nothing

Re: [yocto] [oe] [OE-core] OEDAM, April 8 in San Diego after ELC

2016-03-24 Thread Rudolf J Streif
Since I happen to live in San Diego, I have been asking around for a potential meeting room (unfortunately, I don't have an office with a meeting room myself). I am currently working with the University of San Diego and the Catamaran/Bahia Hotel. Can't promise anything yet. :rjs On Thursday,

[yocto] Building gdb-7.10 for arm with master

2016-03-05 Thread Rudolf J Streif
At least for arm (I have not tested other arch) building gdb-7.10 with Build Configuration: BB_VERSION= "1.29.0"

Re: [yocto] [wic] Creating sdimage-bootpart

2016-03-02 Thread Rudolf J Streif
Hi Ed, > > Interesting. I thought that this commit shoud fix the issue: > http://cgit.openembedded.org/openembedded-core/commit/?id=264c03e854f77c3b62acb710384f66716ccbf469 Thanks. I was not aware of that patch. > > Which branch do you use? > Jethro. Master seems to be broken right now. It

[yocto] [wic] Creating sdimage-bootpart

2016-03-01 Thread Rudolf J Streif
I tried creating an image with wic using sdimage-bootpart which produces this error message: - wic create sdimage-bootpart -e core-image-base -D Checking basic build environment... Done. Creating image(s)... File

Re: [yocto] Fwd: OEDAM: New Location - Catamaran resort

2016-03-29 Thread Rudolf J Streif
We need the final headcount by next Monday. Food, breakfast, lunch and refreshments, will be provided. If you have special dietary needs such as vegetarian, gluten-free etc. please indicate so behind you name. We'll do the best to accommodate them. Rudi On Tuesday, March 29, 2016 12:57:23 PM

Re: [yocto] any pointers to a yocto-based image to use as a live install utility?

2016-05-25 Thread Rudolf J Streif
Hi Robert, On Wednesday, May 25, 2016 06:18:34 AM Robert P. J. Day wrote: > > specifically in the context of powerpc systems, are there any > suggestions for an image that could be used to boot an older powerpc > system, running completely out of ram, and using that as an install > utility

Re: [yocto] Adding to inittab based on image content

2017-01-06 Thread Rudolf J Streif
+=" in my image recipe). > > Any suggestions on how to make this inittab addition conditional? > > Thanks -- Rudolf J Streif signature.asc Description: This is a digitally signed message part. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Adding to inittab based on image content

2017-01-07 Thread Rudolf J Streif
On Saturday, January 7, 2017 10:23:50 AM PST Mike Looijmans wrote: > On 06-01-17 18:17, Rudolf J Streif wrote: > > Hi Colin, > > > > The correct way of doing this is a package postinstallation script that is > > run by the package manager after the package

Re: [yocto] ERROR: libreoffice-5.0.5.2-r0 do_package

2017-03-23 Thread Rudolf J Streif
oky/meta-packages/meta-office/recipes-libreoffice/ > libreoffice/libreoffice.bb: do_package > Summary: There were 2 WARNING messages shown. > Summary: There were 3 ERROR messages shown, returning a non-zero exit code. > > > what is the issue and how to solve this ? > > &

Re: [yocto] What happened to 'depexp'?

2017-03-10 Thread Rudolf J Streif
backwards compatibility. I may have missed it, but was there a discussion on the mailing lists about deprecating and replacing 'depexp'? Cheers, -- Rudolf J Streif signature.asc Description: This is a digitally signed message part. -- ___ yocto ma

Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-05-11 Thread Rudolf J Streif
wrote: > On 5/11/18 12:28 PM, Rudolf J Streif wrote: >> Echoing this: may I ask what the current maintenance status of >> meta-selinux is. It appears that no updates have been made for more than >> 9 months. This is of course not to blame anybody but out of concern that >>

Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-05-11 Thread Rudolf J Streif
gt;> inherit lib_package pythonnative >> >> DEPENDS += "libsepol python libpcre swig-native" >> -RDEPENDS_${PN}-python += "python-importlib" >> +RDEPENDS_${PN}-python += "python-core" >> >

Re: [yocto] porting gRPC into Yocto

2018-06-21 Thread Rudolf J Streif
RPC (for C or C++) > into a Yocto project? > > Thanks, > > S > > > > > > > > -- Rudolf J Streif signature.asc Description: OpenPGP digital signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to tell bitbake my prefered terminal in for devshell and access bitbake datastore?

2018-07-23 Thread Rudolf J Streif
s for terminals that bitbake loop > through, but how can I tell bitbake that I prefer a certain terminal? > > Also, is it possible to access bitbake datastore from inside the > devshell(or devpyshell) ? > > Regards > -- Rudolf J Streif

Re: [yocto] Which bb is chosen when several versions are available

2018-07-11 Thread Rudolf J Streif
-rw-rw-r-- 1 jay jay   291 Jun 28 09:48 php_5.6.26.bb > <http://php_5.6.26.bb> > -rw-rw-r-- 1 jay jay 11980 Jun 28 09:48 php.inc > > > If I add in my image recipe: > CORE_IMAGE_EXTRA_INSTALL += " \ >     php \   > " > > which version will be included? >

Re: [yocto] Keeping and modifying Source code in Yocto

2018-07-06 Thread Rudolf J Streif
urce code from a package, make > modifications and then re-compile? > > Thanks, > S > > > > > > > -- Rudolf J Streif signature.asc Description: OpenPGP digital signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Setting up a password for the root user

2019-01-11 Thread Rudolf J Streif
Alberto, The quotes around `openssl passwd ${ROOT_PASSWORD}` have to be backticks (`) not single quotes ('). :rjs On 01/11/2019 07:41 AM, Alberto Spin wrote: > > Hello There, > >   > > I’m trying to set a password for the root user of my distribution > (based rocko branch) > >   > > I’ve

Re: [yocto] local.conf confusion

2019-02-20 Thread Rudolf J Streif
Greg, I am not entirely sure why you are including a machine configuration include file into your conf/local.conf file. However, the "include" directive is optional include and hence if the file is not found Bitbake will not raise an error and terminate. If you need that behavior use "require"

Re: [yocto] problem adding a user

2019-05-15 Thread Rudolf J Streif
gards, Greg *From:* Rudolf J Streif *Sent:* Wednesday, May 15, 2019 10:07:47 AM *To:* Greg Wilson-Lindberg; Yocto list discussion *Subject:* Re: [yocto] problem adding a user Hi Greg, Well, I suppose I wrote the book you are referring to... Using useradd -p

Re: [yocto] problem adding a user

2019-05-15 Thread Rudolf J Streif
very encode produces a different value? I am getting the user added to the system, the home directory shows up and the user is in the passwd and group files. I just can't login to the account. I've obviously got something confused, any help would be appreciated. Greg Wilson-Lindberg -- -

Re: [yocto] problem adding a user

2019-05-15 Thread Rudolf J Streif
Greg *From:* Rudolf J Streif *Sent:* Wednesday, May 15, 2019 11:26 AM *To:* Greg Wilson-Lindberg; Yocto list discussion *Subject:* Re: [yocto] problem adding a user Hi Greg, > I've also tried both the back-quote and the singl

Re: [yocto] problem adding a user

2019-05-15 Thread Rudolf J Streif
I get all of this to work together? Do I need to put everything that touches the sakura user in the same recipe? It seems that I need to use only one of the useradd or extrausers classes? Greg *From:* Rudolf J Streif

Re: [yocto] Creating my own bsp

2019-06-25 Thread Rudolf J Streif
plaints.  It would > be nice to read what went into a simple bsp that worked under for an > arm board. > > PS I'm using the warrior release as it worked for bringing up the > raspberry pi. > > Any help would be greatly appreciated.  > > -- > Larry Brown > > -- - Rudolf

Re: [yocto] [Yocto-Advocacy] Yocto Project Upcoming Conferences and Developer Days

2019-05-09 Thread Rudolf J Streif
unity to recover from it. The day is already packed just to cover the core concepts. Cheers, Rudi Thanks, Behan -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3396 x700 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-19 Thread Rudolf J Streif
Maybe >> somebody has an idea? Wrong firmware (maybe cannot be distributed >> because of licensing...)? > Sadly we don't actively test display and other related toys so they > might be broken. Even so, I would be surprised if the DSI por

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Rudolf J Streif
No, unfortunately not. HDMI works just fine but no video on the touch display. On 5/16/19 9:46 AM, Andrei Gherzan wrote: Hi, On 16/05/2019 17.24, Rudolf J Streif wrote: Thank you, Paul. I did read Andrei's excellent documentation and enabled I2C and SPI etc. And it didn't work

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Rudolf J Streif
Thank you, Paul. I did read Andrei's excellent documentation and enabled I2C and SPI etc. :rjs On 5/16/19 8:39 AM, Paul Barker wrote: On Thu, 16 May 2019, at 16:33, Rudolf J Streif wrote: I am trying to use the "official" RPi 7" touch display (https://www.raspberrypi.org/pro

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Rudolf J Streif
Thank you, Andrei. Much appreciated. https://pastebin.com/bHUHaRkL It's the config.txt that is packaged with the image. :rjs On 5/16/19 9:01 AM, Andrei Gherzan wrote: HI, On 16/05/2019 16.31, Rudolf J Streif wrote: I am trying to use the "official" RPi 7" touch

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-20 Thread Rudolf J Streif
y have hdmi tested in 64bit this far On Sat, May 18, 2019, 22:13 Khem Raj mailto:raj.k...@gmail.com>> wrote: On 5/16/19 9:01 AM, Andrei Gherzan wrote: > HI, > > On 16/05/2019 16.31, Rudolf J Streif wrote: >> I am trying to use

Re: [yocto] Yocto Project @ ELC NA 2019

2019-05-02 Thread Rudolf J Streif
with how people engage with it during the show. Definitely in favor of showing the whole gokart. Thanks! Andreea -Original Message- From: Rudolf J Streif [mailto:rudolf.str...@ibeeto.com] Sent: Thursday, May 2, 2019 2:36 PM To: Volosincu, Andreea S ; Nicolas Dechesne Cc: Yocto list

[yocto] Yocto Project @ ELC NA 2019

2019-05-02 Thread Rudolf J Streif
a LiFePo battery pack producing up to 25 kW peak power output going up to 45 mph (electronically limited)). Cheers, Rudi -- ----- Rudolf J Streif CEO/CTO ibeeto +1.855.442.3396 x700 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

Re: [yocto] kernel modul install

2019-08-26 Thread Rudolf J Streif
y chip recipe. >   > Best regards, > Michael > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-07-31 Thread Rudolf J Streif
-mgr.service" > > But I could not build it "unprased line FILES_${PN} += > "${systemd_system_unitdir}/dl-mgr.service", could anyone help please? > > Thank you. > > Kind regards, > > - JH -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3396 x700

Re: [yocto] Meta-raspberrypi

2019-07-29 Thread Rudolf J Streif
gt; confidential. They are intended for the named recipient(s) only. If > you have received this email by mistake, please notify the sender > immediately and do not disclose the contents to anyone or make copies > thereof. > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3396 x700 sign

Re: [yocto] Make the service the last run in boot

2019-08-01 Thread Rudolf J Streif
eeds be >>> changed to from multi-user.target to custom.target. I am not sure how >>> it could be done in do_install, appreciate your tips. >>> >>> Thank you. >>> >>> Kind regards, >>> >>> - JH >> >> -- >> _

Re: [yocto] PREMIRROR

2019-07-24 Thread Rudolf J Streif
available or not up to date > (shallow clone not enabled)" > > Any help on what I am missing would be appreciated. > > Regards, > > Russell > > > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3396 x700 signature.asc Description: OpenPGP digital si

Re: [yocto] PREMIRROR

2019-07-24 Thread Rudolf J Streif
tch is working > but the do_unpack task is ignoring PREMIRRORS (or at least the > localpath variable seems wrong). > > --Russ > > > On Wed, Jul 24, 2019 at 12:19 PM Rudolf J Streif > mailto:rudolf.str...@ibeeto.com>> wrote: > > Russell, > >

Re: [yocto] PREMIRROR

2019-07-24 Thread Rudolf J Streif
; wanted to use the PREMIRROR function.  Unfortunately, it does not > appear to work or at least not work as I expected. > > --Russ > > > > > On Wed, Jul 24, 2019 at 2:57 PM Rudolf J Streif > mailto:rudolf.str...@ibeeto.com>> wrote: > > Hi Russell, >

Re: [yocto] PREMIRROR

2019-07-25 Thread Rudolf J Streif
ecipe.bbappend: inherit externalsrc EXTERNALSRC = "/path/to/source/tree" Now, that is exactly what devtool does for you but you can of course do it manually. :rjs > I can't be the only one doing this.  Is there a best practices here > (private vs. public repo)?

Re: [yocto] PREMIRROR

2019-07-26 Thread Rudolf J Streif
You are very welcome. Enjoy working with YP. :rjs On 7/25/19 4:48 PM, Russell Peterson wrote: > Just tried the externalsrc feature.  Works perfectly.  Exactly what I > was looking for.  Thanks so much, Rudolf! > > --Russ > > > On Thu, Jul 25, 2019 at 4:59 PM Rudolf J Strei

Re: [yocto] Downloading Git Archives

2019-09-27 Thread Rudolf J Streif
re submodules. Gitlab handles that quite nicely. :rjs - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Downloading Git Archives

2019-09-26 Thread Rudolf J Streif
seudo> > into a file we can store in our ${LOCAL_MIRROR}? > > Thank you, > > ..Ch:W.. > -- - Rudolf J Streif CEO/CTO ibeeto +1.855.442.3386 x700 signature.asc Description: OpenPGP digital signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-08 Thread Rudolf J Streif
> LICENSE = "MIT" >>> LIC_FILES_CHKSUM = >>> "file://LICENSE;md5=7e26fc87b2c255632232dc535ed2700b;sha256=c8ea5a5ce0ef734ec1d0be3e214bed71673f1ffc628fe86bbd055d61abd52cc8" >>> >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:&quo