Re: [yocto] One second timestamp resolution?

2019-09-12 Thread Paul D. DeRocco
nodes. Where would this be configured in a Yocto build? I'm still on Pyro. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] One second timestamp resolution?

2019-09-10 Thread Paul D. DeRocco
33:54 PDT 2017 i686 i686 i386 GNU/Linux" if that's any help. Also, my ext4 mount options are "rw,noatime,nodiratime,data=ordered". -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yoct

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

2019-09-04 Thread Paul D. DeRocco
> From: Belisko Marek > > BR, A two-letter answer is too cryptic. He's not just asking what the variable name is, he's asking where the file is that contains the variable. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.n

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-14 Thread Paul D. DeRocco
an vouch for this. I've been using meta-raspi-light for a while on an RPi3, doing music synthesis, and pushing all four cores to about 90% utilization, running the OS "in the cracks", and it's been solid. Thanks, Andreas. -- Ciao,

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
> From: John Ernberg > > Looks like you're overriding SRC_URI instead of appending it. I had a feeling I was doing something dumb. Thanks. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com --

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
cleans the source directory? I notice that after any build, there never seem to be any source files hanging around. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing lis

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
the patches from that Bugzilla page are in a binutils directory. The errors I get indicate that the patches are being attempted, but aren't matching up with any source files. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- _

[yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
this wrong? The workings of the build system are pretty opaque and mysterious. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

[yocto] Setting kernel CONFIG variables in the RPi

2017-10-10 Thread Paul D. DeRocco
a function already defined in the .bb file, right? Or if I could do that, wouldn't I be prepending it before what's prepended in the .bb file, so my change would play first, and then be undone by the .bb file? What's the solution? -- Ciao, Paul D. DeRocco Paul

[yocto] Missing /etc/resolv.conf

2017-10-07 Thread Paul D. DeRocco
/tmpfiles.d? All the abovementioned servers are running. Am I missing something? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

[yocto] Can't find Python oe package

2017-09-17 Thread Paul D. DeRocco
ntu install, so I doubt it's anything in my own simple layers. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Morty to Pyro upgrade

2017-09-15 Thread Paul D. DeRocco
> From: Khem Raj [mailto:raj.k...@gmail.com] > > On Thu, Sep 14, 2017 at 11:15 PM, Paul D. DeRocco > <pdero...@ix.netcom.com> wrote: > > I just upgraded to Pyro, and now I get several Python errors in > > sstate_sign_package(), complaining there is no module nam

[yocto] Morty to Pyro upgrade

2017-09-15 Thread Paul D. DeRocco
I just upgraded to Pyro, and now I get several Python errors in sstate_sign_package(), complaining there is no module named oe.gpg_sign. I reused the Morty sstate-cache. Is that legal, or do I need to nuke it and start over? -- Ciao, Paul D. DeRocco Paul

Re: [yocto] Best practices when for script recipes.

2017-09-14 Thread Paul D. DeRocco
e needs is tiny, so there's no reason not to include it with the recipe in a files directory. That's a completely routine thing to do. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mai

[yocto] Keeping same IP address under DHCP

2017-09-13 Thread Paul D. DeRocco
way, short of assigning a static IP address, to make the router continue to recognize it as the same machine? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] Eclipse Target Communication Framework prevents shutdown

2017-09-13 Thread Paul D. DeRocco
and a half to time out. How do I get TCF to respond to the usual kill signal on shutdown, or have a more reasonable timeout like five seconds? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto ma

[yocto] Build RPi without wireless?

2017-09-05 Thread Paul D. DeRocco
How do I build a Raspberry Pi image without WiFi or Bluetooth, or any of the related utilities? There seem to be lots of packages involved in this, and I can't figure out what's pulling them in in the first place. -- Ciao, Paul D. DeRocco Paulmailto:pdero

[yocto] Yocto plug-in not running cmake

