Re: [yocto] One second timestamp resolution?

2019-09-12 Thread Paul D. DeRocco
yte inodes. 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
1 12: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 -- __

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:pde

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

2017-12-14 Thread Paul D. DeRocco
eta-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, 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
> 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
hed? What 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 m

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

2017-10-12 Thread Paul D. DeRocco
quot; and 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-11 Thread Paul D. DeRocco
am I just doing 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.y

[yocto] Setting kernel CONFIG variables in the RPi

2017-10-10 Thread Paul D. DeRocco
ing 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,

[yocto] Missing /etc/resolv.conf

2017-10-07 Thread Paul D. DeRocco
unk in /usr/lib/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.yoctoproje

[yocto] Can't find Python oe package

2017-09-17 Thread Paul D. DeRocco
fresh Ubuntu 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 > wrote: > > 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. >

[yocto] Morty to Pyro upgrade

2017-09-14 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
the recipe 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] Keeping same IP address under DHCP

2017-09-13 Thread Paul D. DeRocco
e any 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

[yocto] Eclipse Target Communication Framework prevents shutdown

2017-09-13 Thread Paul D. DeRocco
nute 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 -- ___ yoc

[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 Paulma

[yocto] Yocto plug-in not running cmake

2017-08-24 Thread Paul D. DeRocco
uot;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 Pa

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 an

[yocto] Remote Eclipse debug setup

2017-08-05 Thread Paul D. DeRocco
ng can work? And 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 m

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

2017-07-05 Thread Paul D. DeRocco
w it correctly 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
libraries. 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
n the load 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
ld". > > > 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 fo

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

2017-06-25 Thread Paul D. DeRocco
-intensive 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
uot;. 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?

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

2017-06-21 Thread Paul D. DeRocco
gling didn't turn up any other 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
linux-yocto_4.8.bb file, because it's not in the rt recipe. The .scc 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
w either that this simply 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 -- _

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
-sdk-target to > 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

[yocto] Image lacks libraries needed by SDK

2017-06-13 Thread Paul D. DeRocco
bviously paying 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 --

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

2017-06-10 Thread Paul D. DeRocco
(it only lists qemu* machines), or 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
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,

[yocto] Kernel config fragments ignored

2017-05-29 Thread Paul D. DeRocco
uzzled that the work directory 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@yoctop

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 > > 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 > > way to incorporate thi

[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.

[yocto] What can I share between projects?

2017-05-18 Thread Paul D. DeRocco
y put 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/lis

[yocto] Trying to understand my boot configuration

2017-04-28 Thread Paul D. DeRocco
mounted 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
achine/include/tune-atom.inc 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
of 64-bit 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

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

2016-02-23 Thread Paul D. DeRocco
world? Is it always 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,

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

2015-09-28 Thread Paul D. DeRocco
> From: Paul D. DeRocco > > My x86 system, built with Yocto Fido, boots from /dev/sda2 on > a USB flash drive. There's another partition on /dev/sda1 > which I wish to mount with a systemd mount unit, or with a > line in /etc/fstab. But either way is failing because

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
file system) 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] Overriding bootimg.bbclass behavior

2015-09-25 Thread Paul D. DeRocco
artok option, to override 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

