Re: [yocto] Morty 2.2.1 build failure

2017-03-23 Thread Greg Wilson-Lindberg
th 4 threads, still crashed. Regards, Greg > -Original Message- > From: akuster [mailto:akus...@mvista.com] > Sent: Thursday, March 23, 2017 12:33 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: Paul Eggleton <paul.eggle...@linux.intel.com>; yocto

Re: [yocto] Morty 2.2.1 build failure

2017-03-23 Thread Greg Wilson-Lindberg
age- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Thursday, March 23, 2017 2:49 AM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org; akuster808 <akuster...@gmail.com> > Subject: Re: [yocto] Morty 2.2.1 build failure &

Re: [yocto] Morty 2.2.1 build failure

2017-03-22 Thread Greg Wilson-Lindberg
octoproject.org > Subject: Re: [yocto] Morty 2.2.1 build failure > > > Greg, > > On 03/21/2017 04:29 PM, Greg Wilson-Lindberg wrote: > > Hello List, > > > > I got a copy of the book "Embedded Linux Systems with the Yocto Project" > at the SCALE 15x confer

[yocto] Morty 2.2.1 build failure

2017-03-21 Thread Greg Wilson-Lindberg
n-zero exit code. gwilson 11:13:14:~/yocto/poky-morty-16.0.1/build$ I get 1 file that needs to go to a mirror and a second file that can't be found at all. Are these known bugs? Do I need to just back up and use Morty 2.2? Regards, Greg Wilson-Lindberg Sakura Finetek 310-783-5075 -- __

[yocto] Having trouble getting recipe to run in proper directory

2017-10-04 Thread Greg Wilson-Lindberg
I'm trying to create a new recipe for a package that has a version and non-numeric rev in its name (canfestival-3-asc). I've gotten bitbake to unpack the package into a tree that looks ok, but it keeps trying to run the compile at least in the wrong directory. Here is the recipe: SUMMARY =

[yocto] package error for custom devtool recipe

2017-10-02 Thread Greg Wilson-Lindberg
I've got a recipe that I'm trying to get working that was created by devtool: # Recipe created by recipetool # This is the basis of a recipe and may need further editing in order to be fully functional. # (Feel free to remove these comments when editing.) # WARNING: the following LICENSE and

Re: [yocto] trying to initialize a new devtool recipe using mercurial SCM

2017-10-03 Thread Greg Wilson-Lindberg
at adding ';module=' might help but it made no difference. I can do a "hg clone https://bitbucket.org/Mongo/canfestival-3-asc'. Any help would be greatly appreciated. Greg Wilson-Lindberg Sakura Finetek 310-783-5075 -- ___ yocto mailing list yoct

Re: [yocto] errors in recipe after move from devtool

2017-10-10 Thread Greg Wilson-Lindberg
uesday, October 10, 2017 11:18:33 AM To: Greg Wilson-Lindberg Cc: yocto@yoctoproject.org Subject: Re: [yocto] errors in recipe after move from devtool On 10 October 2017 at 17:34, Greg Wilson-Lindberg <gwil...@sakuraus.com<mailto:gwil...@sakuraus.com>> wrote: So to continue, what is the prob

[yocto] errors in recipe after move from devtool

2017-10-10 Thread Greg Wilson-Lindberg
I'm trying to develop a new recipe for zint, barcode generating software. I initially built the recipe under devtool and got it to the point that there were no errors. I then did a devtool finish command to move it to my yocto build tree under our private recipe and now when I build it I get 2

Re: [yocto] errors in recipe after move from devtool

2017-10-10 Thread Greg Wilson-Lindberg
a link with something like lib/../lib, the error that I'm getting doesn't have that. Any insight would be appreciated. Regards, Greg From: Greg Wilson-Lindberg Sent: Tuesday, October 10, 2017 9:29:11 AM To: yocto@yoctoproject.org Subject: errors in recipe after

[yocto] No GNU_HASH in the elf binary: error