2017-08-24 Thread Paul D. DeRocco
ns "make all" and complains "make: *** No rule to make target 'all'. Stop." Why is it running make and not cmake? It's hard to imagine that I made a mistake somewhere in those two steps. -- Ciao, Paul D. DeRocco Paul

Re: [yocto] Remote Eclipse debug setup

2017-08-08 Thread Paul D. DeRocco
> From: Paul D. DeRocco > > I'm trying to get remote Eclipse debugging working, between > Yocto Morty and Eclipse Mars. This is for an RPi3 using > systemd. I'm only trying to debug an application separately > compiled with the Yocto SDK toolchain, not to debug anything &g

[yocto] Remote Eclipse debug setup

2017-08-05 Thread Paul D. DeRocco
d is there any other daemon I have to get running in the target? The Yocto mega-manual didn't really spell it all out. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yo

Re: [yocto] RPi app built with SDK won't load

2017-07-06 Thread Paul D. DeRocco
ctly shows /lib/ld-linux-armhf.so.3. Thanks to all who looked into this for me. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] RPi app built with SDK won't load

2017-07-01 Thread Paul D. DeRocco
aries. But it's an awfully small executable, so it's hard to imaging where that something is hiding. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] RPi app built with SDK won't load

2017-06-29 Thread Paul D. DeRocco
process? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How do you remove an IMAGEFS?

2017-06-27 Thread Paul D. DeRocco
> From: Patrick Ohly [mailto:patrick.o...@intel.com] > > On Fri, 2017-06-23 at 16:21 -0700, Paul D. DeRocco wrote: > > x86-base.inc adds "live" to IMAGE_FSTYPES. I have no need for a live > > image, or an iso, so I thought adding IMAGE_FSTYPES_remove > >

Re: [yocto] Current state of linux-raspberrypi-rt?

2017-06-26 Thread Paul D. DeRocco
Is there anything new on this? I'm trying to do some > > compute-intensive > > audio on an RPi3, and it really needs a real-time kernel. > > Andreas Müller has a meta-raspberrypi fork in which he has an -rt > recipe for a 4.9 kernel: > https://g

[yocto] Current state of linux-raspberrypi-rt?

2017-06-25 Thread Paul D. DeRocco
audio on an RPi3, and it really needs a real-time kernel. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How do you remove an IMAGEFS?

2017-06-23 Thread Paul D. DeRocco
t4". On a hunch, I movved the IMAGE_FSTYPES_remove to before inheriting core-image, and then it didn't complain, but it didn't build ANY images. So what's the right way to suppress live image and iso image generation, where those things are included in some stock config file somewhere? -- Ciao,

[yocto] Any ideas why my RPi app won't load?

2017-06-21 Thread Paul D. DeRocco
possibilities. Has anyone seen any other reasons for this error? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Raspberry Pi: how do I change cmdline.txt?

2017-06-21 Thread Paul D. DeRocco
with that file? I'm just trying to specify tty1 as the console. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Is linux-yocto-rt kernel compatible with x32 tune?

2017-06-15 Thread Paul D. DeRocco
file pulls in a .cfg file which turns on CONFIG_X86_X32 and CONFIG_COMPAT. Yet the problem isn't with x32, it's that it can't run 32-bit binaries, even in a plain 32-bit kernel. So what am I leaving out, in my effort to specify the rt kernel? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Is linux-yocto-rt kernel compatible with x32 tune?

2017-06-14 Thread Paul D. DeRocco
won't work, so I can stop wasting time on it, or get some help diagnosing the problem and fixing it. I'm stumped. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto

Re: [yocto] Image lacks libraries needed by SDK

2017-06-14 Thread Paul D. DeRocco
> libraries in the image > before building SDK - eg: for glibc static development libraries: > > IMAGE_INSTALL_append = " glibc-staticdev" Does that include the .a files in the image or the SDK or both? -- Ciao, Paul D. DeRocco Pau

Re: [yocto] Image lacks libraries needed by SDK