[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-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
get corrupted when the drive 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

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

2015-09-22 Thread Paul D. DeRocco
"Device or resource 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

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

2015-09-22 Thread Paul D. DeRocco
"umount" 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

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

2015-09-22 Thread Paul D. DeRocco
oesn't mount. Disconnecting again gives 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
corruption when 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

[yocto] Pushbutton poweroff

2015-09-17 Thread Paul D. DeRocco
ces. -- 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-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-16 Thread Paul D. DeRocco
of anything. How much boot time increase do you think you'll get from full-featured command line tools? I'd be surprised if it was noticeable to anyone. -- 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 u

[yocto] Hanging during kernel boot

2015-09-15 Thread Paul D. DeRocco
g things from my BSP that were put there by yocto-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
o 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 Paul

Re: [yocto] I hate busybox!

2015-09-15 Thread Paul D. DeRocco
nless, 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

[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
is hanging during 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 definite

[yocto] Warning about auto generated BSP description

2015-09-13 Thread Paul D. DeRocco
ot; and that is 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,

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-11 Thread Paul D. DeRocco
reference would or wouldn't exist, or what to 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,

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 > > 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 >

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

2013-09-16 Thread Paul D. DeRocco
ibc-locale-code libc-memusage libc-nis libc-nsswitch libc-rcmd libc-rtld-debug libc-spawn libc-streams libc-sunrpc libc-utmp libc-utmpx libc-wordexp libc-posix-clang-wchar libc-posix-regexp libc-posix-regexp-glibc libc-posix-wchar-io largefile opengl pulseaudio" Any other ideas? -- Ci

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

2013-09-16 Thread Paul D. DeRocco
tmpx libc-wordexp libc-posix-clang-wchar > libc-posix-regexp libc-posix-regexp-glibc > libc-posix-wchar-io largefile opengl pulseaudio" > > Any other ideas? Is this _remove something new? I'm using the Gumstix-provided metadata and tools, which are from the Dyla

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

2013-09-16 Thread Paul D. DeRocco
uilding this image would never have worked with the plain Yocto meta-data. So how do I track this down? -- 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-09-04 Thread Paul D. DeRocco
re read or obeyed in the whole bitbake process. Those variables look 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, Pa

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Paul D. DeRocco
t; 'someapp' does not change, 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

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

2013-08-28 Thread Paul D. DeRocco
talling packages and the rest 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. D

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

2013-08-27 Thread Paul D. DeRocco
ild system and install into that? Installing directly to the card would be nice because copying the whole damn rootfs to the card takes an annoying amount of time, too. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Can anything be done about do_rootfs speed?

2013-08-27 Thread Paul D. DeRocco
to produce 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

[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] 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

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 > &

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

2013-08-20 Thread Paul D. DeRocco
p.cfg? Or maybe those aren't the questions. I understand about 0.1% of what's going 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 us

[yocto] Building one package needs header from another

2013-08-20 Thread Paul D. DeRocco
t in my own metadata, forcibly 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] Trying to tweak a build with a setup.cfg file

2013-08-19 Thread Paul D. DeRocco
be compiled, the compile failed for unrelated reasons. If it's not one thing, it's another. And I 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. DeRo

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

2013-08-19 Thread Paul D. DeRocco
> On Mon, Aug 19, 2013 at 3:52 PM, Paul D. DeRocco > wrote: > > > I'm trying to build python-matplotlib from the Danny branch of > meta-openembedded/meta-oe/recipes-devtools/python. I > need to add a > setup.cfg file to tweak the build, but I don

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

2013-08-19 Thread Paul D. DeRocco
linux-gnueabi/python-matplotlib-1.1.0-r3 rather than .../work/armv7a-vfp-neon-poky-linux-gnueabi/python-matplotlib-1.1.0-r3/mat plotlib-1.1.0 where it needs to be. How do I push it down a level? -- Ciao, Paul D. DeRocco Paul

[yocto] bbappend on top of bbappend

2013-08-16 Thread Paul D. DeRocco
to prepend to the path. But somehow, I think my problem is a little more fundamental. Can anyone 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

Re: [yocto] My stuff is missing from rootfs

2013-08-16 Thread Paul D. DeRocco
amba-basic.inc or in the recipe itself. And cleaning samba and rebuilding fixed the problem. So I suspect what's been done in the Dylan branch has dealt with that problem, and for now everything in the Danny branch works fine as long as things get done in the normal order. -- Ci

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
so it will take a while. Not surprisingly, rebuilding Samba cleared out that spurious issue. So I'm 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] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
ly, I'm using IMAGE_INSTALL += "..." in my top level recipe, and it works. I don't know what IMAGE_INSTALL_append does differently. -- 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 > &

Re: [yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
at text file. And the logs show no errors. 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. -- 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: 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 hav

[yocto] My stuff is missing from rootfs

2013-08-15 Thread Paul D. DeRocco
h a perfectly functioning 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 Pa

[yocto] Another X11 without a desktop

2013-08-13 Thread Paul D. DeRocco
bout font directories not existing, resulting in an empty font path. So it appears a bunch of stuff is missing. I guess the idea that these dependencies are all handled automatically isn't really true. Does anyone know what I should be specifying in order to get a functional X server? -- Ciao,

Re: [yocto] Minnowboard

2013-07-31 Thread Paul D. DeRocco
0T support chip includes one USB device port. But the git server doesn't show any code for it, and Intel only provides a Windows driver for it (which supports high speed, but not isochronous). Writing a Linux driver for that looks like a major project. -- Cia

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-u

[yocto] How to enable UDHCP?

2013-07-25 Thread Paul D. DeRocco
ow do I get 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.y

Re: [yocto] Mount options for removable drives

2013-07-12 Thread Paul D. DeRocco
> > On 12 July 2013 09:30, Paul D. DeRocco 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"

[yocto] Mount options for removable drives

2013-07-12 Thread Paul D. DeRocco
ld think would be the default for such a drive, 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

  1   2   >