Re: [yocto] replace udhcpc

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:15, Neuer User auslands...@gmx.de wrote: Do you by chance know, why it depends on the xuser-account package? I don't want any additional user accounts on my system. If it is not essential I would remove it. If you're applications are running as root then you can remove the

Re: [yocto] replace udhcpc

2014-05-09 Thread Burton, Ross
On 9 May 2014 17:57, Neuer User auslands...@gmx.de wrote: Seems, I am not the only one wondering why connman phones home: The ask the author approach works quite well. The hostname it's looking up is connman.net. This is the captive portal detection: pretty much every major platform does

Re: [yocto] [oe] GStreamer 0.10's future

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:19, Neuer User auslands...@gmx.de wrote: So the catch here is that Qt4 currently depends on GStreamer 0.10. Yes, it does, as long as you need QtMultimedia. Same applies to Qt5. There was a discussion on the Qt mailing list about moving to gstreamer1.0, but this seems to be

Re: [yocto] [oe] GStreamer 0.10's future

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:19, Neuer User auslands...@gmx.de wrote: Yes, it does, as long as you need QtMultimedia. Same applies to Qt5. There was a discussion on the Qt mailing list about moving to gstreamer1.0, but this seems to be rather some time in the future was my impression. So Qt 5.3 won't

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-14 Thread Burton, Ross
On 14 May 2014 14:04, Neuer User auslands...@gmx.de wrote: Can the distro content be changed? Or would I need to build my own distro? (Which would be not so easy looking at the complex poky.conf configuration files...) The quick solution is DISTRO_FEATURES_remove=nfc 3g in local.conf. For

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-14 Thread Burton, Ross
On 14 May 2014 14:54, Neuer User auslands...@gmx.de wrote: to my image.bb file. Guess, this is then the recommended way to go? Not in your image recipe, no, as then e.g. connman will still think that you need 3g and nfc. Ross -- ___ yocto mailing

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-14 Thread Burton, Ross
On 14 May 2014 15:03, Neuer User auslands...@gmx.de wrote: Hmm, so I need my own distro? You don't need to as local.conf is sufficient, but changes to local.conf are specific to *your current* builds. Defining a distro is trivial, just make your own distro.conf and either include poky.conf or

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-14 Thread Burton, Ross
On 14 May 2014 15:22, Neuer User auslands...@gmx.de wrote: Then started a bitbake. Got a strange error LCONF_VERSION is 6, should be 5 in bblayers.conf. So I changed it to 5. So that's because the Poky layers are a version higher than the oe-core layers. Once you stop using Poky the version

Re: [yocto] Best way to remove DISTRO_FEATURES?

2014-05-14 Thread Burton, Ross
On 14 May 2014 15:35, Neuer User auslands...@gmx.de wrote: Strangely, when adding the DISTRO_FEATURES_remove to local.conf instead of making a new distro, bitbake does not recompile everything?! Well, there's some logic to avoid rebuilds if the distro features change in a way that the recipe

Re: [yocto] meta-web-kiosk: bad fonts in high resolution

2014-05-15 Thread Burton, Ross
On 14 May 2014 22:38, Saul Wold s...@linux.intel.com wrote: I'm new to Yocto, and I made an Image meta-web-kiosk, and when I run it, the fonts in browser are getting messed up, as you can see in these images: https://drive.google.com/folderview?id=0Bw1B-mbeX0tbRnc0OHZSaDVuQlEusp=sharing

Re: [yocto] Strange certificate problem with wget

2014-05-19 Thread Burton, Ross
On 19 May 2014 10:25, Neuer User auslands...@gmx.de wrote: I need to use wget with https support in my image. So I added wget to my packages. The problem is that it doesn't seem to find the installed certificates: By installed certificates you mean that you installed ca-certificates into the

Re: [yocto] headers only recipe