2017-06-13 Thread Paul D. DeRocco
the image, but then you'd get the corresponding -dev packages too > (header files, etc). Your best bet may be to add libstdc++ plus any > other individual packages to the image as you find you need them. That was pretty painless. It turned out that was the only missing library. T

[yocto] Image lacks libraries needed by SDK

2017-06-13 Thread Paul D. DeRocco
attention to what's in the image. So is there some package I need to include in my image to complete the set of libraries to match what's in the SDK? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto

Re: [yocto] First attempt at x32 system: kernel panic

2017-06-10 Thread Paul D. DeRocco
is there a way to do this entirely from local.conf? The third possibly unimportant question is: what can I do to get rid of the grub errors and the config warnings? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___

[yocto] First attempt at x32 system: kernel panic

2017-06-05 Thread Paul D. DeRocco
t, but it went ahead and built an x86_64 kernel again without complaint. I also tried removing CONFIG_64BIT=y, with the same result. So why am I getting a 64-bit kernel without the x32 tune? -- Ciao, Paul D. DeRocco Paul

Re: [yocto] Kernel config fragments ignored

2017-05-30 Thread Paul D. DeRocco
> From: Paul D. DeRocco > > I ported a working build from Fido to Morty, made a few > tweaks in response > to error messages (mostly updating version numbers), but it's > not finding > my kernel configuration fragments. This is supposed to be an i386 arch > system, but

[yocto] Kernel config fragments ignored

2017-05-29 Thread Paul D. DeRocco
name contains "chroma_bsp" instead of "chroma-bsp". What am I missing? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yocto

Re: [yocto] How to replace an arch*.inc file?

2017-05-26 Thread Paul D. DeRocco
> > On Sat, May 27, 2017 at 2:34 AM, Paul D. DeRocco > > <pdero...@ix.netcom.com> wrote: > > > > I'd like to try the Linaro version of arch-armv8.inc in > > an RPi3 project, > > because it has an ilp32 tune option. What's the correct > >

[yocto] How to replace an arch*.inc file?

2017-05-26 Thread Paul D. DeRocco
I'd like to try the Linaro version of arch-armv8.inc in an RPi3 project, because it has an ilp32 tune option. What's the correct way to incorporate this? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com

[yocto] What can I share between projects?

2017-05-18 Thread Paul D. DeRocco
downloads and sstate-cache next to my build directory, rather than inside it.) -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

[yocto] Trying to understand my boot configuration

2017-04-28 Thread Paul D. DeRocco
ted root file system, in the first place? Is it possible to boot directly into a plain ext3 partition? I tried using the ext3 partition image as-is, but it hung on boot if I used an MBR, and complained there wasn't a bootable partition if I used a GPT. -- Ciao,

[yocto] Patch failures

2017-04-16 Thread Paul D. DeRocco
require conf/machine/include/x86-base.inc I'm not really good at this. Does anyone see anything wrong? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] x86-64 with -mx32 option?

2016-06-25 Thread Paul D. DeRocco
mode, but suspect that using 32-bit pointers might speed things up a bit, by saving cache space. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] How to deal with patch failures due to new source?

2016-02-23 Thread Paul D. DeRocco
possible, any time one does a bitbake, that some new source will appear that breaks something? Is there a way of avoiding this by preventing new source from being fetched, and finding out about its existence perhaps through warning messages? -- Ciao, Paul D. DeRocco Paul

Re: [yocto] What's mounting this partition?

2015-09-27 Thread Paul D. DeRocco
I could see this mysterious mounting happen. Nothing shows up in dmesg or in journalctl. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoct

[yocto] What's mounting this partition?

2015-09-26 Thread Paul D. DeRocco
) is mounted, it gets certain default options. Is there a way to modify these options? I'd like to include noatime, to avoid needless writes to my flash drive. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto

[yocto] Overriding bootimg.bbclass behavior

2015-09-25 Thread Paul D. DeRocco
what build_iso did. Any advice on this would be appreciated. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [systemd-devel] How to automount

2015-09-23 Thread Paul D. DeRocco
case for FAT file systems? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [systemd-devel] How to automount

