Re: [yocto] Power off IC over Yocto

2015-12-16 Thread simo
Hi, right now we solved executing an external tool we wrote in C to send the I2C command to the external expansion board. I had to modify the kernel_halt() function as follows: void kernel_halt(void) { /* added by simo */ /* external environment declaration */ char i2c

[yocto] How to move the initramfs manifest into the rootfs?

2015-12-16 Thread Travis Pressler
I am using bitbake to build a recipe which requires meta/recipes-core/images/core-image-minimal-dev.bb. I would like to include the references of the symbolic links core-image-minimal-initramfs-.manifest and -.manifest within the build/tmp/deploy//images directory to the rootfs of the resultin

[yocto] [meta-mono PATCH] mono-4.xx.inc: Inherit gettext class

2015-12-16 Thread Otavio Salvador
The mono uses gettext for build, by default, so we ought to ensure it is available during the build. This fixes follow error: ,[ Build error ] | configure: error: msgfmt not found. You need to install the 'gettext' package, or pass --enable-nls=no to configure. | Configure failed. The conten

[yocto] Debug custom recipe configuration

2015-12-16 Thread Srinivasan Srivatsan
Hi, I am working with Yocto and Bitbake to add a recipe which executes a python script for configuration. Am currently using the "*bitbake -c configure*" to configure the recipe. There is a configuration issue which am looking into for which I need to add pdb.set_trace() when the configuration i

[yocto] populate_sdk fails almost immediately

2015-12-16 Thread Michael Habibi
I decided to built the SDK to play around with the output so I can understand how it all goes together. According to the documentation, I simply do: bitbake -c populate_sdk It's worth noting I am running a custom image and distro and not a poky/yocto image (I do inherit core-image, however). I d

[yocto] raspberrypi build error

2015-12-16 Thread serhat guner
i m trying to build image for raspberry pi using "bitbake core-image-minimal" and getting error "ERROR: Task 1309 (/home/serhat/yoctoProject/meta/recipes-devtools/gcc/ gcc-cross-initial_5.2.bb, do_compile) failed with exit code '1'" any help would be appreciated -- ___

Re: [yocto] raspberrypi build error

2015-12-16 Thread Burton, Ross
On 16 December 2015 at 22:04, serhat guner wrote: > i m trying to build image for raspberry pi using "bitbake > core-image-minimal" and getting error > "ERROR: Task 1309 (/home/serhat/yoctoProject/meta/recipes-devtools/gcc/ > gcc-cross-initial_5.2.bb, do_compile) failed with exit code '1'" > Th

[yocto] [PATCH 1/1] raspberrypi0.conf: Add machine configuration for Raspberry Pi Zero

2015-12-16 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi0.conf | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/raspberrypi0.conf diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf new file mode 100644 index 000..58468ed --- /dev/null +

Re: [yocto] Which OpenSSH packages to use?

2015-12-16 Thread Clay D. Montgomery
On 12/13/2015 12:57 PM, Khem Raj wrote: On Dec 13, 2015, at 10:35 AM, Clay D. Montgomery mailto:c...@montgomery1.com>> wrote: I'm trying to understand which of these OpenSSH package options I should use with the CORE_IMAGE_EXTRA_INSTALL option: openssh openssh-sshd openssh-sftp