2017-10-09 Thread Greg Wilson-Lindberg
I'm getting a "No GNU_HASH in the elf binary" error. The documentation says to add LD_FLAGS to the ld command line, but it's already there: LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed Here is the command that produces the offending elf binary: arm-poky-linux-gnueabi-gcc

Re: [yocto] No GNU_HASH in the elf binary: error

2017-10-09 Thread Greg Wilson-Lindberg
From: yocto-boun...@yoctoproject.org <yocto-boun...@yoctoproject.org> on behalf of Greg Wilson-Lindberg <gwil...@sakuraus.com> Sent: Monday, October 9, 2017 11:42:42 AM To: yocto@yoctoproject.org Subject: [yocto] No GNU_HASH in the elf binary: error I'm getting a "No GN

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Greg Wilson-Lindberg
That did the trick, Thanks, Greg > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, September 07, 2017 9:52 AM > To: Mark Hatle <mark.ha...@windriver.com> > Cc: Greg Wilson-Lindberg <gwil...@sakuraus.com>; Andre McCurdy >

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Greg Wilson-Lindberg
Hi Mark, Unfortunately, in this case the certificate has already been added to the system, necessary to get https working. Greg From: Mark Hatle <mark.ha...@windriver.com> Sent: Thursday, September 7, 2017 9:31:02 AM To: Greg Wilson-Lindberg; Andre McCu

Re: [yocto] Working behind a Palo Alto firewall/proxy

2017-09-07 Thread Greg Wilson-Lindberg
From: Andre McCurdy <armccu...@gmail.com> Sent: Wednesday, September 6, 2017 6:34:07 PM To: Greg Wilson-Lindberg Cc: yocto@yoctoproject.org Subject: Re: [yocto] Working behind a Palo Alto firewall/proxy On Wed, Sep 6, 2017 at 2:42 PM, Greg Wilson-Lindberg <gwil...@sakuraus

[yocto] Working behind a Palo Alto firewall/proxy

2017-09-06 Thread Greg Wilson-Lindberg
whatever site is being downloaded from. Any suggestions would be appreciated. Greg Wilson-Lindberg Sakura Finetek 310-783-5075 -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] trying to initialize a new devtool recipe using mercurial SCM

2017-09-29 Thread Greg Wilson-Lindberg
d that adding ';module=' might help but it made no difference. I can do a "hg clone https://bitbucket.org/Mongo/canfestival-3-asc'. Any help would be greatly appreciated. Greg Wilson-Lindberg Sakura Finetek 310-783-5075 -- ___ yocto mailin

Re: [yocto] package error for custom devtool recipe

2017-10-03 Thread Greg Wilson-Lindberg
anks again, Greg From: Paul Eggleton <paul.eggle...@linux.intel.com> Sent: Monday, October 2, 2017 6:26:21 PM To: Greg Wilson-Lindberg Cc: yocto@yoctoproject.org Subject: Re: [yocto] package error for custom devtool recipe Hi Greg, On Tuesday, 3 October 2017

Re: [yocto] Having trouble getting recipe to run in proper directory

2017-10-05 Thread Greg Wilson-Lindberg
Hi Ross, Thanks for the insight, I guess I'll have to go back and do a bit more fiddling than I was thinking I might get by with, oh well. Greg From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, October 05, 2017 12:18 PM To: Greg Wilson-Lindberg <gwil...@sakuraus.com> Cc

Re: [yocto] errors in recipe after move from devtool

2017-10-11 Thread Greg Wilson-Lindberg
age- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Tuesday, October 10, 2017 2:16 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org; Burton, Ross <ross.bur...@intel.com> > Subject: Re: [yocto] errors in recipe after

Re: [yocto] Problem with populate_sdk

2017-10-23 Thread Greg Wilson-Lindberg
icdev-pkgs" Regards, Greg > -Original Message- > From: Andrea Adami [mailto:andrea.ad...@gmail.com] > Sent: Monday, October 23, 2017 1:50 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Problem with popu