2015-09-23 Thread Paul D. DeRocco
ive is removed? Will it also ensure the dirty flag is clear, or does that get set anyway? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] X86 live image without persistence?

2015-09-23 Thread Paul D. DeRocco
, and way more RAM than my system needs to run, and it would be nice if nothing were accessing the flash drive at all after bootup, except when my application explicitly does so. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com

Re: [yocto] [systemd-devel] How to automount

2015-09-22 Thread Paul D. DeRocco
it's removed. Thanks for the tip. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [systemd-devel] How to automount

2015-09-22 Thread Paul D. DeRocco
urce busy") even though fuser doesn't show any processes using it. This makes no sense. How can this auto-mounting not work? Is it known to be brittle, or is it believed to be reliable? All I did was include udev-extraconf in my build. -- Ciao, Paul D. DeRocco Paul

Re: [yocto] [systemd-devel] How to automount

2015-09-22 Thread Paul D. DeRocco
ives me a FAT-fs error "unable to read boot sector to mark fs as dirty". Connecting again gives me the successful mount message, and complains about the dirty bit. Something must be missing here. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [systemd-devel] How to automount

2015-09-22 Thread Paul D. DeRocco
nt" right after the drive is mounted? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Pushbutton poweroff

2015-09-17 Thread Paul D. DeRocco
, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] I hate busybox!

2015-09-16 Thread Paul D. DeRocco
> From: Khem Raj [mailto:raj.k...@gmail.com] > > Generally when you have systemd which copy images to RAM and then run > from RAM would not want that extra 50 odd Megs gone > for storing extra tools in some case. Do you mean systemd or syslinux? -- Ciao, Paul

Re: [yocto] I hate busybox!

2015-09-15 Thread Paul D. DeRocco
mdline to my image, and it increased the size by about 36MB. That's on a 32-bit Intel system. I don't know how many packages are in that group, but all I had to do was add that one word to my IMAGE_INSTALL, so I don't really care. -- Ciao, Paul D. DeRocco Paulmailto:pder

[yocto] Hanging during kernel boot

2015-09-15 Thread Paul D. DeRocco
octo-bsp? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] I hate busybox!

2015-09-15 Thread Paul D. DeRocco
, since I don't actually need to remove busybox. Thanks. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] I hate busybox!

2015-09-15 Thread Paul D. DeRocco
ties. The busybox executable is half a meg, while individual full-featured commands are generally a few tens of kilobytes. I don't know if running busybox loads the whole thing into physical RAM, or if it only allocates the pages that are actually touched; that would determine the relative RAM use, I

[yocto] I hate busybox!

2015-09-15 Thread Paul D. DeRocco
My embedded system has enough room in it for full-featured command line tools, instead of the wretched busybox. Does the Yocto meta-data include a layer that provides such tools? Or does OE? And how would I disable busybox in order to use the better tools? -- Ciao, Paul D. DeRocco

Re: [yocto] Warning about auto generated BSP description

2015-09-14 Thread Paul D. DeRocco
ing the boot at this point, but I suspect my real problem is elsewhere. Thanks so much for your time helping me to figure this out. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Warning about auto generated BSP description

2015-09-14 Thread Paul D. DeRocco
octo-rt" The chroma-bsp.conf file created by the script (in meta-chroma-bsp/conf/machine/) includes: PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-rt" PREFERRED_VERSION_linux-yocto-rt ?= "3.14%" I'm not sure if or how the last file is getting read. Since I'm definitely using t

[yocto] Warning about auto generated BSP description

2015-09-13 Thread Paul D. DeRocco
indeed listed in my bblayers.conf. So why is it complaining? Also, I don't know that "Check that your machine has an associated kernel description" means. The term "kernel description" doesn't appear anywhere in the docs. -- Ciao, Paul D. DeRocco Paul

Re: [yocto] Error in openssl during first stage do_rootfs

