[yocto] Trouble packaging files containing space

2013-10-28 Thread Søren Holm
Hi I have a package containing files that includes spaces in their same. The files are located in the same directory without a space in their name is packages just find. I specify FILES_$[PN} like this FILES_${PN} = ${prefix}/local/Mikrofyn What might be wrong? -- Søren Holm

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Jukka Rissanen
On 26.10.2013 20:15, Amit Tomer wrote: Running out of ideas Can I get some fresh ideas for this issue I am using this in my distro conf file (http://git.yoctoproject.org/cgit/cgit.cgi/meta-eca/tree/meta-eca/conf/distro/eca.conf) to change the root default password INHERIT += extrausers

[yocto] different EXTRA_OECONF per package based on image recipe

2013-10-28 Thread Karl Hiramoto
Hi, In my overlay i have different Machines with different images that are built.In a couple of packages i need different autoconf configure args based on the machine or image. Is the best way to do this via PACKAGECONFIG, create multiple overlays for machine1, machine2, machine3, and

Re: [yocto] fetch from perforce

2013-10-28 Thread Paul Eggleton
Hi Katu, On Thursday 24 October 2013 10:09:50 Katu Txakur wrote: it took me longer than I thought because I couldn't find any documentation or comments in the code, but I finally got this working. The sintax to call it was, (there are actually 2 options, I took this one because I don't need

Re: [yocto] fetch from perforce

2013-10-28 Thread Robert P. J. Day
On Mon, 28 Oct 2013, Paul Eggleton wrote: Hi Katu, On Thursday 24 October 2013 10:09:50 Katu Txakur wrote: it took me longer than I thought because I couldn't find any documentation or comments in the code, but I finally got this working. The sintax to call it was, (there are actually 2

Re: [yocto] fetch from perforce

2013-10-28 Thread Paul Eggleton
Hi Robert, On Monday 28 October 2013 05:38:49 Robert P. J. Day wrote: We should really get a default value for FETCHCOMMAND_p4 defined in OE-Core (and perhaps also the default bitbake.conf bundled with bitbake itself). IIRC, richard purdie once suggested that the FETCHCOMMAND_

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Amit Tomer
Thanks Jukka for the response EXTRA_USERS_PARAMS=usermod -s /bin/false foobar; where did you define user(Is foobar is usre here??). Thanks, Amit. On Mon, Oct 28, 2013 at 2:18 PM, Jukka Rissanen jukka.rissa...@linux.intel.com wrote: On 26.10.2013 20:15, Amit Tomer wrote: Running out of ideas

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Jukka Rissanen
On 28.10.2013 12:07, Amit Tomer wrote: Thanks Jukka for the response EXTRA_USERS_PARAMS=usermod -s /bin/false foobar; where did you define user(Is foobar is usre here??). Yes, foobar is the username in this example. See manual page of usermod for details. -- Cheers, Jukka

Re: [yocto] telnetd is not running with core-image-basic

2013-10-28 Thread Amit Kumar
Hi, I have fixed this issue to write the own recipe for inetutils-mytelnetd. Because with the inetutils- compile and install the success but telnetd does not be copied into the /usr/sbin So using the own recipe I have used the telnetd default installed location which is

[yocto] Out of tree build yocto dylan

2013-10-28 Thread Volker Vogelhuber
I'm currently trying to have the TMPDIR moved out of the normal repository path under dylan. If I set it to TMPDIR = ${TOPDIR}/../../build/tmp some of the build recipes fail because of the dots (e.g. mkdir-p.pl in openssl and ti-dsp-link from the meta-ti repository). I fixed it by adding a

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Amit Tomer
Fine Jukka ,I got your point. The way we changed shell of a user of the /etc/passwd fie is by patching the passwd.master file(orignator of /etc/passwd). How Do you review this method of modifying shell of a user? Thanks Amit On Mon, Oct 28, 2013 at 3:41 PM, Jukka Rissanen

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-28 Thread Paul Eggleton
On Tuesday 22 October 2013 08:10:15 Sandeep G.R wrote: I have selected PACKAGE_CLASSES ?= package_rpm package_deb and IMAGE_FSTYPE is tar.gz package_deb must be listed first in PACKAGE_CLASSES if you wish to use it for constructing your image. You will also need to have

Re: [yocto] Fwd: How to recreate or modify already existing usres in /etc/passwd in Yocto

2013-10-28 Thread Amit Tomer
Jukaa I trying adding these lines in to my .conf file But getting below error while bitbake Unable to parse extrausers: ParseError in configuration INHERITs: Could not inherit file classes/extrausers.bbclass Thanks On Mon, Oct 28, 2013 at 4:11 PM, Amit Tomer amittome...@gmail.com wrote: Fine

Re: [yocto] Trouble packaging files containing space

2013-10-28 Thread Gary Thomas
On 2013-10-28 00:26, Søren Holm wrote: Hi I have a package containing files that includes spaces in their same. The files are located in the same directory without a space in their name is packages just find. I specify FILES_$[PN} like this FILES_${PN} = ${prefix}/local/Mikrofyn What might

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-28 Thread Sandeep G.R
Hi Paul, I have made those changes as PACKAGE_CLASSES ?= package_deb IMAGE_FEATURES += package-management IMAGE_INSTALL_append += dpkg but ended with an error and attached a log file for reference. I have attached the log for reference. On Mon, Oct 28, 2013 at 5:05 AM, Paul Eggleton

Re: [yocto] Trouble packaging files containing space

2013-10-28 Thread Paul Eggleton
On Monday 28 October 2013 08:55:09 Gary Thomas wrote: On 2013-10-28 00:26, Søren Holm wrote: I have a package containing files that includes spaces in their same. The files are located in the same directory without a space in their name is packages just find. I specify FILES_$[PN}

Re: [yocto] Trouble packaging files containing space

2013-10-28 Thread Søren Holm
Mandag den 28. oktober 2013 16:01:24 skrev Paul Eggleton: Søren, are you getting unpackaged file warnings? Are the files listed if you look under image/ in the work directory for the recipe? FWIW, I just tested here and installing files whose filenames contain spaces worked just fine. I get

Re: [yocto] Trouble packaging files containing space

2013-10-28 Thread Paul Eggleton
On Monday 28 October 2013 17:05:54 Søren Holm wrote: Mandag den 28. oktober 2013 16:01:24 skrev Paul Eggleton: Søren, are you getting unpackaged file warnings? Are the files listed if you look under image/ in the work directory for the recipe? FWIW, I just tested here and installing files

Re: [yocto] Trouble packaging files containing space

2013-10-28 Thread Søren Holm
Mandag den 28. oktober 2013 16:17:46 skrev Paul Eggleton: On Monday 28 October 2013 17:05:54 Søren Holm wrote: Mandag den 28. oktober 2013 16:01:24 skrev Paul Eggleton: Søren, are you getting unpackaged file warnings? Are the files listed if you look under image/ in the work directory for

Re: [yocto] Out of tree build yocto dylan

2013-10-28 Thread Trevor Woerner
On 28 October 2013 03:22, Volker Vogelhuber v.vogelhu...@digitalendoscopy.de wrote: I'm currently trying to have the TMPDIR moved out of the normal repository path under dylan. If I set it to TMPDIR = ${TOPDIR}/../../build/tmp Does it work better if you use an absolute path (you can use the

Re: [yocto] yocto-dora problems building python

2013-10-28 Thread Khem Raj
On Fri, Oct 25, 2013 at 6:16 AM, João Henrique Freitas joa...@gmail.com wrote: Hello, I got this QA error when build python: ERROR: QA Issue: python: The compile log indicates that host include and/or library paths were used. Any hint? python build system is very stubborn and does not

Re: [yocto] Custom defconfig is not used

2013-10-28 Thread Bruce Ashfield
On 13-10-26 06:57 AM, Diego Sueiro wrote: Bruce, We have two scenarios here: 1. bbapend with full defconfig replacement 2. bbapend with config fragments The first scenario just worked when using FILESPATH_prepend. For me it does not make sense, since on YP manual says that

Re: [yocto] Custom defconfig is not used

2013-10-28 Thread Mike Lewis
Bruce, Thanks for running the tests. I was seeing neither my full defconfig (additions included) nor a .cfg with only my additions making it into the final config. Just the default beagleboard defconfig from meta-ti. I wasn't using yocto at the time I was experiencing the issue, so I'll add

[yocto] [PATCH] e2fsprogs: Escape filenames in populate-extfs.sh

2013-10-28 Thread Søren Holm
[YOCTO #5401] --- .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh

Re: [yocto] [PATCH] e2fsprogs: Escape filenames in populate-extfs.sh

2013-10-28 Thread Søren Holm
Hi I'm reposting my patch as a response tot this message. I forgot adding some actual description of why the change is necessary. Sorry. I would like the change to go into dora if possible. -- Søren Holm ___ yocto mailing list yocto@yoctoproject.org

[yocto] [PATCH] e2fsprogs: Escape filenames in populate-extfs.sh

2013-10-28 Thread Søren Holm
Without this patch filenames containing spaces do not get into the final ext2/3/4 filsystem. [YOCTO #5401] --- .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, October 29, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-10-28 Thread Liu, Song
Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status 1.6 planning - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_1.6_Features

[linux-yocto] [PATCH 3/3] arm/configs: adding common LSI defconfig

2013-10-28 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/arm/configs/lsisim_defconfig | 48 --- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/arch/arm/configs/lsisim_defconfig b/arch/arm/configs/lsisim_defconfig index b69b8fe..b6e2cca

[linux-yocto] [PATCH 2/3] powerpc/configs: adding common LSI defconfig

2013-10-28 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/configs/lsi_defconfig | 2143 1 file changed, 2143 insertions(+) create mode 100644 arch/powerpc/configs/lsi_defconfig diff --git a/arch/powerpc/configs/lsi_defconfig

[linux-yocto] [PATCH 1/3] powerpc/configs: remove elpaso defconfig

2013-10-28 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- arch/powerpc/configs/elpaso_defconfig | 2138 - 1 file changed, 2138 deletions(-) delete mode 100755 arch/powerpc/configs/elpaso_defconfig diff --git a/arch/powerpc/configs/elpaso_defconfig

[linux-yocto] [PATCH 0/3] replacement for previous [5/89]

2013-10-28 Thread Paul Butler
Previous patch too large and rejected my mailing list. Now 3 separate patches. Paul Butler (3): powerpc/configs: remove elpaso defconfig powerpc/configs: adding common LSI defconfig arm/configs: adding common LSI defconfig arch/arm/configs/lsisim_defconfig | 48 +-

Re: [yocto] Problem with staging dir in Makefile.am

2013-10-28 Thread Khem Raj
On Fri, Oct 25, 2013 at 3:46 AM, Hans Beckérus hans.becke...@gmail.com wrote: Hi. I have a package that tries to point to a staged/installed source file (shared) in the list of files to be compiled. But how should the Makefile.am properly pick-up the current staging dir for my target?

Re: [yocto] [PATCH] perf: mips64: Convert __u64 to unsigned long long

2013-10-28 Thread Khem Raj
On Fri, Oct 25, 2013 at 12:17 PM, Yang Shi yang@windriver.com wrote: On MIPS64, __u64 is unsigned long type, so the %llu specifier will cause build error on MIPS64. Convert __u64 to unsigned long long in those sprintf calls to avoid the build error. Signed-off-by: Yang Shi

Re: [yocto] what's the rule on specifying layer dependencies?

2013-10-28 Thread Khem Raj
On Tue, Oct 22, 2013 at 5:17 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: long story short, we have this: ./meta-openembedded/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb ./meta-arago/meta-arago-extras/recipes-core/jpeg/libjpeg-turbo_svn.bbappend however, the meta-arago-extras

Re: [yocto] Yocto toolchain compilation Issues

2013-10-28 Thread Khem Raj
On Wed, Oct 23, 2013 at 2:01 AM, Rohit2 Jindal rohit2.jin...@aricent.com wrote: Hi , Actually I am trying to compile our own toolchain by applying our board specific patches to it in yocto . But getting error (attached error log) while running gcc-cross-initial for 4.6.3 toolchain . I

[linux-yocto] [PATCH 2/5] drivers/i2c: Collapse AI2C driver implementation - removing ai2c_*

2013-10-28 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/i2c/busses/ai2c/ai2c_plat.c | 758 --- drivers/i2c/busses/ai2c/ai2c_plat.h | 336 drivers/i2c/busses/ai2c/ai2c_sal.c | 109 - drivers/i2c/busses/ai2c/ai2c_sal.h | 393

[linux-yocto] [PATCH 1/5] drivers/i2c: Collapse AI2C driver implementation - removing ai2c_dev

2013-10-28 Thread Paul Butler
Signed-off-by: Paul Butler paul.but...@windriver.com --- drivers/i2c/busses/ai2c/ai2c_dev.h | 228 - drivers/i2c/busses/ai2c/ai2c_dev_clock.c | 493 --- drivers/i2c/busses/ai2c/ai2c_dev_clock_ext.h | 41 --- 3 files changed, 762 deletions(-)