[yocto] build error since commit: gcc: Use FILESPATH instead of FILESDIR and cleanup/simplify

2012-11-20 Thread Nicolas Dechesne
hello, i was attempting a rebuild from scratch with today's master of poky, and i was facing issues such as: WARNING: Failed to fetch URL file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch, attempting MIRRORS if available ERROR: Fetcher failure: Unable to find file file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGE

[yocto] build failure with xf86-video-omap

2012-11-21 Thread Nicolas Dechesne
hi , since xf86-video-omap was recently merged in oe-core and poky, i am trying to remove the recipes we had staged in meta-ti trees for some weeks ( http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=410dc026f2ee24a2346e7563a83f0181c79809cf). so i was trying to build poky/master with m

Re: [yocto] build error since commit: gcc: Use FILESPATH instead of FILESDIR and cleanup/simplify

2012-11-21 Thread Nicolas Dechesne
On Wed, Nov 21, 2012 at 9:41 AM, Burton, Ross wrote: > On 21 November 2012 00:44, Nicolas Dechesne wrote: > > i was attempting a rebuild from scratch with today's master of poky, and > i > > was facing issues such as: > > > > WARNING: Fai

Re: [yocto] build failure with xf86-video-omap

2012-11-21 Thread Nicolas Dechesne
looping rob clark (upstream author) On Thu, Nov 22, 2012 at 12:07 AM, Burton, Ross wrote: > On 21 November 2012 22:52, Nicolas Dechesne wrote: > > since xf86-video-omap was recently merged in oe-core and poky, i am > trying > > to remove the recipes we had staged in meta

Re: [yocto] Best way to support multiple versions of Poky?

2012-11-22 Thread Nicolas Dechesne
On Thu, Nov 22, 2012 at 9:35 AM, Chris Tapp wrote: > I'm just getting round to moving from 'denzil' to 'danny'. I've got a > layer that makes some changes to a few recipes through bbappend files. > > However, 'danny' has bumped a few of these to a new version (which is > good) which means I now h

Re: [yocto] [OE-core] New OE layer index now available

2013-04-04 Thread Nicolas Dechesne
hi, this is a really useful addition! thanks! On Fri, Mar 29, 2013 at 10:34 PM, Paul Eggleton wrote: > The index also supports multiple branches, but for the moment there is only a > master branch configured as I'd like to have people check the layer data > before > adding the additional stable

[yocto] Compliance program questions

2013-04-25 Thread Nicolas Dechesne
Hi there, I have a couple of questions regarding the compliance program. If there is a better place for asking such questions, please let me know. I have studied the Yocto compliance documentation, [1] on the website, and I have the following questions: - is there any 'practical' guide with "do

Re: [yocto] Compliance program questions

2013-04-25 Thread Nicolas Dechesne
er, and I am glad that it's right on time! > > I have a few answers: > > On Thu, Apr 25, 2013 at 8:36 AM, Nicolas Dechesne wrote: >> Hi there, >> >> I have a couple of questions regarding the compliance program. If >> there is a better place for asking such q

Re: [yocto] Compliance program questions

2013-04-26 Thread Nicolas Dechesne
On Fri, Apr 26, 2013 at 12:28 AM, Mark Hatle wrote: >> - is it tolerated to change the versions of some components from >> OE-core or meta-oe? Not just add patches through .bbappend, but >> actually use an older or a more recent version of components, let's >> say Gstreamer for example? > > > If

Re: [yocto] how to enable DFB with cairo

2013-05-06 Thread Nicolas Dechesne
On Mon, May 6, 2013 at 10:08 AM, jojo wrote: > > I am not familiar with yocto project, and i want to enable DFB render > backend in cairo, > > du to the patches " > http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/013037.html > ", > > i know about first need to disable X11 fea

Re: [yocto] Yocto Doubts

2013-05-14 Thread Nicolas Dechesne
On Tue, May 14, 2013 at 6:11 PM, varun bhatnagar wrote: > I am trying to understand Yocto build process and I have couple of > doubts. > based on your questions, i think you need to read a bit more about the Yocto documentation. I definitely recommend that you carefully watch (or read) at lea

Re: [yocto] runqemu: vnc server running on ::1:5900

2013-05-22 Thread Nicolas Dechesne
On Wed, May 22, 2013 at 6:45 PM, varun bhatnagar wrote: > I have successfully created a PowerPC image using* bitbake -k > core-image-minimal*. > When I am trying to boot it using *runqemu qemuppc* I am getting a > message saying* vnc server running on ::1:5900.* > > I searched on internet and it w

Re: [yocto] Yocto Qt5

2013-05-23 Thread Nicolas Dechesne
On Thu, May 23, 2013 at 10:51 PM, LIU Yang (MM) wrote: > I am first time coming here for help on Yocto project with Qt5, I have two > questions/problems when I tried to bitbake a recipe in our layer. > > sorry to hijack (slightly...) that email, but what is the 'plan' for Qt5 in OE? i don't

