[yocto] eglibc's iconv (version 2.17) command in Yocto Dylan for x86 target

2014-01-06 Thread Bill Martin
nv to convert to UTF-16? Thanks Bill Martin Valicore Technologies. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Fwd: Kontron CONFIG_I2C_KEMPLD support in Fish River Island 2? Or Crownbay?

2013-12-18 Thread Bill Martin
part) -- Forwarded message -- From: Bill Martin Date: Wed, Dec 18, 2013 at 3:54 PM Subject: Kontron CONFIG_I2C_KEMPLD support in Fish River Island 2? Or Crownbay? To: yocto@yoctoproject.org We are in need of enabling the CONFIG_I2C_KEMPLD for a build for our Kontron (architecture

[yocto] Kontron CONFIG_I2C_KEMPLD support in Fish River Island 2? Or Crownbay?

2013-12-18 Thread Bill Martin
We are in need of enabling the CONFIG_I2C_KEMPLD for a build for our Kontron (architecture is x86). We have been using the Crownbay BSP. But of course I did a google search and found patches in the Linux kernel for allowing i2c_kempld. Also these patches were associated with Fish River Island II.

[yocto] Core-image-minimal-initramfs (Second ping)

2013-11-08 Thread Bill Martin
Please refer to my question in Volume 8 issue 35. I am very desperate in wanting to use the initramfs in m yoctobuild for an embedded x86 target architecture. I am using Yocto Dylan 9.0.2 for crown bay. The root directory for my boot is in /dev/sda1 After normal boot, the root directory is presum

[yocto] how do you use core-image-minimal-initramfs in grub?

2013-11-07 Thread Bill Martin
I need to have an initramfs to run special commands prior to the rootfs being installed. My application must decrypt the rootfs. So I cannot use tpm-luks to open the rootfs LUKS device. I found the core-image-minimal-initramfs's rootfs shows my IMAGE_INSTALL_append packages I specified in local.co

Re: [yocto] how to add a new bb(xerces-c)

2013-10-23 Thread Bill Martin
Okay I dug further and got much further to pass do_install I noticed in my Yocto 9.0.2 Dylan release I have an ICU package. Just in case, I added the extra installs of icu and xerces-c to my local.conf then in your xerces-c bitbake recipe you need to add --with-icu=${STAGING_DIR_HOST} to your EXT

Re: [yocto] how to add a new bb(xerces-c)?

2013-10-22 Thread Bill Martin
thought I did. It was all on the build machine. So next step is to cross compile on my own outside the Yocto environment. Running out of ideas. Bill earlier post: - Message: 3 Date: Tue, 22 Oct 2013 11:23:33 -0700 From: Bill Martin To: yocto@yoctoproject.org Subject: Re: [yocto]

Re: [yocto] how to add a new bb(xerces-c)?

2013-10-22 Thread Bill Martin
I have been tasked to add xerces-c too. There is an OE recipe already for this (you can google it). However your recipe seems to run into the same problem that I get. The solution is not just to look at config.log and log.do_config. They display the symptoms. The one who responded to your post imp

[yocto] [meta] (crownbay) rpmbuild and install-sh not being shipped in recipes-devtools/rpm

2013-09-23 Thread Bill Martin
e two files have been put into my image: /usr/bin/rpmbuild /usr/lib/rpm/bin/install-sh I do not know what the real fix is. The original recipe looks right but my changes caused these two files to be shipped. thanks Bill Martin Valicore Technol