[yocto] Problem with populate_sdk

2017-10-19 Thread Greg Wilson-Lindberg
I'm trying to build an SDK for a Raspberry Pi3, and I got a problem with the files from one of my custom recipes. In my recipe I have: FILES_${PN}-dev = "lib/lib${PN}.a lib/lib${PN}_unix.a lib/pkgconfig include/canfestival/*.h" The *.a files get put into staticdev not dev in the package

[yocto] How to enable modules in kernel

2017-11-02 Thread Greg Wilson-Lindberg
eate a .scc file and .cfg file in the directory that I've got my image recipe, or is there a better way, or different place to put them? And then I'm assuming that I add the .scc file to KERNEL_FEATURES in my image recipe. Regards, Greg Wilson-Lindberg Sakura Finetek 310-783-

Re: [yocto] add kernel modules & dtbo's for Raspberry Pi3

2017-12-21 Thread Greg Wilson-Lindberg
:20 AM To: Greg Wilson-Lindberg Cc: yocto@yoctoproject.org Subject: Re: [yocto] add kernel modules & dtbo's for Raspberry Pi3 On Wed 2017-12-20 @ 11:40:50 PM, Greg Wilson-Lindberg wrote: > I'm building an image for the Raspberry Pi 3 and I'm trying to add some > modules to the kernel and I

Re: [yocto] Kernel configuration problem/confusion

2018-01-04 Thread Greg Wilson-Lindberg
Wilson-Lindberg; yocto@yoctoproject.org Subject: Re: [yocto] Kernel configuration problem/confusion On 2017-12-27 12:11 PM, Greg Wilson-Lindberg wrote: > Hi Bruce, > > First, the kernel is 4.4.50, the recipe is linux-raspberrypi_4.4.bb in > meta-raspberrypi. My image recipe is ba

Re: [yocto] Kernel configuration problem/confusion

2017-12-22 Thread Greg Wilson-Lindberg
to me reveal any reason that I shouldn't be able to set it. Regards, Greg ________ From: Bruce Ashfield <bruce.ashfi...@windriver.com> Sent: Friday, December 22, 2017 12:27:22 PM To: Greg Wilson-Lindberg; yocto@yoctoproject.org Subject: Re: [yocto] Kernel configuration proble

[yocto] Kernel configuration problem/confusion

2017-12-22 Thread Greg Wilson-Lindberg
I'm trying to add some kernel configuration to a Raspberry pi3 yocto build. I've got the .cfg fragment being read in, but I'm getting warnings that indicate that they are not making the desired changes. The first one is CONFIG_SND_SOC_MAX9768. This is a sound codec and the Kconfig file has

Re: [yocto] Kernel configuration problem/confusion

2017-12-27 Thread Greg Wilson-Lindberg
_ From: Bruce Ashfield <bruce.ashfi...@windriver.com> Sent: Saturday, December 23, 2017 7:29 PM To: Greg Wilson-Lindberg; yocto@yoctoproject.org Subject: Re: [yocto] Kernel configuration problem/confusion On 12/22/2017 6:17 PM, Greg Wilson-Lindberg wrote: > Hi Bru

[yocto] add kernel modules & dtbo's for Raspberry Pi3

2017-12-20 Thread Greg Wilson-Lindberg
I'm building an image for the Raspberry Pi 3 and I'm trying to add some modules to the kernel and I need to add some device tree overlays. The modules and overlays are part of the kernel, just not built by default. For the kernel modules I've added a linux-raspberrypi_4.4.bbappend file in the

[yocto] Kernel configuration problems

2018-07-27 Thread Greg Wilson-Lindberg
be greatly appreciated. Regards, Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. 1750 W 214th Street | Torrance, CA 90501 | U.S.A. T: +1 310 783 5075 F: +1 310 618 6902 | E: gwil...@sakuraus.com<mailto:gwil...@sakuraus.com> www.sakuraus.com<http

Re: [yocto] Can't get *.a's into SDK sysroot