Re: [yocto] How to modify SRC_URI[md5sum] if there are mutil remote files

2013-05-26 Thread Nicolas Dechesne
On Mon, May 27, 2013 at 7:40 AM, Li Zhijian wrote: > I modified as follows ,but it don't work. > > --- a/meta-oe/recipes-support/ntp/ntp.inc > +++ b/meta-oe/recipes-support/ntp/ntp.inc > @@ -20,6 +20,9 @@ SRC_URI = " > http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g > file://

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-27 Thread Nicolas Dechesne
On Sun, May 26, 2013 at 1:41 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Saturday 25 May 2013 13:58:46 Jack wrote: > > I maked a fsl-image-minaml rootfs file and customized it with adding > > particular packages. For example, I added > > IMAGE_INSTALL_append_pn-fsl-image-minimal

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-28 Thread Nicolas Dechesne
On Tue, May 28, 2013 at 3:49 PM, Jack wrote: > > on top of that, i wanted to remind that there is a dedicated chapter in > the Yocto manual about building 'tiny' systems [1]. Also you don't mention > which 'DISTRO' you are using, so make sure that you are aware that Yocto > comes with Poky, and P

Re: [yocto] Settings for HardFP and some general things

2013-06-03 Thread Nicolas Dechesne
On Sat, Jun 1, 2013 at 11:01 AM, Florian Augustin wrote: > Hello experts :) > > I'm currently trying to set up Yocto poky for a Wandboard-Solo with i.mx6 > solo. > My questions are: > - How can I configure Yocto to use Hard Floating (VFPv3 or better NEON)? I > read some stuff on the net to set DEF

Re: [yocto] yocto-doubts

2013-06-03 Thread Nicolas Dechesne
On Mon, Jun 3, 2013 at 2:47 PM, Akshay Sahota wrote: > > Hi all, > I am following this link > > http://www.reliableembeddedsystems.com/wiki/index.php?title=Yocto_%2B_meta-ti > > to install danny-8.0.1 > Everything is working fine till the command > > git clone git://git.yoctoproject.org/meta-

Re: [yocto] yocto with meta-ti

2013-06-04 Thread Nicolas Dechesne
On Wed, Jun 5, 2013 at 7:55 AM, Akshay Sahota wrote: > * > BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor|graphics/mesa)/" > #BBMASK = "meta-ti/recipes-misc meta-oe/recipes-graphics" > #BBMASK = "meta-oe/recipes-devtools" > #BBMASK = "meta-oe/recipes-graphics" > # > # Parallelism Options*...

[yocto] question about packagegroups

2013-06-12 Thread Nicolas Dechesne
hello, i am creating a packagegroup to organize better my image/recipes. i am doing something along these lines: DESCRIPTION = "My Custom Package Groups" inherit packagegroup PACKAGES = "\ packagegroup-custom-apps \ packagegroup-custom-tools \ " RD

Re: [yocto] question about packagegroups

2013-06-12 Thread Nicolas Dechesne
On Wed, Jun 12, 2013 at 10:24 AM, Gary Thomas wrote: > The problem is that bitbake runs recipes, not packages. So in order to > get the package 'packagegroup-custom-tools', you have to build your main > recipe which will also build 'packagegroup-custom-apps' > > I've run across this myself and wh

Re: [yocto] Compliance program questions

2013-06-14 Thread Nicolas Dechesne
f it included non free, though). Looking at the registration form again, it seems that "all" it might take is to be a Yocto Project member. is that correct? > > > > > I have a few answers: > > > > On Thu, Apr 25, 2013 at 8:36 AM, Nicolas Dechesne > w

Re: [yocto] Compiling a simple command

2013-06-20 Thread Nicolas Dechesne
On Thu, Jun 20, 2013 at 6:08 PM, Paul D. DeRocco wrote: > I've tried to add a single small executable to my image, based on what it > says in 5.3.1. of the Project Development Manual, and while the image gets > built with no error messages, it never compiles my executable. I'm not > doing > _exact

Re: [yocto] How NOT to include kernel image to the rootfs?

2013-06-24 Thread Nicolas Dechesne
On Mon, Jun 24, 2013 at 5:29 AM, Bruce Ashfield < bruce.ashfi...@windriver.com> wrote: > On 13-06-23 7:08 PM, Insop Song wrote: > >> Hi, >> >> - Question >> "How NOT to include kernel image to the rootfs?" >> >> - Background >> In our application, we use u-boot to load kernel and rootfs from nand

Re: [yocto] Adding users and their rights

2013-06-24 Thread Nicolas Dechesne
On Tue, Jun 25, 2013 at 8:38 AM, DAMARLA Satya Swaroop < satyaswaroop.dama...@gmail.com> wrote: > I would like to know if its possible to add users and theri rights at the > build itself... I know tinylogin provides the adduser to the target but how > can I do it at the build is the issue here.. >

Re: [yocto] Documenting YP Development Environment in more detail