2014-05-21 Thread Burton, Ross
On 20 May 2014 22:44, ezek...@sanborndeasis.net wrote: I have a recipe that only produces dev headers (macros, constants, etc). Builds fine, and recipes dependent on these headers are fine as well. The problem is that only a dev and dbg ipkg get produced for deploy (makes sense, there is no

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Burton, Ross
On 21 May 2014 10:37, Neuer User auslands...@gmx.de wrote: I really need certificate support in wget. What am I missing? I guess, it is a very stupid error on my side, but I just don't know which. Try passing --ca-certificate=/etc/ssl/certs/ca-certificates.crt to verify that wget works if you

Re: [yocto] Strange certificate problem with wget

2014-05-21 Thread Burton, Ross
On 21 May 2014 11:49, Auslands-KV auslands...@gmx.de wrote: That's it. It does't seem to know where they are. If I add the option with the path, it works. Do I miss something in my local.conf? No, OpenSSL should know where they are out of this, this is probably a problem with the OpenSSL

Re: [yocto] Reducing size of the weekly build

2014-05-21 Thread Burton, Ross
Hi Beth, On 21 May 2014 17:22, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: In an effort to speed up release times, I'm going to remove the deb and rpm publishing from the weekly builds. We'll still have ipk publishing and we will still generate debs and rpms, but as far as I can

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
On 22 May 2014 13:38, Alexandru Vaduva vaduvajanalexan...@yahoo.com wrote: it appear, it shouldn`t I believe. Can you share this depends.dot file please? For what it's worth, I can't replicate this with oe-core master Ross -- ___ yocto mailing list

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
On 22 May 2014 14:24, Alexandru Vaduva vaduvajanalexan...@yahoo.com wrote: I attached the depends .dot file and also a small perl-ptest.info file with only the perl-ptest occurences. Right, so the dependency comes from perl-modules. This is a meta package that depends on all the modules, and

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
FYI, I've just sent my fix to the oe-core mailing list. Ross On 22 May 2014 15:05, Burton, Ross ross.bur...@intel.com wrote: On 22 May 2014 14:24, Alexandru Vaduva vaduvajanalexan...@yahoo.com wrote: I attached the depends .dot file and also a small perl-ptest.info file with only the perl

Re: [yocto] Source Command Permission Denied

2014-05-30 Thread Burton, Ross
On 30 May 2014 05:06, Kashyap Gada gada.kash...@gmail.com wrote: bash: /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir: Permission denied You appear to be running Yocto on external media and your system has likely mounted it with the noexec flags to prevent malicious

Re: [yocto] Source Command Permission Denied

2014-06-03 Thread Burton, Ross
On 3 June 2014 16:39, Kashyap Gada gada.kash...@gmail.com wrote: bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission denied The permissions on that file don't involve +x. Is that a fresh checkout of poky or copied from the removable media? Ross --

Re: [yocto] Source Command Permission Denied

2014-06-03 Thread Burton, Ross
, 2014 at 9:16 PM, Burton, Ross ross.bur...@intel.com wrote: On 3 June 2014 16:39, Kashyap Gada gada.kash...@gmail.com wrote: bash: /home/kashyap/yocto/poky/scripts/oe-setup-builddir: Permission denied The permissions on that file don't involve +x. Is that a fresh checkout of poky or copied

Re: [yocto] creating sdk for my own packages - how?

2014-06-04 Thread Burton, Ross
On 4 June 2014 08:47, Marek Andrus marek.and...@wp.pl wrote: I believe I'll be able to create the sdk with command like bitbake my_application -c populate_sdk. I added inherit populate_sdk_base to my_application.bb. Is that a correct way? You use -c populate_sdk on an *image* recipe so that

Re: [yocto] [PATCH 3/3] PublishArtifacts: add md5sums artifact

2014-06-04 Thread Burton, Ross
On 4 June 2014 02:03, Lynn 'Cyrin' Conway lynncy...@gmail.com wrote: -else: +else:1 Pretty sure you didn't mean that :) Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] best way to add conditional configure option

2014-06-04 Thread Burton, Ross
On 4 June 2014 09:51, Neuer User auslands...@gmx.de wrote: The conditional configure option is --enable-imx6. You can use a machine override, along the lines of: EXTRA_OECONF_ixm6 = --enable-imx6 This will set EXTRA_OECONF to --enable-imx6 if the MACHINE is ixm6. It gets a little complicated

Re: [yocto] best way to add conditional configure option

2014-06-04 Thread Burton, Ross
On 4 June 2014 10:24, Neuer User auslands...@gmx.de wrote: EXTRA_OECONF_append_mx6 = --enable-imx6 Main difference is the mx6 versus imx6. Yeah I didn't know what your machine type is, so was guessing. Ross -- ___ yocto mailing list

Re: [yocto] Source Command Permission Denied

2014-06-05 Thread Burton, Ross
On Thursday, 5 June 2014, Kashyap Gada gada.kash...@gmail.com wrote: Its a different ntfs partition. I mount it manually. Using NTFS is certainly going to complicate things because the permissions model is different, can you use a Linux file system (such as ext4) instead of a Windows one?

Re: [yocto] List of Binary Files from a recipe

2014-06-05 Thread Burton, Ross
On 5 June 2014 21:50, Bharath Chandra ellurubharat...@gmail.com wrote: I am working on a reverse enginnering project and I want to know by looking at an executable , the recipe file from which it is generated. So, first I need to understand by using what commands in a recipe file, we can

Re: [yocto] Problems with postinstall

2014-06-06 Thread Burton, Ross
On 6 June 2014 12:08, Neuer User auslands...@gmx.de wrote: The postinst is executed by the package manager when the package is installed. If that installation takes place during do_rootfs, ${D} will refer to the rootfs directory for the image being built and ${S} will probably refer to

Re: [yocto] do_compile failed

2014-06-07 Thread Burton, Ross
Clean the partial qemu build by using bitbake -cclean qemu-native. Ross On 7 June 2014 07:19, Kashyap Gada gada.kash...@gmail.com wrote: Hello While bitbake was running my pc froze. I did a restart and then started bitbake command again. After that getting following error ERROR: Function

Re: [yocto] [PATCH] add license file: DMTF

2014-06-10 Thread Burton, Ross
On 10 June 2014 03:29, ya...@cn.fujitsu.com ya...@cn.fujitsu.com wrote: I plan to add the recipe for software which associates with DMTF to oe-core. Please sent this addition in a series alongside the addition of the software, as you don't know that the software has been accepted into oe-core

Re: [yocto] QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so

2014-06-10 Thread Burton, Ross
On 10 June 2014 15:30, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Patrick, On Tuesday 10 June 2014 10:23:04 Patrick Doyle wrote: I started getting the warning mentioned above when I updated to a newer release of an open source package (Aravis). I asked the google how I should

Re: [yocto] Best way to freeze Yocto for production

2014-06-10 Thread Burton, Ross
On 10 June 2014 18:31, Marlon Smith marlon.smit...@gmail.com wrote: Since Yocto is updated pretty frequently, at some point we'll need to freeze everything and keep a permanent copy so that we can make small changes/bug fixes without having to worry about anything being changed outside of our

Re: [yocto] [PATCH] add recipe cim-schema, cim-schema-docs and license file DMTF.

2014-06-12 Thread Burton, Ross
On 12 June 2014 09:56, Martin Jansa martin.ja...@gmail.com wrote: Why is this recipe needed in oe-core layer? Wouldn't meta-networking be more suitable? The patch also belongs to oe-core ML not yocto. Agreed, unless there's a strong reason then this should go to meta-networking (so send to

Re: [yocto] How to determine which tasks bitbake just ran?

2014-06-12 Thread Burton, Ross
On 12 June 2014 19:53, Patrick Doyle wpds...@gmail.com wrote: As you know, when we bitbake a recipe, we see lots of messages about individual tasks that are run as they are being run (do_fetch, do_configure, etc…), and then a final summary message that reads something like: NOTE: Tasks

Re: [yocto] What is the best process for applying patches to dora?

2014-06-16 Thread Burton, Ross
On 14 June 2014 17:48, Patrick Doyle wpds...@gmail.com wrote: What is the best way to get this applied to dora? Cherry-pick the commit into a branch of Dora to verify that it applies and builds, and then sent the patch to oe-core@ with '[dora]' added to the message subject (--subject-prefix is

Re: [yocto] Autotools, Init Script templates and configure.ac

2014-06-16 Thread Burton, Ross
On 15 June 2014 11:26, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: What I'm not understanding is if there's a standardised way to write the autotools configuration that would eliminate the need for Yocto update-rc.d There is no cross-platform way of installing init scripts. I'd

Re: [yocto] Autotools, Init Script templates and configure.ac

2014-06-16 Thread Burton, Ross
On 16 June 2014 10:20, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: OK. Thanks Ross. I don't suppose you can recommend a golden initscript somewhere on the interwebs that covers the all bases, including for LSB functions present / absent? It seems to me such a script might be a useful

Re: [yocto] how to disable shell access

2014-06-17 Thread Burton, Ross
On 17 June 2014 21:23, Insop Song insop.s...@gmail.com wrote: 2. how to block shell access but to open for debugging access For this, I could think of that we could block ssh access and only open console. Or opening ssh for a hidden port only. The Raumfeld multi-room audio system has a neat

Re: [yocto] core-image-weston: do_rootfs failure installing libcogl

2014-07-08 Thread Burton, Ross
On 8 July 2014 18:28, Rudolf Streif rstr...@linuxfoundation.org wrote: I am attempting to build core-image-weston with Poky from Master. It fails creating the rootfs when smart tries to install libcogl (details at the end): error: libcogl20-1.18.0-r0@i586 conflicts with

Re: [yocto] Minimalist Initrd

2014-07-08 Thread Burton, Ross
On 6 July 2014 04:57, Jeremy Moles cubic...@gmail.com wrote: I've encountered a scenario wherein I have only (and this constraint can't be worked around) 13MB of space into which I can place a JFFS2 image which can be used to continue the system startup (which is initially started by an older

Re: [yocto] Is it possible to prevent a package from updating the shared state cache?

2014-07-11 Thread Burton, Ross
On 11 July 2014 17:00, Patrick Doyle wpds...@gmail.com wrote: (I wanted to build from a different bzr repository and didn't want to contaminate my sstate cache, or even worse, confuse it with a different version of revsion 1234 from the other repository) Ouch, I'd forgotten that bzr revisions

Re: [yocto] Make autotools use autogen.sh

2014-07-14 Thread Burton, Ross
On 14 July 2014 14:32, Patrick Doyle wpds...@gmail.com wrote: What is the best thing to do here… Should I inherit autotools and override do_configure with my own version that just runs the (package supplied) autogen.sh? Is there a way for autotools to run automake --add-missing? So

Re: [yocto] How to install .deb file in Yocto on Intel Galileo

2014-07-14 Thread Burton, Ross
On 14 July 2014 08:55, TonyZhao tonyzhao...@foxmail.com wrote: I tried dpkg -i package, but it said no such command. You probably meant to use opkg. Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Make autotools use autogen.sh

2014-07-14 Thread Burton, Ross
On 14 July 2014 16:31, Patrick Doyle wpds...@gmail.com wrote: a) do_compile fails because make depends on INSTALL, because INSTALL is listed in the aravis_DATA list in Makefile.am. That's silly. Why would you ever need the install instructions to be installed? Personally I'd patch that out

Re: [yocto] [OE-core] [PATCH 1/1] Qemu security patch: CVE-2014-3471

2014-07-15 Thread Burton, Ross
On 15 July 2014 14:30, Daniel BORNAZ daniel.bor...@enea.com wrote: +++ b/meta/recipes-devtools/qemu/files/pcie_better_hotplug_support.patch @@ -0,0 +1,74 @@ +The current code is broken: it does surprise removal which crashes guests. + +Reimplemented the steps: + - Hotplug triggers both

Re: [yocto] How to find the bb file from package name

2014-07-22 Thread Burton, Ross
On 21 July 2014 16:39, Anooj Gopi anoojg...@gmail.com wrote: Could some one help me to understand how we could find the bb file which generated particular package (rpm package for eg.)? (In some cases the name of the package and recipe name differ drastically) Also is there any way to list

Re: [yocto] rationale for including checkouts in both layers and yocto git repos?

2014-07-22 Thread Burton, Ross
On 22 July 2014 14:15, Robert P. J. Day rpj...@crashcourse.ca wrote: i just noticed that, across the two major repos for yocto: http://layers.openembedded.org/layerindex/branch/master/layers/ http://git.yoctoproject.org/ there's a wee bit of duplication in that the second repo above

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-22 Thread Burton, Ross
On 22 July 2014 17:19, Anooj Gopi anoojg...@gmail.com wrote: But I'm still not able to find out where in yocto PKG variable is configured (which changes this rpm file name from the default one). Packages containing libraries get renamed through debian.bbclass. I'm not sure why you need to know

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Burton, Ross
On 23 July 2014 07:51, Anoop babu.an...@gmail.com wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory This is a bug in the meta-tizen rpm package. Until they fix it you'll have to do bitbake rpm-native -cclean and then re-run bitbake

Re: [yocto] SDK not contianing archive libraries

2014-07-23 Thread Burton, Ross
On 23 July 2014 10:23, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: Thanks for your reply Anooj. Apparently, based on my findings, the SDK contains libraries that are libtool archives, .la. For my part, I have used .a only which is not libtoolized. I'm finding a way how to make my

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Burton, Ross
On 23 July 2014 11:00, Anoop babu.an...@gmail.com wrote: Thank you for the inputs. So until I over come this error I need to do bitbake rpm-native -cclean and then re-run bitbake tizen-common-core-image-minimal-dev. ? I'm asking this since i'm continuously getting task error on meta-tizen rpm

Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-23 Thread Burton, Ross
On 23 July 2014 07:51, Anoop babu.an...@gmail.com wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory I just re-read this mail and remembered that this was a different problem with rpm-native, and I fixed it in oe-core/poky. Their fork of poky has been

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Burton, Ross
On 24 July 2014 08:05, Anoop babu.an...@gmail.com wrote: Patch redhat-portability.diff does not apply (enforce with -f) Please update your poky, this has been fixed already and the meta-tizen fork of Poky has already integrated this fix. (poky commit 52a6d20519870103134166d91e22d21fd736195d)

Re: [yocto] SDK not contianing archive libraries

2014-07-24 Thread Burton, Ross
On 24 July 2014 08:30, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: I've mimic'd the bitbake.conf way of adding -staticdev. Apparently I got a QA error stating that there are already multiple definitions of -staticdev for my unit. Your package will already have them due to the default

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Burton, Ross
On 24 July 2014 10:25, Anoop babu.an...@gmail.com wrote: Ross many thanks for the valuable input. I had been building tizen with yocto based on the following link. https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto For poky it is mentioned to use git clone

Re: [yocto] Bitbake error for rpm-native -- do compile failed

2014-07-24 Thread Burton, Ross
On 24 July 2014 14:29, Anoop babu.an...@gmail.com wrote: + export CCFLAGS+= -fPIC /home/sfm/yocto_temp/build/tmp/work/i686-linux/rpm-native/git- r0/temp/run.do_compile.26826: 120: export: CCFLAGS+: bad variable name += is a bash extension and those scripts are not running under bash. This has

Re: [yocto] Bitbake error for rpm-native -- do compile failed

2014-07-25 Thread Burton, Ross
On 25 July 2014 13:42, Anoop Babu babu.an...@gmail.com wrote: My apologies for pushing all issues to yocto forum. Can you please let me know the meta-tizen forum. As far as I'm aware you'll have to email the maintainers directly. I had started bitbake procedure after cloning below mentioned

Re: [yocto] don't all core images use openssh instead of dropbear?

2014-07-25 Thread Burton, Ross
On 25 July 2014 17:03, Robert P. J. Day rpj...@crashcourse.ca wrote: IMAGE_FEATURES_REPLACES_ssh-server-openssh = ssh-server-dropbear so wouldn't *all* image recipes derived from core-image replace dropbear with openssh? That means that the image feature ssh-server-openssh replaces

Re: [yocto] GStreamer from HTTP source

2014-07-28 Thread Burton, Ross
On 26 July 2014 20:38, Hal Martin hal.mar...@gmail.com wrote: gplay doesn't support HTTP streams and gst-launch fails to play the stream. The totem recipe in open embedded is really old and doesn't seem to be working, so I'm not sure what I can use to play an HTTP (or HTSP) stream. Any

Re: [yocto] Tizen Bitbake error - systemd

2014-08-11 Thread Burton, Ross
On 30 July 2014 10:46, Anoop babu.an...@gmail.com wrote: /home/sfm/yocto_temp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux- gnueabi/systemd/git-r0/temp/run.do_install.17788: line 131: /usr/bin/mkdir: No such file or directory Did you get this resolved? The recipe is hard-coding

Re: [yocto] [PATCH] Fix USB not mounted in file manager

2014-08-26 Thread Burton, Ross
Wrong list, this should go to oe-core@. On 26 August 2014 15:24, Marius Avram marius.av...@intel.com wrote: +Upstream-Status: Upstream-Status: Inappropriate Duplicated tag, and probably wise to add (OE-specific) to inappropriate. Ross -- ___ yocto

Re: [yocto] package or library for NAT traversal in yocto

2014-09-08 Thread Burton, Ross
On 8 September 2014 17:36, jags gediya jags.ged...@gmail.com wrote: We are using yocto for custom device which will communicate with the other mobile devices over the internet. For that we need some package which can be used to traverse behind the NAT. like libjingle, XMPP etc. In yocto, is

Re: [yocto] ExpansionError during parsing

2014-09-09 Thread Burton, Ross
On 9 September 2014 16:19, Nemicolopterus Crypticus ncrypti...@gmail.com wrote: Ah I see - that makes sense, thank you. I found this: http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#functions But I'm not sure how to tell whether a given do_task function is a

Re: [yocto] Integrating Golang

2014-09-10 Thread Burton, Ross
On 10 September 2014 13:53, Ilya Dmitrichenko errordevelo...@gmail.com wrote: Just a quick update, thought I'd let you know that I have a basic working layer here: https://github.com/errordeveloper/oe-meta-go Could you consider submitting this to the layer index, layers.openembedded.org?

Re: [yocto] Populate /var/lib/opkg/status

2014-09-12 Thread Burton, Ross
On 12 September 2014 06:36, Dag Björklund d...@iki.fi wrote: Thanks, found this in the documentation now as well. Unfortunately I don't see a difference. Should I find a /var/lib/opkg/status file after adding the feature and building? Yes, assuming that you've told bitbake to use opkg and not

Re: [yocto] Basic build fails

2014-09-12 Thread Burton, Ross
On 12 September 2014 20:42, Arun Kumar arunkr.li...@gmail.com wrote: Hi all, I am new to the yocto project and was following the steps given in the quick start guide. I made a slight change as given in the superuser section. I used the fetchall option to get all the packages first and

Re: [yocto] [PATCH 2/2] Add MIPS Creator CI20 machine

2014-09-12 Thread Burton, Ross
On 12 September 2014 17:57, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-09-12 12:35 PM, Vicente Olivert Riera wrote: Add support for the MIPS Creator CI20 machine. You will need to build a working kernel for this board using this kernel repository on GitHub:

Re: [yocto] Basic build fails

2014-09-15 Thread Burton, Ross
On 15 September 2014 06:45, arun kumar arunkr.li...@gmail.com wrote: My system has 4GB RAM and 2GB of swap space. i would also like to mention that the i could bake the recipe core-image-minimal sucessfully but baking core-image-sato still fails. The full log that the top of the output

Re: [yocto] create_image.tar fail

2014-09-15 Thread Burton, Ross
On 15 September 2014 09:48, neil...@emerson.com wrote: BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu1) multi-call binary. Its using busybox's tar, don't do this. Either uninstall busybox, or change the alternatives so that /usr/bin/tar is GNU tar, not busybox tar. Ross --

Re: [yocto] Basic build fails

2014-09-15 Thread Burton, Ross
On 15 September 2014 16:27, Arun Kumar arunkr.li...@gmail.com wrote: I am still clueless about the reason though. can available memory be an issue? Yes, if it's doing multiple builds then you may run out of memory and the compiler gets killed. Ross --

Re: [yocto] Update recipe file to avoid conflict with other dependant packages

2014-09-19 Thread Burton, Ross
On 19 September 2014 19:11, harsh jain harshjai...@gmail.com wrote: I am trying to install python version 2.7.4 after updating recipe file of version 2.7.3.There are several other packages in my build system which depends upon Python version 2.7.3.When I try to make build these dependant

Re: [yocto] Poky/Yocto drivers for cellular modem

2014-09-19 Thread Burton, Ross
On 18 September 2014 17:39, Simon Andrieu sandr...@greenflex.com wrote: Using some Linux distribution, it exists drivers that help recognizing a cellular modem USB stick and to raise a corresponding network interface. Would you know please if such a generic cellular modem driver exists in

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-19 Thread Burton, Ross
On 19 September 2014 05:45, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: ERROR: Nothing PROVIDES 'nativesdk-krb5' (but virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS or otherwise requires it). Haven't seen a DEPENDS for krb5 in curl and openssl recipe. Is

Re: [yocto] Update recipe file to avoid conflict with other dependant packages

2014-09-22 Thread Burton, Ross
On 22 September 2014 07:52, harsh jain harshjai...@gmail.com wrote: Given below logs message when I tried with python 2.7.4 NOTE: Resolving any missing task queue dependencies NOTE: preferred version 2.7.3 of python not available (for item python-core) NOTE: versions of python available:

Re: [yocto] Poky/Yocto drivers for cellular modem

2014-09-22 Thread Burton, Ross
On 20 September 2014 14:00, Maciej Borzecki maciej.borze...@open-rnd.pl wrote: Take a look at meta-eca: http://git.yoctoproject.org/cgit/cgit.cgi/meta-eca/tree/ Do you have any clue why it's a separate layer? The recipes mostly seem to overlap with OE-core. There's what were at the time

Re: [yocto] Forcing fetch task when source changes

2014-09-22 Thread Burton, Ross
On 22 September 2014 12:25, Vuille, Martin (Martin) vmar...@avaya.com wrote: I have defined a class with a customized fetch task (that copies files from a local read-only directory to the ${S} directory). I am looking for a way to cause the fetch task to run again whenever the contents

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 12:41, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: What poky version are you referring to? I'm using dora poky HEAD. Haven't seen any krb5 recipe. Please enlighten me. Well krb5 is in meta-oe/meta-connectivity. But the point is that something is adding a

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 13:05, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: Yes, our recipe is depending on curl. The dependency chain is (nativesdk-our_unit, nativesdk-curl, nativesdk-krb5). The recipe needed curl for certain functions. It works perfectly for native but when it comes to

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 13:14, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: Certainly not. How can I get pass this? You use bitbake -e nativesdk-curl, search that for krb5, and it should tell you where the krb5 dependency came from. What you do then depends on what and how added that

Re: [yocto] Nothing PROVIDES nativesdk-krb5

2014-09-22 Thread Burton, Ross
On 22 September 2014 14:16, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: Good day Ross, How about if I wanted to depend on krb5? Hopefully, BBCLASSEXTEND=native nativesdk will work its magic in krb5.bb. Ross -- ___ yocto mailing list

Re: [yocto] [PATCH 1/2] spdx:It is necessary to define source directory for spdx.

2014-09-22 Thread Burton, Ross
On 19 September 2014 12:03, leimaohui leimao...@cn.fujitsu.com wrote: To make sure that when S directory is changed, the spdx info of the package will not miss. It took me a few minutes and looking at the other patches to understand what this is doing. A better summary would be: Add

Re: [yocto] Packages util-linux and gettext both showing undefined reference

2014-09-22 Thread Burton, Ross
On 20 September 2014 01:08, Summers, John S john.s.summ...@intel.com wrote: I am showing build failures for both util-linux (bitbake util-linux) and gettext (bitbake gettext): .../tmp/work/core2-64-poky-linux/util-linux/2.24.2-r1/util-linux-2.24.2/text-utils/more.c:1947: undefined reference to

Re: [yocto] Forcing fetch task when source changes

2014-09-23 Thread Burton, Ross
On 23 September 2014 13:46, Vuille, Martin (Martin) vmar...@avaya.com wrote: Perhaps due to my old versions: Poky 1.2 and bitbake 1.15.1? Yes. http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/conf/bitbake.conf?id=eaf54b8dbf9371965b4ccf18609edeb8eee16144 is where the hashing was introduced

Re: [yocto] Waylandsink creating new video window and not destroying previous open window.

2014-09-24 Thread Burton, Ross
On 24 September 2014 07:44, Meenakumari Shedole meenakumar...@hcl.com wrote: Gstreamer constructed Video Pipe is working with waylandsink but every time waylandsink is creating new video window also waylandsink is not destroying the existing video windows. It's probably beset to speak to the

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, September 9, 2014 8:00 AM US Pacific Time

2014-09-24 Thread Burton, Ross
Hi Sona, On 24 September 2014 08:30, Sona Sarmadi sona.sarm...@enea.com wrote: My name is Sona Sarmadi, and I am responsible for security for the Enea Linux related opens source products which is based on Yocto. Together with some other colleagues (Maxin John, Daniel Bornaz ..) we take care

Re: [yocto] Support to install TUN/TAP kernel-module-tun

2014-09-24 Thread Burton, Ross
On 24 September 2014 10:48, Simon Andrieu sandr...@greenflex.com wrote: Thanks for your various helpful answers that enable me to understand better the possible solutions to connect a cellular modem. I am first trying the Ofono solution, and came to this message error (dmesg): Jun 11

Re: [yocto] SRC_URI parameter: subdir does not work for local files

2014-09-24 Thread Burton, Ross
On 24 September 2014 13:50, Vuille, Martin (Martin) vmar...@avaya.com wrote: We have run into the problem fixed by this patch http://patchwork.openembedded.org/patch/77027/ Will this fix be included in 1.7/Dizzy? This is my fault, I reviewed the patch but failed to follow it up, and then

Re: [yocto] Herp-a-Derp Alert: Changes to SRCREV Unpack Wrong Version

2014-09-24 Thread Burton, Ross
On 24 September 2014 23:04, Leo Schwab lsch...@sensity.com wrote: We have written recipes for various goodies -- both .bb and .bbappend forms -- where SRC_URI points to a Git repository, and SRCREV names a commit ID (not a tag or a branch name). When we update the SRCREV to something newer,

Re: [yocto] Adding OpenEmbedded layer

2014-09-25 Thread Burton, Ross
On 25 September 2014 11:00, Albert K alb...@gmail.com wrote: ExpansionError during parsing /yocto/poky/meta-openembedded/meta-oe/recipes-support/lzip/lzip_1.15.bb: Failure expanding variable do_fetch[file-checksums], expression was ${@bb.fetch.get_checksum_file_list(d)} which triggered

Re: [yocto] Adding Python to an Image

2014-09-25 Thread Burton, Ross
On 25 September 2014 21:53, Jeremy Moles cubic...@gmail.com wrote: Hello everyone! With today's git (56f6634) I can build python using bitbake without any issues. However, if I add it to an image I'm trying to arranage (in the form of adding it to IMAGE_INSTALL) it totally explodes. The error

Re: [yocto] [OE-core] [PATCH] bash: update to latest (025) patchset (fixes CVE-2014-6271)

2014-09-25 Thread Burton, Ross
On 25 September 2014 23:48, Mark Hatle mark.ha...@windriver.com wrote: So I would recommend that someone get the 025 patch (don't forget to patch bash 3.2 as well) in.. and we should wait until their is an official one for 7169. Agreed, and patches sent. Ross --

Re: [yocto] Ccompiler on 3.8.11-yocto-standard

2014-09-26 Thread Burton, Ross
On 26 September 2014 18:29, eubl...@eircom.net wrote: Looking to install C compiler on the above. Any links or documentation would be appreciated. The easiest way is when generating your image: http://www.yoctoproject.org/docs/1.6.1/mega-manual/mega-manual.html#ref-features-image Ross --

Re: [yocto] Forcing fetch task when source changes

2014-09-26 Thread Burton, Ross
On 23 September 2014 16:46, Vuille, Martin (Martin) vmar...@avaya.com wrote: Very odd. Our BSP vendor has configured BB_SIGNATURE_HANDLER to use OEBasicHash, I see hashes in the stamp file names, if I change the metadata itself the change is detected and the tasks are run again, but

Re: [yocto] Fetcher question

2014-09-30 Thread Burton, Ross
On 30 September 2014 08:53, Chris Tapp opensou...@keylevel.com wrote: I'm not sure this is quite the same - in this case the (downloaded) file and checksum would have matched but the remote file has changed. When upstream change a file we normally hear about it fairly quickly, and fix the

Re: [yocto] fetch task not run after SRCREV updated

2014-10-01 Thread Burton, Ross
On 1 October 2014 00:00, ezek...@sanborndeasis.net wrote: obviously works fine. It appears to come down to the do_fetch stampfile. Is this intended functionality? It seems that if my SRCREV does not match against what was downloaded that should be invalidated and the fetch should be forced.

Re: [yocto] fetch task not run after SRCREV updated

2014-10-01 Thread Burton, Ross
On 1 October 2014 23:00, ezek...@sanborndeasis.net wrote: Is this the fix http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=202ae5af74f546a9788290a96b0f3c370ee047b2 Yes, that's it. Ross -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Recommended Hardware for building

2014-10-02 Thread Burton, Ross
On 2 October 2014 10:36, Oliver Novakovic oliver.novako...@alpine.de wrote: Can anyone recommend a reasonable performant hardware setup to use ? What should be considered ? Are there any pitfalls ? What about bottlenecks in the build system ? Specifically: How many cores are recommended ?

Re: [yocto] Issues removing RRECOMMENDS packages with BAD_RECOMMENDATIONS

2014-10-06 Thread Burton, Ross
On 29 September 2014 12:43, Carr, Chris (GE Intelligent Platforms) chris.c...@ge.com wrote: Basically the BAD_RECOMMENDATIONS that I have defined is not removing/preventing the installation of the RRECOMMENDS packages. This is using opkg as the package manager. Would you mind briefly

Re: [yocto] Issues removing RRECOMMENDS packages with BAD_RECOMMENDATIONS

2014-10-07 Thread Burton, Ross
On 7 October 2014 11:20, Carr, Chris (GE Intelligent Platforms) chris.c...@ge.com wrote: I've switched over to the RPM package manager and rebuilt the deploy image. From the list that I had in BAD_RECOMMENDATIONS, none of the packages appear in the deploy image. So we're found a difference

Re: [yocto] YP documentation survey

2014-10-09 Thread Burton, Ross
On 8 October 2014 21:56, Denys Dmytriyenko de...@denix.org wrote: fop: command not found Trying to install fop shows me about 100 (!) Java dependencies... Is this expected? Yes, FOP is implemented in Java and Java libraries are quite granular. It's just XSLT so you can likely use a different

<    1   2   3   4   5   6   7   8   9   10   >