2018-07-25 Thread Greg Wilson-Lindberg
Hi Andre, The RDEPENDS did what I needed. Thank you very much, Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. 1750 W 214th Street | Torrance, CA 90501 | U.S.A. T: +1 310 783 5075 F: +1 310 618 6902 | E: gwil...@sakuraus.com<mailto:gwil...@sakuraus.

Re: [yocto] trouble getting systemd oneshot to run

2018-03-15 Thread Greg Wilson-Lindberg
got it running now, on to the next problem. Thanks again for the community and all of your help, Greg From: Jeremy Thien <jere...@adtecinc.com> Sent: Thursday, March 15, 2018 6:44:17 AM To: Khem Raj Cc: Greg Wilson-Lindberg; yocto@yoctoproject.org Subje

[yocto] How to get mysqy/mariadb to start on powerup.

2018-03-15 Thread Greg Wilson-Lindberg
, but can't find anything that pertains to yocto. Regards, Greg Wilson-Lindberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to get mysqy/mariadb to start on powerup.

2018-03-15 Thread Greg Wilson-Lindberg
> From: Khem Raj <raj.k...@gmail.com> > Sent: Thursday, March 15, 2018 1:54 PM > To: Greg Wilson-Lindberg > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to get mysqy/mariadb to start on powerup. > > > On Thu, Mar 15, 2018 at 1:38 PM, Greg Wilson-Lindberg

[yocto] trouble getting systemd oneshot to run

2018-03-14 Thread Greg Wilson-Lindberg
ump the variables S contains a path to a directory in my root not "${WORKDIR}". Any and all help with this would be greatly appreciated. Regards, Greg Wilson-Lindberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] trouble getting systemd oneshot to run

2018-03-14 Thread Greg Wilson-Lindberg
eremy Thien <jere...@adtecinc.com> Sent: Wednesday, March 14, 2018 1:08 PM To: Greg Wilson-Lindberg Cc: yocto@yoctoproject.org Subject: Re: [yocto] trouble getting systemd oneshot to run I am no expert, but I have a similar recipe. It might be over complicated, but I put the script in

Re: [yocto] How to patch a driver in Linux source tree

2018-04-13 Thread Greg Wilson-Lindberg
the kernel. The kernel source is in tmp/work-shared/raspberrypi3/lernel-source, but that is not a git directory. Any pointers would be appreciated. Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. 1750 W 214th Street | Torrance, CA 90501 | U.S.A. T: +1 310 783 5075

[yocto] How to patch a driver in Linux source tree

2018-04-13 Thread Greg Wilson-Lindberg
file. Do I put the patch file in that, and If so, how do I indicate the path to the file? Thanks for the help and enlightenment, Greg Wilson-Lindberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Connecting to mysql/mariadb

2018-04-17 Thread Greg Wilson-Lindberg
; response. I've tried user root, & mysql, same response. I'm using the default configuration from Yocto, so maybe I'm missing something that I should be configuring. If anybody here has any experience with this I would appreciate any enlightenment you can give me. Thanks in advance

Re: [yocto] How to patch a file in mysql recipe

2018-04-20 Thread Greg Wilson-Lindberg
Hi Martin, Your suggestion worked just fine, Thanks for the suggestion. Regards, Greg > -Original Message- > From: Martin Hundebøll [mailto:m...@prevas.dk] > Sent: Thursday, April 19, 2018 10:39 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com>; yocto@yoctoproject

Re: [yocto] How to patch a driver in Linux source tree

2018-04-16 Thread Greg Wilson-Lindberg
Thanks Khem, That gave me what I needed. Greg Wilson-Lindberg  Principal Firmware Engineer | Sakura Finetek USA, Inc.    > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, April 13, 2018 05:53 PM > To: Greg Wilson-Lindberg <gwil...@sakur

[yocto] permissions for /tmp set wrong