2013-06-25 Thread Nicolas Dechesne
On Tue, Jun 25, 2013 at 7:15 AM, Rudolf Streif wrote: > > >> An appendix on Android's "repo" tool might make for an excellent >> addition; it seems some Yocto projects are showing lots of interest in >> using it. >> >> The idea is to integrate/use it with YP? I know what repo does and that > it is

Re: [yocto] run commands after installation

2013-06-27 Thread Nicolas Dechesne
On Thu, Jun 27, 2013 at 8:38 AM, Gaurang Shastri wrote: > Hi, > > You need to do something like below: > > pkg_postinst() { > > net-snmp-config --create-snmpv3-user -a "my_password" myuser > } > > try with above and it should work :) > note it should be pkg_postinst_PACKAGENAME(), so in most cas

Re: [yocto] Removing a package from an image

2013-06-27 Thread Nicolas Dechesne
On Thu, Jun 27, 2013 at 2:35 PM, Gary Thomas wrote: > I'm using one of the machines from meta-fsl-arm (i.MX6) which > has this setting in the MACHINE.conf: > MACHINE_EXTRA_RRECOMMENDS_append_mx6 = " imx-audio" > > While this is reasonable for most of these boards, I have one > which has no audio

Re: [yocto] Removing a package from an image

2013-06-27 Thread Nicolas Dechesne
On Thu, Jun 27, 2013 at 3:27 PM, Gary Thomas wrote: > I am using ipk and this does seem to work, thanks. > > I'd still be interested to know if there is a more general mechanism > I can use for such things in the future. implementation for deb and rpm is coming, based on https://wiki.yoctoproject

Re: [yocto] Documenting YP Development Environment in more detail

2013-06-28 Thread Nicolas Dechesne
On Fri, Jun 28, 2013 at 10:02 PM, Khem Raj wrote: > We use android repo internally to manage the layers and I think there are > projects out there like here > > http://www.jann.cc/2012/08/08/building_freescale_s_community_yocto_bsp_for_the_olinuxino.html > > which are also using android repo to ma

Re: [yocto] only -dbg and -dev packages being built

2013-07-11 Thread Nicolas Dechesne
On Thu, Jul 11, 2013 at 3:20 PM, Brian Karcz wrote: > > > I created a recipe (xyz) to assemble together an externally built executable > and some configuration files that are local to recipe. It consists of a few > SRC_URI specifications for the files and a do_install function to place all > the p

Re: [yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-20 Thread Nicolas Dechesne
On Wed, Aug 21, 2013 at 2:24 AM, Elvis Dowson wrote: > The Ubuntu and Linaro websites don’t document how the actual binary *.deb > packages were created, the just document the process of assembling a rootfs > from deb binary package feeds. > > I’m aware that Yocto/OpenEmbedded can be used to gener

Re: [yocto] Recipe for building an Ubuntu-12.04 root filesystem

2013-08-21 Thread Nicolas Dechesne
On Wed, Aug 21, 2013 at 3:04 AM, Elvis Dowson wrote: > Is there a way to replicate the build infrastructure locally in my > environment? I have a quad core i.MX6 platform. > do you mean the 'ubuntu' build infrastructure? if so, this might not be the most appropriate place to ask ;-) a quick answ

Re: [yocto] What symbol contains the current sysroot?

2013-08-23 Thread Nicolas Dechesne
On Sat, Aug 24, 2013 at 12:12 AM, Paul D. DeRocco wrote: > 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 executi

Re: [yocto] First build stuck at a Single Task..

2013-08-26 Thread Nicolas Dechesne
On Tue, Aug 27, 2013 at 5:26 AM, Arun M Kumar wrote: > NOTE: Resolving any missing task queue dependencies > NOTE: multiple providers are available for runtime libasound-module-bluez > (bluez4, bluez5) > NOTE: consider defining a PREFERRED_PROVIDER entry to match > libasound-module-bluez > NOTE: P

Re: [yocto] confusion about DEPENDS vs RDEPENDS

2013-08-28 Thread Nicolas Dechesne
On Wed, Aug 28, 2013 at 9:22 PM, Hans Beckerus wrote: > Well, I have been struggling before with packages not properly supporting > different build and source folders so I can definitely relate to what you > are saying. But, does that mean I actually *have* to do it this way for > build dependenci

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

2013-09-04 Thread Nicolas Dechesne
On Thu, Sep 5, 2013 at 1:50 AM, Paul D. DeRocco wrote: > > From: Samuel Stirtzel > > > > If you change: > > > > COMPRESS_CMD_gz = "gzip -f -9 -c ${IMAGE_NAME}.rootfs.${type} > > > ${IMAGE_NAME}.rootfs.${type}.gz" > > COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${type}" > > > > in [...]/me

Re: [yocto] yocto query on SR_URI creation

2013-09-09 Thread Nicolas Dechesne
On Mon, Sep 9, 2013 at 9:47 AM, Rohit2 Jindal wrote: > Actually I want to access external git server of our client using yocto > SRC_URI. But I am not able to create path to git server . > > > I just have following info of external server with me > > 1)~/.ssh/config file > > host xyz > user epuser