2015-09-13 Thread Paul D. DeRocco
Never mind. Installing openssl 1.0.2d on my system cleared up the problem. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

[yocto] Error in openssl during first stage do_rootfs

2015-09-12 Thread Paul D. DeRocco
o do about it. A half hour of Googling turned up bupkis. Is this an issue with the recipe, with the upstream openssl package, or with something in my system? Could it be because I have openssl 1.0.0 installed on my system? -- Ciao, Paul D. DeRocco Paulma

Re: [yocto] How to find the source of a variable value?

2013-09-16 Thread Paul D. DeRocco
and tools, which are from the Dylan branch. If that's the issue, must I explicitly set DISTRO_FEATURES to the big long list in local.conf? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list

Re: [yocto] How to find the source of a variable value?

2013-09-16 Thread Paul D. DeRocco
On Mon, Sep 16, 2013 at 10:02 AM, Paul D. DeRocco pdero...@ix.netcom.com wrote: This image recipe has some Python that complains because x11 is in DISTRO_FEATURES. How do I find out where that x11 is coming from? This is a Gumstix build, so I suspect it's indirectly related

Re: [yocto] Can anything be done about do_rootfs speed?

2013-09-04 Thread Paul D. DeRocco
like they're read by the get_imagecmds() script; is there an opportunity for a recipe to change the value of COMPRESS_CMD_gz or _bz2 after it's defined, but before that script gets called? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-28 Thread Paul D. DeRocco
was various IMAGE_FSTYPES. e.g. tar.bz2 takes very long without pbzip2 or lbzip2 Is there a standard way to use those in a build? Do I replace bzip2 with a link to one of those? Or does Yocto build its own bzip2? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Paul D. DeRocco
, it would be rebuilt only if one of its dependencies was rebuilt. If you're making lots of changes in the course of debugging, isn't it reasonable just to do a cleansstate on the recipe to force it to be rebuilt? -- Ciao, Paul D. DeRocco Paulmailto:pdero

[yocto] Can anything be done about do_rootfs speed?

2013-08-27 Thread Paul D. DeRocco
much of a speedup? Or is the process intriniscally sequential? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-27 Thread Paul D. DeRocco
. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Building one package needs header from another

2013-08-23 Thread Paul D. DeRocco
On Tuesday 20 August 2013 16:06:54 Paul D. DeRocco wrote: I've been trying to figure out how the setup.py/setup.cfg (and distutils) stuff works. The setup.cfg file lists only one possible option for adding directories, which is basedirlist, but setting that to foo adds foo

[yocto] What symbol contains the current sysroot?

2013-08-23 Thread Paul D. DeRocco
In a do_compile script within a recipe, what symbol can I use to refer to the sysroot in effect during the execution? And whatever it is, is it a real environment variable, or some symbol that is substituted by bitbake before executing the script? -- Ciao, Paul D. DeRocco Paul

Re: [yocto] bbappend on top of bbappend

2013-08-22 Thread Paul D. DeRocco
From: Paul Eggleton On Friday 16 August 2013 16:22:00 Paul D. DeRocco wrote: In meta-oe/recipes-graphics/xinput-calibrator (Danny branch, currently used by Gumstix), there's a recipe called xinput-calibrator-git.bb, which installs a script for running a touchscreen calibration app

Re: [yocto] Trying to tweak a build with a setup.cfg file

2013-08-20 Thread Paul D. DeRocco
rather doubt anyone around here has ever used Yocto to build the GDK backend for matplotlib, so I don't know who to ask about this. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -Original Message- From: yocto-boun...@yoctoproject.org

[yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
putting it somewhere that the compiler can find it? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
on here. I'm also curious if distutils is something that is used throughout the bitbake process, or is it something specific to building Python-related stuff? Can the setup.py/setup.cfg mechanism be used in any recipes? -- Ciao, Paul D. DeRocco Paulmailto:pdero

Re: [yocto] My stuff is missing from rootfs

2013-08-16 Thread Paul D. DeRocco
works fine as long as things get done in the normal order. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] bbappend on top of bbappend