2018-04-24 Thread Greg Wilson-Lindberg
I'm trying to setup mariadb and in the process of looking at what's happening I see an error that it couldn't create a file in /tmp. I look at /tmp and it has permissions of 01700 which seems wrong. I did some searching and I found a reference to fs-perms.txt which has the permissions as 01777.

[yocto] Initializing mysql/mariadb

2018-04-23 Thread Greg Wilson-Lindberg
I'm including mysql/mariadb in to our Yocto build. I need to initialize the initial mysql user (the mysql recipe creates a Linux user mysql) & password and also the starting database. Is there any documentation on how to do this inside the Yocto framework? --

[yocto] where is useradd-example.bb

2018-04-23 Thread Greg Wilson-Lindberg
I'm trying to understand adding a user in a recipe and in the documentation it says to consult meta-skeleton/recipes-skeleton/useradd/useradd-example.bb. the meta-skeleton directory doesn't exist and I can't find the file anywhere else. I've done a search on the net and I don't get any hits on

Re: [yocto] where is useradd-example.bb

2018-04-23 Thread Greg Wilson-Lindberg
oun...@yoctoproject.org> on behalf of Greg Wilson-Lindberg <gwil...@sakuraus.com> Sent: Monday, April 23, 2018 4:15:47 PM To: yocto@yoctoproject.org Subject: [yocto] where is useradd-example.bb I'm trying to understand adding a user in a recipe and in the documentation it says to

[yocto] How to patch a file in mysql recipe

2018-04-18 Thread Greg Wilson-Lindberg
I need to patch the my.cnf file that is part of the mysql/mariadb recipe. It lives in meta-openembedded/meta-oe/recipes-support/mysql/mariadb/my.cnf with the mariadb_5.5.52.bb file one level down. I've set up a mariadb_5.5.52.bbappend file as: FILESEXTRAPATHS_prepend :=

Re: [yocto] How to get mysqy/mariadb to start on powerup.

2018-03-16 Thread Greg Wilson-Lindberg
> From: Greg Wilson-Lindberg > Sent: Thursday, March 15, 2018 02:16 PM > To: Khem Raj <raj.k...@gmail.com> > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to get mysqy/mariadb to start on powerup. > > > From: Khem Raj <raj.k...@gmail.com<mailto:raj

Re: [yocto] How to get mysqy/mariadb to start on powerup.

2018-03-16 Thread Greg Wilson-Lindberg
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, March 16, 2018 11:55 AM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to get mysqy/mariadb to start on powerup. > > O

Re: [yocto] How to get mysqy/mariadb to start on powerup.

2018-03-16 Thread Greg Wilson-Lindberg
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, March 16, 2018 02:16 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to get mysqy/mariadb to start on powerup. > > O

Re: [yocto] How to get mysqy/mariadb to start on powerup.

2018-03-16 Thread Greg Wilson-Lindberg
> -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, March 16, 2018 02:51 PM > To: Greg Wilson-Lindberg <gwil...@sakuraus.com> > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] How to get mysqy/mariadb to start on powerup. > >

Re: [yocto] changing kernel config in Morty build

2018-10-05 Thread Greg Wilson-Lindberg
Hi Bruce, I'll do my best to get something for you. Thanks, Greg Wilson-Lindberg  Principal Firmware Engineer | Sakura Finetek USA, Inc.    1750 W 214th Street | Torrance, CA 90501 | U.S.A.  T: +1 310 783 5075  F: +1 310 618 6902 | E: gwil...@sakuraus.com    www.sakuraus.com

[yocto] Trouble configuring kernel

2018-10-11 Thread Greg Wilson-Lindberg
e. Can anyone shed any light on what is happening? Regards, Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. 1750 W 214th Street | Torrance, CA 90501 | U.S.A. T: +1 310 783 5075 F: +1 310 618 6902 | E: gwil...@sakuraus.com<mailto:gwil...@saku

Re: [yocto] changing kernel config in Morty build