Re: [yocto] yocto query on SR_URI creation

2013-09-10 Thread Nicolas Dechesne
On Tue, Sep 10, 2013 at 4:35 PM, Rohit2 Jindal wrote: > ** > > Thanks for your prompt reply. > > ** ** > > Actually I am able to create my own SRC_URI on your guided lines as > > #SRC_URI = "git:// > ep-code.xyz.com/sysconfig;branch=xxx-ep-20130823-3.0-alpha;protocol=ssh"** > ** > > But w

Re: [yocto] Support for monit utility

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 8:40 AM, Rohit Borse wrote: > Hi, > I am trying to find *monit* utility in Yocto BSP. I tried with *bitbake > monit *command but it failed. > Does yocto supports *monit* or similar utility to monitor threads and > processes on system? > you can check the online layer

Re: [yocto] yocto query on SR_URI creation

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 10:39 AM, Rohit2 Jindal wrote: > host xyz > user epuser > hostname ep-code.xyz.com > port 22 > identityfile ~/.ssh/abc_r.j > > > > we can only access our servers using xyz:component way in > > git clone xyz:sysconfig > > but in bitbake this doesnot work.

Re: [yocto] How to customize a file coming from another recipe?

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 12:16 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > > Is the best course to create a recipe bbappend for the > lighttpd_1.4.31.bb > > file that is being used? And can I just include a new file with the same > > name in my append and will it overwrite the old

Re: [yocto] Error while building a custom image

2013-09-12 Thread Nicolas Dechesne
On Thu, Sep 12, 2013 at 3:52 PM, Ashish Dalela wrote: > I tried a small change. I removed the packagegroup entry and added the > following to meta/recipes-extended/images/core-image-basic.bb > > IMAGE_INSTALL += "tpmc" > > Now, when I do a bitbake core-image-basic, I get this error: > > *Error: tp

Re: [yocto] DISTRO_FEATURES_append, anyway to override?

2013-09-17 Thread Nicolas Dechesne
On Tue, Sep 17, 2013 at 12:15 PM, Hans Beckérus wrote: > > The resulting DISTRO_FEATURES (as checked by bitbake -e) shows that > > everything appended by poky is also added to the custom distro. > > Now, we would like to remove everything but the large file support as > > added by poky. How do we

Re: [yocto] yocto armhf & armel on zedboard

2013-09-18 Thread Nicolas Dechesne
On Wed, Sep 18, 2013 at 4:35 PM, Edward Vidal wrote: > While trying to add additional software I came across a problem. Ubuntu > uses armhf and the packages I had built with Yocto use armel. > Is there a license issue with building with armhf instead of armel with > Yocto? > > not at all. it is u

Re: [yocto] Question about automatic debug package generation

2013-09-26 Thread Nicolas Dechesne
On Fri, Sep 27, 2013 at 12:00 AM, Brad Litterell wrote: > My recipe builds and ships an executable in /foo/bin/fooapp > > FILES_${PN} += "/foo/bin/*" > > WARNING: QA Issue: foo: Files/directories were installed but not shipped > /foo/bin/.debug > /foo/bin/.debug/fooapp > > This file doesn'

Re: [yocto] Question about automatic debug package generation

2013-09-27 Thread Nicolas Dechesne
On Fri, Sep 27, 2013 at 8:49 AM, Hans Beckérus wrote: > Actually, I have a related question. If you choose to install -dbg > variants, you will get a .debug folder copied to the target. > That .debug folder can then be pointed out by debuggers etc. to get > the symbol information, right? > How can

Re: [yocto] OPKG configuration questions

2013-10-16 Thread Nicolas Dechesne
On Wed, Oct 16, 2013 at 10:17 PM, Glenn Schmottlach wrote: > 1) I'm having difficulty getting the /var/lib/opkg directory to be created > and populated with a list of installed packages. i use that routinely. so there must be something wrong in your config ;-) you didn't mention which release an

Re: [yocto] Busybox configuration example?

2013-10-17 Thread Nicolas Dechesne
On Thu, Oct 17, 2013 at 3:50 PM, Gary Thomas wrote: > Can someone explain how I might control my busybox builds? > For example, I routinely add this to busybox*.bbappend: > > # > # Force 'ifup' to wait longer for really slow links... > # > do_prepare_config_append () { > sed -i 's/CONF

Re: [yocto] Busybox configuration example?

2013-10-18 Thread Nicolas Dechesne
On Fri, Oct 18, 2013 at 3:09 PM, Gary Thomas wrote: > Thanks for the example. I added this simple config fragment and it works > fine. > > # Force 'ifup' to wait longer for really slow links... > CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n -T 1 -t 20" > Of course, the comment is stripped in the

Re: [yocto] build stripped rootfs

2013-10-31 Thread Nicolas Dechesne
On Thu, Oct 31, 2013 at 3:32 AM, Amit Kumar wrote: >I have quarry – How to build the stripped rootfs? Is the yocto > build rootfs image has all the stripped packages or do we need to do > something else for that? > > Please help me out how to create the stripped rootfs image. I am usin

