You are right
That was a copy & paste error.
The line called exactly: IMAGE_INSTALL_append = " nfs-utils"
With the spacer.
Alex
-Ursprüngliche Nachricht-
Von: Trevor Woerner [mailto:twoer...@gmail.com]
Gesendet: Freitag, 23. Januar 2015 08:40
An: Hänel-Baas, Alexander; Jegan Chandru
Cc:
On 01/23/15 02:14, Hänel-Baas, Alexander wrote:
> I have added the line IMAGE_INSTALL_append=”nfs-utils” in the
> local.conf file and now nfs work on the target.
If the above line is working, that would be a lucky coincidence! :-)
Using the _append operator one needs to include the space when add
Hi Jegan
Thank you for your reply.
I have added the line IMAGE_INSTALL_append=”nfs-utils” in the local.conf file
and now nfs work on the target.
Many thanks.
Alex
Von: Jegan Chandru [mailto:pcje...@gmail.com]
Gesendet: Freitag, 23. Januar 2015 07:38
An: Hänel-Baas, Alexander
Cc: ting@fre
IMAGE_INSTALL_append = "nfs-util-client" in local.conf is what you
are looking for. You need to bitbake the image again.
So if some packages are not available in rootfs by default, you could
follow this method.
Check here for your quick reference,
https://wiki.yoctoproject.org/wiki/FAQ
Please
Hi, nico
Thank you for your help.
I have resolved the problem using IMAGE_POSTPROCESS_COMMAND in
core-image-specific.bb.
Neil
-Original Message-
From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.org]
Sent: Thursday, January 22, 2015 4:41 PM
To: Wu, Neil [CLIMATE/RS/CN]
Cc: Yocto li
Hi
Yes i know that.
BUT this file was not copied to the rootfs during the do_rootfs process.
It is not include in the root_fs.
But it was already compiled.
Alexander
Von: ting@freescale.com [mailto:ting@freescale.com]
Gesendet: Freitag, 23. Januar 2015 03:02
An: Hänel-Baas, Alexander; y
To fix the QA Issue as following:
ERROR: QA Issue: libidn: Files/directories were installed but not shipped
/usr/share/emacs
/usr/share/emacs/site-lisp
/usr/share/emacs/site-lisp/punycode.el
/usr/share/emacs/site-lisp/idna.el [installed-vs-shipped]
Signed-off-by: Lei Maohui
---
meta/reci
Hi Alex
Maybe you should check that where ${libexecdir} was set to point to in
${B}/servers/slapd/Makefile
# cat ${B}/servers/slapd/Makefile | grep "libexecdir ="
I guess it's /usr/libexec.
Did you build the openldap with the
meta-cloud-services/meta-openstack/recipes-support/openldap/openlda
Hi all,
I compiled my kernel by toolchain that supported by yocto 1.7.
The following is my steps:
1. Run the following command to install the toolchain.
# ./poky-lsb-glibc-x86_64-meta-toolchain-ppce500v2-toolchain-1.7.sh
2. Set up the cross-development environment:
# . /opt/poky-lsb/1.7/env
Hi Alex
> Lei Maohui did you experience this error when you tested the recipe?
When I bitbake the cluster,I didn't met the error.
Qian's target is x86_64, my target is x86, maybe it was the reason why I didn't
meet the error.
Cheers
Lei Maohui
> -Original Message-
> From: Alexan
mount.nfs is packaged in nfs-utils-client.
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of H?nel-Baas, Alexander
Sent: Thursday, January 22, 2015 5:38 PM
To: yocto@yoctoproject.org
Subject: [yocto] mount.nfs -> how i include nfs-utils
Hi
In terms of my
On Thu, Jan 22, 2015 at 09:41:51AM -0200, Christian Schultz wrote:
> Hello
>
> I'm new to Yocto, I baked a core-image-minimal and booted it via SD Card on my
> BeagleBone Black. I erased the contents on the MMC in order to boot from SD
> Card.
> I'm searching for instructions on how do I install o
On 2015-01-21 14:37, Otavio Salvador wrote:
> The fw tools inside of U-Boot qualifies for both target and cross use
> cases. When used in cross or crosssdk, it can be used to change things
> in the generated image (sdcard for example) while in the target case
> it can be used in the runtime system.
Hello
I'm new to Yocto, I baked a core-image-minimal and booted it via SD Card on
my BeagleBone Black. I erased the contents on the MMC in order to boot from
SD Card.
I'm searching for instructions on how do I install or flash the MMC with
the Yocto image I created, in order to boot the image with
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of H?nel-Baas, Alexander
Sent: Wednesday, January 21, 2015 8:31 PM
To: yocto@yoctoproject.org
Subject: [yocto] Ls1021a how i include nfs-utils correcty
Hi
I work with the Layerscape 1021a ,that comes with yo
Hi ting
Thank you for your reply.
Yes, the link are ok
lrwxrwxrwx1 root root21 Jan 22 07:59 mount ->
/bin/mount.util-linux
but I found out that the helper program under /sbin are not exist.
I don't know how I changed util-linux mount to busybox mount applet.
Yes I try to u
Hi,
We have an embedded system that we're building our own distribution for.
In order to fit the distribution on the flash we build our images with
NO_RRECOMMENDS = "1".
This causes our nativesdk to not include anything except the packages we
specify explicitly in the TOOLCHAIN_HOST_TASK variab
Hi
In terms of my question "how i include nfs-utils" i saw that the nfs-utils was
compiled correctly.
But there was no mount.nfs in /sbin on the target or in the rootfs image.
What is the step to get this files in the do_rootfs process?
With best regards,
Alexander
--
On Thu, Jan 22, 2015 at 9:31 AM, wrote:
> Thank you for your reply.
> But I found that there are others use do_rootfs_append() when searching on
> the Internet.
> If I want to remove the directory in do_rootfs() task, how can I to do it ?
do_rootfs was a Shell function in the past, it was chang
Hi, nico
Thank you for your reply.
But I found that there are others use do_rootfs_append() when searching on the
Internet.
If I want to remove the directory in do_rootfs() task, how can I to do it ?
Tanks
Neil
-Original Message-
From: Nicolas Dechesne [mailto:nicolas.deche...@linaro.or
On Thu, Jan 22, 2015 at 9:13 AM, wrote:
> Hi, all
> I'm building specific rootfs image. Add the do_rootfs_append() task in
> core-image-specific.bb,
> core-image-specific.bb:
>
> SUMMARY = "creaet the customer rootfs"
> require ${TOPDIR}/../meta/recipes-core/images/core-image-minimal.bb
> IMAGE
Hi, all
I'm building specific rootfs image. Add the do_rootfs_append() task in
core-image-specific.bb,
core-image-specific.bb:
SUMMARY = "creaet the customer rootfs"
require ${TOPDIR}/../meta/recipes-core/images/core-image-minimal.bb
IMAGE_INSTALL = "readline-dev linux-libc-headers-dev json-gli
J.J. Garcia writes:
>
> Hi all,
> When using the Yocto plugin in Kepler/Windos/X86_64 and
MinGW/Toolchain deployed in /opt/poky/1.7, after setting up the options
as:
> - Standard pre-built toolchain
> - Toolchain Root Location: C:\MinGW\msys\1.0\opt\poky\1.7
> - Sysroot Location: C:\MinGW\msys
23 matches
Mail list logo