2018-10-04 Thread Greg Wilson-Lindberg
Does anybody else have any idea about what is going on here? Yocto is seeing my request to change the kernel config, suggests that the change is acceptable, but then doesn't make it. Thanks in advance for any insight, Greg From: Greg Wilson-Lindberg Sent: Tuesday, October 02, 2018 02:22 PM

[yocto] changing kernel config in Morty build

2018-10-02 Thread Greg Wilson-Lindberg
files # directory that contains .scc & .cfg files As seen above none of the changes are accepted although there is nothing that blocks any of them. Any help understanding this would be greatly appreciated. Regards, Greg Wilson-Lindberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] changing kernel config in Morty build

2018-10-10 Thread Greg Wilson-Lindberg
Hi Bruce, Thanks for all of your help in looking into this. I did get another response that detailed using an out of tree defconfig. They didn't know if it would work with Morty, they are using it with Sumo. I'll have to try it with Morty. Thanks again, Greg Wilson-Lindberg  Principal Firmware

Re: [yocto] changing kernel config in Morty build

2018-10-10 Thread Greg Wilson-Lindberg
that is produced by that ...prepend() function. Or the other option is to modify the linux-rpi.inc file itself. Regards, Greg Wilson-Lindberg  Principal Firmware Engineer | Sakura Finetek USA, Inc.    > -Original Message- > From: Greg Wilson-Lindberg > Sent: Wednesday, O

Re: [yocto] changing kernel config in Morty build

2018-10-05 Thread Greg Wilson-Lindberg
kernel configuration .bbappend and .scc & .cfg files, and the final bblayers.conf & local.conf files. Thank you for taking a look at this. Regards, Greg Wilson-Lindberg From: yocto-boun...@yoctoproject.org on behalf of Greg Wilson-Lindberg Sent: Friday

[yocto] can't get header files from recipe included in SDK build

2018-09-26 Thread Greg Wilson-Lindberg
. This is being built with Yocto 2.2.4 Morty. Thanks in advance for any help. Regards, Greg Wilson-Lindberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] local.conf confusion

2019-02-20 Thread Greg Wilson-Lindberg
include files? Regards, Greg Wilson-Lindberg   -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] local.conf confusion

2019-02-20 Thread Greg Wilson-Lindberg
Well, I'm feeling bad, the Yocto system that I'm using is from Qt for their Boot2Qt builds. It seems that the include is pointing their private dir tree. Sorry for bothering the list with this noise. Regards, Greg Wilson-Lindberg  > -Original Message- > From: Greg Wilson-Li

[yocto] recipe that worked on morty fails on sumo

2019-02-08 Thread Greg Wilson-Lindberg
, but I seem to be wrong. Can someone point me to what I need to do to tell bitbake that the recipe provides -staticdev? Greg Wilson-Lindberg  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] problem adding a user

2019-05-15 Thread Greg Wilson-Lindberg
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 PASSWORD USER takes the password hash for PASSWORD hence the use of openssl in:

Re: [yocto] problem adding a user

2019-05-15 Thread Greg Wilson-Lindberg
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 single-quote, no difference. Help me to understand this. the back-quotes are the right ones. If you use the sing

Re: [yocto] problem adding a user

2019-05-15 Thread Greg Wilson-Lindberg
Thank you very much, that got me back on the right path. Maybe I'll see you at the Yocto day at the Embedded Linux Conference. Regards, Greg Wilson-Lindberg Principal Firmware Engineer | Sakura Finetek USA, Inc. 1750 W 214th Street | Torrance, CA 90501 | U.S.A. T: +1 310 783 5075 F: +1 310

Re: [yocto] problem adding a user

2019-05-24 Thread Greg Wilson-Lindberg
Hi Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Thursday, May 23, 2019 07:11 PM > To: Rudolf Streif ; Greg Wilson-Lindberg > > Cc: Yocto list discussion > Subject: Re: [yocto] problem adding a user > > > > On 5/2

[yocto] Am not getting udev-extraconf automount to work