Re: [yocto] Happy Birthday, Yocto Project

2013-11-15 Thread Nicolas Dechesne
On Fri, Nov 15, 2013 at 4:09 AM, Philip Balister wrote: > On 11/14/2013 08:22 PM, Robert P. J. Day wrote: > > On Thu, 14 Nov 2013, Jeff Osier-Mixon wrote: > > > >> Happy birthday, Yocto Project! > > > > what's a birthday without cake? > > > > http://www.instructables.com/id/Brain-Cake/ > > > > r

Re: [yocto] FW: strange explanation of how to add a package to an existing recipe

2013-11-21 Thread Nicolas Dechesne
On Thu, Nov 21, 2013 at 7:35 PM, Rifenbark, Scott M < scott.m.rifenb...@intel.com> wrote: > >suggests that, to customize an image, you should copy the existing .bb > file for > >that image to another name and add a line like: > > > > IMAGE_INSTALL += "strace" > > > >but rather than *copy* the ent

Re: [yocto] unbootable image produced with PACKAGE_CLASSES ?= "package_ipk", /etc missing

2013-11-25 Thread Nicolas Dechesne
On Sun, Nov 24, 2013 at 3:51 AM, Todd Stellanova wrote: > It appears that copying the files to the ext3 / sdcard image is failing in > *populate-extfs.sh* > I see a series of these errors: > > *copy_file: Could not allocate block in ext2 filesystem* > > Any idea what might cause this? I've verifi

Re: [yocto] Patch failure with bbappends

2013-11-28 Thread Nicolas Dechesne
On Thu, Nov 28, 2013 at 8:10 AM, Nathan Rossi wrote: > Reverting this commit on the top of master results in a functional build. > I've done some 'bitbake -e' scanning with and without the above commit, and > I cannot see any differences between the variables that are changed in the > meta-xilinx

Re: [yocto] [OE-core] Automated testing on real hardware

2013-11-29 Thread Nicolas Dechesne
Paul, On Fri, Nov 29, 2013 at 4:58 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > LAVA > - > > A number of people had suggested I look at LAVA [1]. It is split into > different > components for each function, some of which should be usable independently > so > you don't have to

Re: [yocto] Very strange append issue