2013-08-16 Thread Paul D. DeRocco
give me a little guidance here? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
rootfs without these particular files. This is a slightly modified version of gumstix-console-image. I believe it's based on Danny, as the gumstix Dylan stuff is still a work in progress. What could conceivably be wrong? -- Ciao, Paul D. DeRocco Paulmailto:pdero

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
From: Saul Wold On 08/15/2013 11:37 AM, Paul D. DeRocco wrote: I've done exactly this in a different Yocto-based project, and it worked. Now I'm trying to do the same thing in a Gumstix build, and it's not working. I have a dumb little recipe that merely copies some files

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
if that fixes it. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
From: Paul Eggleton On Thursday 15 August 2013 13:01:54 Paul D. DeRocco wrote: This smells like one of those situations where nuking tmp and rebuilding will fix it, and we'll never know what was wrong. I'll let you know if that fixes it. If you keep on doing this we'll never

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
back to normal. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to enable UDHCP?

2013-07-26 Thread Paul D. DeRocco
From: Paul D. DeRocco My build is an Intel Cedartrail system based on Dylan, using systemd. It appears to have udhcp available from busybox, but it's not running. systemd reports that it is masked, because /etc/systemd/system/busybox-udhcpc.service is linked to /dev/null. What

[yocto] How to enable UDHCP?

2013-07-25 Thread Paul D. DeRocco
the DHCP client enabled in my build? Is there something else I need to include? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

[yocto] Mount options for removable drives

2013-07-12 Thread Paul D. DeRocco
, but I've gotten a corrupted FAT when I've yanked the drive. This is basically a core-image-base build, modified to use systemd, but I don't see any systemd mount unit that handles it, so it must be some other part of the system. -- Ciao, Paul D. DeRocco Paul

Re: [yocto] Mount options for removable drives

2013-07-12 Thread Paul D. DeRocco
On 12 July 2013 09:30, Paul D. DeRocco pdero...@ix.netcom.com wrote: Can someone point me to the configuration for how removable drives are mounted? When I plug in a flash drive, it mounts /dev/sdb1 as /media/sdb1, but it uses relatime and I'd like to use noatime. I'd also like

Re: [yocto] Changing syslinux configuration

2013-07-08 Thread Paul D. DeRocco
From: Tomas Frydrych On 06/07/13 02:23, Paul D. DeRocco wrote: Does anyone know what recipe actually sets LABELS? The relevant image classes do. Thanks. It turned out to be image-live.bbclass, which sets a bunch of SYSLINUX_xxx symbols unless they've already been set, and which

Re: [yocto] Another in a seemingly infinite chain of errors

2013-07-05 Thread Paul D. DeRocco
. Is there a comprehensive list of these anywhere? I don't find them in the Yocto Dev Manual or Ref Manual. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] Another in a seemingly infinite chain of errors

2013-07-05 Thread Paul D. DeRocco
. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Changing syslinux configuration

2013-07-05 Thread Paul D. DeRocco
, or is everything global? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Another in a seemingly infinite chain of errors

2013-07-04 Thread Paul D. DeRocco
obscure cases, but nothing that explains what they mean, or what I should do when it happens to my layer. I don't think I've forgotten anything that the Dev Manual says that I need in order to add a simple layer. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com

[yocto] Creating a volatile image

2013-07-03 Thread Paul D. DeRocco
outside of /tmp or /run or /media/ram or /var/volatile? And is there a built-in way to do that? -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] Creating a volatile image

2013-07-03 Thread Paul D. DeRocco
/fstab? How is that done? By supplying a different source file to get copied into the image, or by overwriting the built-in one in my own recipe? I need to do that anyway, since I have a second partition to mount. -- Ciao, Paul D. DeRocco Paulmailto:pdero

Re: [yocto] systemd configuration

2013-07-03 Thread Paul D. DeRocco
. But there is a multi-user.target.wants directory, so I'm all set. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

  1   2   >