2019-06-17 Thread Greg Wilson-Lindberg
yone have any experience with the automounter?   Greg Wilson-Lindberg    -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] problem adding a user

2019-05-14 Thread Greg Wilson-Lindberg
y 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  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

Re: [yocto] problem adding a user

2019-05-22 Thread Greg Wilson-Lindberg
12:42:40 PM To: Greg Wilson-Lindberg Cc: Yocto list discussion Subject: Re: [yocto] problem adding a user Greg, Can you share the logfile via Pastebin? :rjs On Tue, May 21, 2019 at 11:09 AM Greg Wilson-Lindberg mailto:gwil...@sakuraus.com>> wrote: Rudolf, Something else is happening to

Re: [yocto] problem adding a user

2019-05-23 Thread Greg Wilson-Lindberg
just the adjacent single quotes " '' ". Something is removing the encoded hash. Greg From: Leon Woestenberg Sent: Thursday, May 23, 2019 2:44:04 PM To: Rudolf Streif Cc: Greg Wilson-Lindberg; Yocto list discussion Subject: Re: [yocto] problem adding

Re: [yocto] problem adding a user

2019-05-21 Thread Greg Wilson-Lindberg
when I'm trying the MD5 password. Greg From: Rudolf Streif Sent: Tuesday, May 21, 2019 5:37:23 AM To: Greg Wilson-Lindberg Cc: Yocto list discussion Subject: Re: [yocto] problem adding a user Greg, usermod does not work for the MD5 algorithm with the explicit password hash as

Re: [yocto] problem adding a user

2019-05-20 Thread Greg Wilson-Lindberg
them work. Any suggestions would be greatly appreciated. Greg From: Rudolf Streif Sent: Wednesday, May 15, 2019 4:58:26 PM To: Greg Wilson-Lindberg Cc: Yocto list discussion Subject: Re: [yocto] problem adding a user Glad to hear that it works now. I am planni

Re: [yocto] problem adding a user

2019-05-15 Thread Greg Wilson-Lindberg
To: Greg Wilson-Lindberg; Yocto list discussion Subject: Re: [yocto] problem adding a user The ! for the password in /etc/shadow indicates that the account is disabled: sakura:!:18031:0:9:7::: Either there is something wrong with the password generation or it gets disabled by something

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

2019-05-06 Thread Greg Wilson-Lindberg
I just visited the Embedded Linux Conference site and the Dev day on the 20th is not listed, does anyone know how to get more information on it. I'm very interested in attending along with one of my coworkers. Regards, Greg Wilson-Lindberg  Principal Firmware Engineer | Sakura Finetek USA, Inc

Re: [yocto] How to patch a recipe .inc file

2019-08-16 Thread Greg Wilson-Lindberg
of the functions in the linux-raspberrypi.inc file, they can't be added in a prepend() or append() function. This either requires that I change the linux-raspberrypi.inc file or find some way to patch it during the build, I would prefer to patch it. Regards, Greg Wilson-Lindberg  > -Origi

[yocto] [meta-raspberrypi] Confusion about U-Boot setup

2019-09-03 Thread Greg Wilson-Lindberg
, how is u-boot configured on startup? Regards, Greg Wilson-Lindberg  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Error trying to generate Raspberry Pi initramfs

2019-08-28 Thread Greg Wilson-Lindberg
greatly appreciate the help. Regards, Greg Wilson-Lindberg -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Error trying to generate Raspberry Pi initramfs

2019-08-29 Thread Greg Wilson-Lindberg
Hi Zoran, Thanks for your comments. I'm adding [meta-raspberrypi] to the as I have realized that some might have missed this Raspberry-pi specific question. Thanks, Greg Wilson-Lindberg  > -Original Message- > From: Zoran Stojsavljevic [mailto:zoran.stojsavlje...@gmail.com]

Re: [yocto] [meta-raspberrypi] Confusion about U-Boot setup