2013-12-01 Thread Nicolas Dechesne
On Sun, Dec 1, 2013 at 3:01 PM, Gary Thomas wrote: > I can see by the copied comment (#) lines that this fragment > is coming exactly from 'installer_0.0.bbappend' > > This looks totally wrong to me. Am I missing something (and > it should work this way)?? > are you on master? a 'somehow' simil

Re: [yocto] Very strange append issue

2013-12-01 Thread Nicolas Dechesne
On Sun, Dec 1, 2013 at 3:50 PM, Gary Thomas wrote: > Yes, I am using master: 937663bdeca6d6479e0db2a9578588b1aa20222c > > At least I am not hallucinating! > can you try to revert the same commit as in the other thread? commit 381d5920188398bc53b2454843054c8690bca243 Author: Saul Wold Date: T

Re: [yocto] e2fsprogs with core-image-minimal

2013-12-13 Thread Nicolas Dechesne
On Fri, Dec 13, 2013 at 5:45 PM, J Uhl wrote: > How do I get mkfs.ext3 binary over to my rootfs image. I added > > IMAGE_INSTALL += “util-linux e2fsprogs” > > To core-image-minimal but I seem to be missing something. Mkfs does work > but no mkfs.ext3. > you need to install "e2fsprogs-mke2fs" i

Re: [yocto] Problem & Question about FILES_${PN}

2014-01-06 Thread Nicolas Dechesne
On Tue, Jan 7, 2014 at 1:19 AM, Reeve Yang wrote: > FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* > ${libdir}/lib*${SOLIBS} \ > ${sysconfdir} ${sharedstatedir} ${localstatedir} \ > ${base_bindir}/* ${base_sbindir}/* \ > ${base_libdir}/*${SOLIBS} \ > ${datadir}/${BPN} ${l

Re: [yocto] Creating a EXT4 rootfs instead of EXT3: How?

2014-01-07 Thread Nicolas Dechesne
On Tue, Jan 7, 2014 at 2:19 PM, Nick D'Ademo wrote: > Can't seem to get the build process to create a EXT4 filesystem - I've > tried the following: > in general, more details about the actual error you get would be more helpful. > > 1. Tried adding ROOTFSTYPE ?= "*ext4*" to the machine .conf f

Re: [yocto] Problem & Question about FILES_${PN}

2014-01-07 Thread Nicolas Dechesne
simultaneously. If you want to duplicate the same file in 2 different location in the rootFS then you can duplicate in do_install(). > > Appreciate your help. > - Reeve > > > On Mon, Jan 6, 2014 at 4:29 PM, Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: >> >

Re: [yocto] Creating a EXT4 rootfs instead of EXT3: How?

2014-01-08 Thread Nicolas Dechesne
On Wed, Jan 8, 2014 at 11:55 AM, Nick D'Ademo wrote: > Thanks for the reply Nicolas. > > It seems the problem is that .hddimg uses EXT3 by default (after looking > at image_types.bbclass). > yeah, you're right. ext3 is pretty much hard coded there (and in image-live.bbclass) > The ROOTFS type f

Re: [yocto] Problem & Question about FILES_${PN}

2014-01-08 Thread Nicolas Dechesne
On Tue, Jan 7, 2014 at 9:59 PM, Reeve Yang wrote: > As you suggested, I removed ${libdir}/${BPN}/*${SOLIBSDEV} from > "FILES_${PN}-dev", but now I'm getting this error: > > ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: > syslog-ng path > '/work/x86_64-poky-linux/syslog-

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Nicolas Dechesne
On Tue, Jan 14, 2014 at 2:07 PM, Gary Thomas wrote: > I'm trying to build QTE with a distribution that does not include x11. > However, I'm getting this error: > > ERROR: Nothing PROVIDES 'virtual/libx11' (but /home/local/poky-multi/meta/ > recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Nicolas Dechesne
On Tue, Jan 14, 2014 at 2:34 PM, Gary Thomas wrote: > Not sure exactly what you mean, but this showed nothing as well: > $ bitbake -e gst-plugins-base | grep PACKAGECONFIG > what do you mean, 'it shows nothing'? it show show 'something'. if x11 is enabled: $ bitbake -e gst-plugins-base | grep

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Nicolas Dechesne
On Tue, Jan 14, 2014 at 2:55 PM, Gary Thomas wrote: > Sorry, no, when x11 is missing, I only get this error: > > > [gthomas@titan imx6_test]$ bitbake -e gst-plugins-base > NOTE: Started PRServer with DBfile: > /home/local/imx6_test/cache/prserv.sqlite3, > IP: 127.0.0.1, PORT: 45092, PID: 22974

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto dylan

2014-01-15 Thread Nicolas Dechesne
On Wed, Jan 15, 2014 at 11:49 AM, Khaja Hussain Shaik < khajahussai...@hcl.com> wrote: > Greetings from Khaja. > > We are trying to make a Dylan build with GStreamer 1.0 support, however we > are facing lots of dependencies. We like to know whether it’s possible to > incorporate GStreamer 1.0 in D

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-23 Thread Nicolas Dechesne
On Thu, Jan 23, 2014 at 9:42 PM, Brian Hutchinson wrote: > Yes, but: > > 1. I don't think package-index is image specific ... its just a list of > everything that has been bitbaked on the box (which doesn't equate to one > particular image ... it's the net of all the packages from all the images

Re: [yocto] Personalized SDKPATH and sysroot

2014-01-31 Thread Nicolas Dechesne
On Thu, Jan 30, 2014 at 2:14 PM, Bertrand Roussel wrote: > 1/ The sysroot seems to be hardcoded in binaries, for instance: > $ > /opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv6-vfp-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc > --print-sysroot > /opt/poky/1.4.2/sysroots/armv6-vfp-poky

Re: [yocto] Package 'X' provides... what?

2014-03-02 Thread Nicolas Dechesne
On Sun, Mar 2, 2014 at 11:49 PM, Chris Tapp wrote: > I'm in the middle of updating some code (under 'danny') from Gstreamer 0.10 > to 1.0. > > At the moment I pull in things like 'gst-plugins-base-playbin' by having a > 'DEPENDS' in a recipe. However, that's not what it's called in Gstreamer 1.0

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Nicolas Dechesne
Hi, On Thu, Mar 13, 2014 at 4:52 PM, Federico Vitali wrote: > Hi everyone, > > what should I do to customize and crosscompile a library already distributed > with yocto? > can you be a bit more specific? not sure i understand completely what you want to do. also how are you getting your distribu

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Nicolas Dechesne
On Fri, Mar 14, 2014 at 10:10 AM, Gary Thomas wrote: >> CCLD libgsttag-0.10.la >> libtool: link: warning: library >> `/opt/poky/1.5.1/sysroots/armv6-vfp-poky-linux-gnueabi/usr/lib/libgstbase-0.10.la >> ' was moved. >> libtool: link: warni

Re: [yocto] What is the best practice for customizing libraries included in yocto distribution?

2014-03-14 Thread Nicolas Dechesne
Frederico, On Fri, Mar 14, 2014 at 11:09 AM, Federico Vitali wrote: > Thank you Nicholas and Gary! I'm quite experienced in linux embedded > developement, but I'm new to yocto / openembedded. > Nicolas, can you please explain me how to use my sources separate from OE > build dir tree and still us

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-26 Thread Nicolas Dechesne
On Wed, Mar 26, 2014 at 3:38 PM, Otavio Salvador wrote: >> As a concrete example, currently I'm flipping between dora and master >> builds. For some reason I can't seem to reuse the same TMPDIR between >> them. So every time I "repo init -b " I then also have to >> edit conf/local.conf before bitb

Re: [yocto] Problem with own kernel recipe on Dora

2014-04-22 Thread Nicolas Dechesne
On Tue, Apr 22, 2014 at 9:52 AM, Richard Leitner - SKIDATA wrote: > Hi Yocto-Community, > as the subject already says I've a problem with my kernel recipe after the > "migration" from the Dylan to the Dora (10.0.1) branch. > I've tried the 10.0.1 release tag as well as the current dora master >

Re: [yocto] Git and http problem.

2015-04-13 Thread Nicolas Dechesne
On Mon, Apr 13, 2015 at 1:53 PM, Francois P. Gallichand < francois.p.gallich...@ca.abb.com> wrote: > I'm working behind a firewall, on which I have absolutely no control, and > it does not allows the git protocol to go through. So I patch the recipes > to replace the git protocol by the http proto

Re: [yocto] Badly formatted subpath for git SRC_URI deletes portions of hard drive.

2015-04-16 Thread Nicolas Dechesne
On Thu, Apr 16, 2015 at 3:11 PM, Anders Darander wrote: > > > Running the recipe resulted in do_fetch (or do_unpack) failing again > and > > > complaining about missing files. This time the deletion was on a much > > > greater scale, it had deleted so much of my home-dir that my user > > > accoun

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Nicolas Dechesne
On Sun, Jul 26, 2015 at 8:04 PM, Trevor Woerner wrote: > > Is there a generic way to say "please include all of these packages" > instead of having to list each and every one of them in a > CORE_IMAGE_EXTRA_INSTALL variable? Adding "kernel-modules" to that > variable doesn't work (I get an error e

Re: [yocto] include all kernel modules in image

2015-07-27 Thread Nicolas Dechesne
On Mon, Jul 27, 2015 at 1:03 PM, Trevor Woerner wrote: > File: '/z/layerindex/layers/openembedded-core/meta/lib/oe/rootfs.py', > lineno: 156, function: _exec_shell_cmd > 0152:else: > 0153:exec_cmd = cmd > 0154: > 0155:try: > *** 0156:sub

Re: [yocto] Autologin after bootup on the genericx86 machine

2015-09-03 Thread Nicolas Dechesne
On Thu, Sep 3, 2015 at 4:04 PM, Paul Eggleton wrote: > On Thursday 03 September 2015 08:31:13 Leonardo Sandoval wrote: >> On 09/03/2015 04:36 AM, Gorny Krystian wrote: >> > I'm using the fido branch and building a genericx86 machine for the >> > core-image-rt image. After my image boot up I always

Re: [yocto] bbappend a "required" bb file

2015-09-24 Thread Nicolas Dechesne
On Thu, Sep 24, 2015 at 4:26 PM, Allen Curtis wrote: > I am working with a BSP that has multiple image recipes. > > foo-hwbringup-image.bb > foo-qt5demo-image.bb > > foo-qt5demo-image.bb contains "require foo-hwbringup-image.bb" > > However if I create foo-hwbringup-image.bbappend, it gets ignored

Re: [yocto] opkg 0.3.0 or rootfs task

2015-11-02 Thread Nicolas Dechesne
On Mon, Oct 26, 2015 at 12:46 AM, Christopher Larson wrote: > >> I've just posted patches to the opkg-devel list which should fix this. I >> had >> intended to give them a bit more testing before I sent them but a quick >> fix is >> needed. > > > Thanks for your quick work on this, Paul, it's muc

Re: [yocto] opkg 0.3.0 or rootfs task

2015-11-03 Thread Nicolas Dechesne
On Mon, Nov 2, 2015 at 4:53 PM, Alejandro del Castillo wrote: > > > No, there's nothing else you need to do. The patches fromPaul change the > > opkg download cache to use checksums rather than the entire url as the > > filename, which avoids the file name length problem. > > The patches are und

Re: [yocto] [yocto and jenkins]

2014-06-02 Thread Nicolas Dechesne
On Tue, Jun 3, 2014 at 2:26 AM, Insop Song wrote: > Setting "export BB_ENV_EXTRAWHITE=${BUILD_NUMBER}" fixed the issue. and just for the record, the Linaro jenkins script set IMAGE_NAME in the generated site.conf file, see [1]. this file is generated by the Jenkins build scripts, prior to the bui

Re: [yocto] Build History Folder

2014-06-04 Thread Nicolas Dechesne
On Wed, Jun 4, 2014 at 8:35 PM, Bharath Chandra wrote: > > I want to capture build history while building an image and I have done the > following settings in conf/local.conf file. > > INHERIT += "buildhistory" > BUILDHISTORY_COMMIT = "1" > > as suggested in > http://www.yoctoproject.org

Re: [yocto] Why use Yocto?

2014-06-10 Thread Nicolas Dechesne
On Tue, Jun 10, 2014 at 4:39 PM, Bob Cochran wrote: > > How dp you plan to sell/market/license your Ubuntu based machine? > > Would you become an Ubuntu hardware partner? > http://www.ubuntu.com/partners/find-a-partner/hardware > > The scope of this partnership seems to be servers and desktops. I

Re: [yocto] Conditional patches on kernel depending on board, how to maintain?

2014-06-12 Thread Nicolas Dechesne
On Thu, Jun 12, 2014 at 1:54 PM, Daniel Hilst Selli wrote: > I have a SoM which will be used on several boards, this SoM has a base > kernel for it, with its board-*.c file. In each board I may have different > peripherals, so I have to patch the same board-*.c file depending on my > target board,

Re: [yocto] role of sstate-cache

2014-06-12 Thread Nicolas Dechesne
On Thu, Jun 12, 2014 at 6:26 PM, Arun Kumar wrote: > I am a newbie to Yocto project... > I wanted to know.. what is the role of the "sstate-cache" directory? are you asking for clarifications after reading this http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#shared-state-cache

Re: [yocto] I want to know which BB files were compiled

2014-06-16 Thread Nicolas Dechesne
On Mon, Jun 16, 2014 at 5:27 AM, ya...@cn.fujitsu.com wrote: > Hi everyone, > > I want to know which BB files were compiled when I run ' bitbake '. > How to achieve it? > > e.g. > # bitbake core-image-minimal > > I want to know all the compiled BB files, including native BB file. please have a lo

Re: [yocto] Hi

2014-06-19 Thread Nicolas Dechesne
On Thu, Jun 19, 2014 at 3:38 PM, Himanshu Pandey < pandey_himansh...@rediffmail.com> wrote: > I want to perform some operation after rootfs.tar.bz2 is created. I have > written a shell script to perform a set of operations. Could you please > tell me that where shall I include this script so that

Re: [yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-24 Thread Nicolas Dechesne
On Tue, Jun 24, 2014 at 11:50 AM, Burton, Ross wrote: > On 23 June 2014 16:56, Patrick Doyle wrote: >> Should I create a core-image-minimal.bbappend file with a SRC_URI >> pointing to my script and a do_install rule to install it? > > Create a new recipe for the script and then add it to the imag

Re: [yocto] Can't add shared libraries into final image

2014-07-01 Thread Nicolas Dechesne
On Tue, Jul 1, 2014 at 5:24 PM, Pierre Yves MORDRET wrote: > I'm in front of an issue that I really don't understand. I wrote a quite > simple recipe to integrate an RPM package. > At the end of compilation/install/packaging/rootfs, I saw my shared libraries > were not part of the final image. >

Re: [yocto] Recipe to copy precompiled binaries to root image

2014-07-07 Thread Nicolas Dechesne
On Fri, Jul 4, 2014 at 9:37 AM, Joshua Collins wrote: > This does not copy the files to the image as I would expect. If I look at > the bitbake log, I see my recipe is run, but I obviously have not done the > right thing in the recipe. > > > > Can anyone tell me how I could fix this? .so files ar

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Nicolas Dechesne
On Wed, Jul 9, 2014 at 10:58 PM, Allen Kennedy Jr. wrote: > Any ideas why or how this is getting unset, and how to fix? > I couldn't find any documentation that talks about this. by the way, this is not a bug, and doesn't need to be 'fixed'. this is purposely done this way to avoid leaking too mu

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Nicolas Dechesne
On Thu, Jul 10, 2014 at 3:46 PM, Allen Kennedy Jr. wrote: > All with no joy. I did a bit of google-fu and came up with this one: > on the command line: BB_ENV_EXTRAWHITE="JAVA_HOME" bitbake myRecipe the manual says "You must set this variable in the external environment in order for it to work."

Re: [yocto] Environment Variables being unset by bitbake?

2014-07-10 Thread Nicolas Dechesne
+list. please let's discuss on the list. On Thu, Jul 10, 2014 at 4:01 PM, Allen Kennedy Jr. wrote: > That did it. thanks. > > Is there is no way to add this to the layer? Must I distrubute my layer > with instructions to set BB_ENV_EXTRAWHITE variable before running bitbake? > I would think the

Re: [yocto] pack kernel modules in file system

2014-07-14 Thread Nicolas Dechesne
On Sat, Jul 12, 2014 at 2:56 PM, jags gediya wrote: > I am building yocto for imx6sl evolution kit. After built, all the > images are available in tmp/deploy/images/imx6slevk > > but kernel modules are not available in /lib/modules/... directory of > the file system. > some other files are availab

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 3:28 PM, atulkumar singh wrote: > I wish to build my toolchain independent of host machine, either my sdk > machine is 32bit or 64 bit. > Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in > local.conf and x86-64 for 64 bit machine. > Please let me know

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 6:37 PM, atulkumar singh wrote: > Thanks for your reply. > And i am using Fedora20. > Also please let me know how to check whether the machine has been install > with 32bit lib or not? I don't use Fedora, so i can't give the exact instructions, but the first 2 links on goo

  1   2   >