2019-09-04 Thread Greg Wilson-Lindberg
> -Original Message- > From: Belisko Marek [mailto:marek.beli...@gmail.com] > Sent: Wednesday, September 04, 2019 12:26 AM > To: Greg Wilson-Lindberg > Cc: Yocto list discussion > Subject: Re: [yocto] [meta-raspberrypi] Confusion about U-Boot setup > > Hi, >

Re: [yocto] [meta-raspberrypi] Confusion about U-Boot setup

2019-09-04 Thread Greg Wilson-Lindberg
> -Original Message- > From: Zoran Stojsavljevic [mailto:zoran.stojsavlje...@gmail.com] > Sent: Wednesday, September 04, 2019 12:44 PM > To: Greg Wilson-Lindberg > Cc: Belisko Marek ; Yocto list discussion > > Subject: Re: [yocto] [meta-raspberrypi] Confusi

[yocto] [meta-raspberrypi][ostree] build errors

2019-09-11 Thread Greg Wilson-Lindberg
and on this? It is possible that I'm missing some configuration, the docs are not the clearest. Thanks in advance, Greg Wilson-Lindberg  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] U-boot enable not working for Raspberry Pi3

2019-08-07 Thread Greg Wilson-Lindberg
helpful responses. Best Regards, Greg Wilson-Lindberg  > -Original Message- > From: Greg Wilson-Lindberg > Sent: Tuesday, August 06, 2019 12:03 PM > To: Belisko Marek > Cc: Yocto list discussion > Subject: RE: [yocto] U-boot enable not working for Raspberry

[yocto] How to patch a recipe .inc file

2019-08-07 Thread Greg Wilson-Lindberg
recipe? I'm going to be gone for a week, but I wanted to ask this now so maybe I'll have some information when I get back. Regards, Greg Wilson-Lindberg  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] U-boot enable not working for Raspberry Pi3

2019-08-06 Thread Greg Wilson-Lindberg
shed some light on what is going on? Regards, Greg Wilson-Lindberg  www.sakuraus.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] U-boot enable not working for Raspberry Pi3

2019-08-06 Thread Greg Wilson-Lindberg
Hi Marek, Thanks for the suggestion, that seems to be the case. What image are you building so I can try that to see what I get? BR, Greg > -Original Message- > From: Belisko Marek [mailto:marek.beli...@gmail.com] > Sent: Tuesday, August 06, 2019 11:12 AM > To: Greg Wil

Re: [yocto] U-boot enable not working for Raspberry Pi3

2019-08-06 Thread Greg Wilson-Lindberg
Hi Marek, > -Original Message- > From: Belisko Marek [mailto:marek.beli...@gmail.com] > Sent: Tuesday, August 06, 2019 11:40 AM > To: Greg Wilson-Lindberg > Cc: Yocto list discussion > Subject: Re: [yocto] U-boot enable not working for Raspberry Pi3 > > Hi

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Greg Wilson-Lindberg
inux/qemu-native/3.0.0-r0/qemu-3.0.0/linux-user/syscall.c modified. I'm obviously missing something. Any help would be greatly appreciated. Regards, Greg From: Khem Raj Sent: Monday, November 18, 2019 3:30:27 PM To: Greg Wilson-Lindberg Cc: Yocto list discu

Re: [yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Greg Wilson-Lindberg
Hi Khem, And just after I hit send I realized that I changed 'SRC_URI' to 'SRC_URII_append_class-native' with the 'II'. I deleted the 'II' and now the file is changed like it should be. Thanks fo all of your help, Greg Wilson-Lindberg  From: Greg Wilson-Lindberg Sent: Monday, November 18

[yocto] [qemu] can't find qemu-native recipe

2019-11-18 Thread Greg Wilson-Lindberg
file,or bbclass. I'm rather confused at this point, can someone shed a bit of light on what I'm missing? Regards, Greg Wilson-Lindberg  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [mariadb] I'm getting an error when I include mariadb in sdk build

2019-11-20 Thread Greg Wilson-Lindberg
. Regards, Greg Wilson-Lindberg  -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto