Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Burton, Ross
On 26 June 2015 at 10:07, Gary Thomas g...@mlbassoc.com wrote: Is that something that can be in the recipe, or is this ability something that needs to be added to the bitbake/OE-core infrastructure? The fetcher needs to be patched. Ross -- ___

Re: [yocto] Merging of two recipes

2015-06-11 Thread Burton, Ross
On 11 June 2015 at 10:54, Bipnesh, Abhinav (Abhinav) abhinavbipn...@avaya.com wrote: So I want to merge these both recipes to produce the same artificats as above but using a single recipe. So any thoughts how to do it. Just add tar to PACKAGE_CLASSES and you'll get a tarball of every

Re: [yocto] Merging of two recipes

2015-06-11 Thread Burton, Ross
On 11 June 2015 at 11:31, Robert P. J. Day rpj...@crashcourse.ca wrote: i vaguely recall from way back that the tar packaging was not really supported, or was mostly unused, or something to that effect. what's the status on that these days? As it's barely functional (no metadata,

Re: [yocto] [OE-core] Webkit-gtk will be updated to latest upstream; midori browser to be replaced with Epiphany

2015-06-15 Thread Burton, Ross
On 15 June 2015 at 12:53, Andreas Müller schnitzelt...@googlemail.com wrote: So we are loosing last working browser around - what get's better except later is greater? If you actually compare the build dependencies, you'll see that Midori and Epiphany are actually almost identical. We need

Re: [yocto] No rule to make target `Makefile.in' SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', ...]

2015-06-17 Thread Burton, Ross
On 17 June 2015 at 16:56, Marco Cavallini cavallini.k...@gmail.com wrote: Hello, I'm trying to create a recipe rdesktop_1.8.3.bb but I get an error hard to understand. With Yocto 'daisy' the same recipe worked without complaining. To avoid any temporary misconfiguraton I deleted the sstate

Re: [yocto] Post install section for multiple packages using a function

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 12:15, Bipnesh, Abhinav (Abhinav) abhinavbipn...@avaya.com wrote: So I need to write an pkg_postinstall_PACKAGE section for 24 such packages. So is there a way I can do it through some function or way out. Just set the variable pkg_postinstall_[PACKAGE] in your function to

Re: [yocto] build hello_world.c in yocto

2015-05-31 Thread Burton, Ross
On 29 May 2015 at 21:59, Victor Rodriguez vm.ro...@gmail.com wrote: Question what are the necessary IMAGE_INSTALL_append to build a c hello world in an core-image-minimal ? The easy way is to add tools-sdk to IMAGE_FEATURES. That gives you a complete toolchain (not just gcc) and more pieces.

Re: [yocto] build hello_world.c in yocto

2015-06-01 Thread Burton, Ross
On 1 June 2015 at 13:08, Victor Rodriguez vm.ro...@gmail.com wrote: EXTRA_IMAGE_FEATURES = debug-tweaks dev-pkgs As the documentation says ( http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#ref-features-image), dev-pkgs is just the headers and library links for the packages

Re: [yocto] Changing VIRTUAL-RUNTIME_init_manager for initramfs image

2015-05-27 Thread Burton, Ross
On 27 May 2015 at 18:55, mar.krzeminski mar.krzemin...@gmail.com wrote: I have machine and in this machine I have two images. One of this images is image for kernel initramfs. In this image I want to change init manager to busybox mdev, while ine the other one I use udev. I can do that by

Re: [yocto] build hello_world.c in yocto

2015-06-02 Thread Burton, Ross
On 2 June 2015 at 17:30, Victor Rodriguez vm.ro...@gmail.com wrote: However I realize that it also includes many other stuffs ( pango for example ) Is there any way to make it with less features ? Try installing packagegroup-core-buildessential (that's a package, not an image feature).

Re: [yocto] Making /etc/os-release loadable by shell script

2015-07-02 Thread Burton, Ross
On 2 July 2015 at 09:00, Craig McQueen craig.mcqu...@innerrange.com wrote: It would be good if the /etc/os-release file (created by the core os-release package) could be loadable by a shell script. That is, a shell script can do: source /etc/os-release or . /etc/os-release But

Re: [yocto] Automatic Virtual Keyboard?

2015-06-29 Thread Burton, Ross
On 19 June 2015 at 16:33, Daniel Gallagher dgallag...@219design.com wrote: I'm trying to get matchbox-keyboard to pop up automatically for text input fields, and ran across this bug report: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6774 I've tried setting HAVE_TOUCHSCREEN=1

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Burton, Ross
On 6 July 2015 at 17:23, Burton, Ross ross.bur...@intel.com wrote: How latest, remembering that oe-core supports LTS distros which are likely to have old releases of git. Assuming I'm driving it correctly: [git init, git remote add origin ...] $ git fetch --depth=1 origin

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Burton, Ross
On 6 July 2015 at 17:18, Nikolay Dimitrov picmas...@mail.bg wrote: git fetch --depth=1 git://repo.git $SHA1 Available in the latest git code. How latest, remembering that oe-core supports LTS distros which are likely to have old releases of git. Ross --

Re: [yocto] Moving GStreamer 0.10 to meta-multimedia

2015-05-21 Thread Burton, Ross
On 28 April 2015 at 20:54, Burton, Ross ross.bur...@intel.com wrote: This is basically a heads-up that we're working on moving GStreamer 0.10 out of oe-core[1] and into meta-multimedia, where anyone who still needs 0.10 can use and maintain them. FYI, they've now been removed from oe-core

Re: [yocto] Files/directories were installed but not shipped

2015-05-19 Thread Burton, Ross
On 19 May 2015 at 20:31, Cai, Juliet Z juliet.z@intel.com wrote: I am getting “ERROR: QA Issue: Files/directories were installed but not shipped” when I try to build my custom layer. It then list bunch of directories and files under /usr/src /usr/src/debug … My do_install

Re: [yocto] [OE-core] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-07 Thread Burton, Ross
On 7 July 2015 at 03:54, Richard Tollerton rich.toller...@ni.com wrote: The build of cross-localedef-native is observed to fail under gcc5 hosts with multiple definition errors, e.g.: Is this patch intended for fido? Master doesn't have 2.20 anymore (2.21) and I believe that works with gcc5

Re: [yocto] [poky] Automatic Upgrade Helper Announcement

2015-06-26 Thread Burton, Ross
On 25 June 2015 at 21:02, Aníbal Limón anibal.li...@linux.intel.com wrote: I'm glad to announce the enabling of Automatic Upgrade Helper (a.k.a. AUH), the AUH is a service that provides recipe upgrades and will be run on weekly basis. Excellent news, thanks Anibal for working on this! (one

Re: [yocto] Core-image-weston network problems

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 14:08, Eirik Solberg Hamnvik eirik.solberg.hamn...@tomra.com wrote: Thanks! It worked out for me. I made a RC script and placed it in /etc/init.d/. In /etc/rc5.d/ I added a symlink which was after the network symlink. Worked great . Beware races - it only worked because

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-29 Thread Burton, Ross
On 24 July 2015 at 00:06, Herve Jourdain herve.jourd...@neuf.fr wrote: The point is that many people are turning to Poky for generating their first Yocto-based distribution for RaspberryPi. And out of the box, if using system, the network part doesn’t work. Are these users building images

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 14:42, Laurent Joli l.j...@expemb.com wrote: | Must specify package names on the command line Looks like you forgot to tell pkgconfig what you are looking for (libxml-2.0). Ross -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] recipe md5sum and sha256sum changing

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 20:08, Edward Vidal devel...@sbcglobal.net wrote: SRC_URI = https://github.com/jandecaluwe/myhdl.git; SRC_URI[md5sum] = 6f56a9bcbd03a9c8036f87f32f9adc47 SRC_URI[sha256sum] = 7766c49947c6574c8fb35d0dfcd795ada1e4e457ab5b15499d7000909b8e46e9 recipetool obviously doesn't

Re: [yocto] [Asterisk] recipe 13.1.1

2015-07-29 Thread Burton, Ross
On 29 July 2015 at 15:40, Laurent Joli l.j...@expemb.com wrote: But How can do that in my configure file of asterisk ? If that is a proper autoconf configure script then remove your do_configure() task and just inherit autotools. You'll also want to inherit pkgconfig.

Re: [yocto] Core-image-weston network problems

2015-07-30 Thread Burton, Ross
On 30 July 2015 at 06:28, Eirik Solberg Hamnvik eirik.solberg.hamn...@tomra.com wrote: The perfect thing would be to make my package dependent on whichever package that configures the network settings, so I am guaranteed that it will download succesfully. Which one is that? Or are there any

Re: [yocto] autotools --prefix ignored?

2015-08-10 Thread Burton, Ross
On 7 August 2015 at 15:28, Adam Rossi ac.ro...@gmail.com wrote: inherit autotools EXTRA_OECONF = --prefix=${D}/opt/myfolder The above is ignored, auto tools puts the results in /usr/bin Autotools already passes --prefix so you should probably just set prefix in the recipe instead. Also

Re: [yocto] Header-Files of DEPEND recipe not found

2015-08-10 Thread Burton, Ross
On 10 August 2015 at 12:13, yocto yocto yoctomailingl...@gmail.com wrote: However, when compiling my own recipe I get compiling errors (soci.h not found). I am 100% sure that I specified the correct paths. The headers are likely installed in the sysroot, but your script can't find them. The

Re: [yocto] Using wic from a Bitbake task

2015-07-27 Thread Burton, Ross
On 27 July 2015 at 13:49, Ahsan, Noor noor_ah...@mentor.com wrote: May I know it’s expected completion date? Currently marked as 1.9, you'll have to talk to Ed to get anything more precise than that. Ross -- ___ yocto mailing list

Re: [yocto] Using wic from a Bitbake task

2015-07-27 Thread Burton, Ross
On 26 July 2015 at 18:24, Usman, Fahad fahad_us...@mentor.com wrote: Is it possible to invoke 'wic create' command from a bitbake task. As currently it is implemented to be run as a standalone tool and if we invoke it from a task, the 'bitbake -e' command fails, since more than one instances

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Burton, Ross
On 23 July 2015 at 23:50, Herve Jourdain herve.jourd...@neuf.fr wrote: This said, I - maybe wrongfully - assumed that anyone including the meta-raspberrypi layer would actually want to run on a raspberrypi, which does have an Ethernet interface I believe on all machines - I only have a

Re: [yocto] [meta-raspberrypi][PATCH] Add networkd as default for RaspberryPi

2015-07-23 Thread Burton, Ross
On 23 July 2015 at 23:45, Herve Jourdain herve.jourd...@neuf.fr wrote: But there might be a reason why it's not included there, I believe. Because Poky is a reference distribution, primarily for QA, that doesn't explicitly support the Raspberry Pi and certainly doesn't expect to be used

Re: [yocto] Proper use of remove and append

2015-07-22 Thread Burton, Ross
On 22 July 2015 at 13:28, Gary Thomas g...@mlbassoc.com wrote: This didn't work: PACKAGECONFIG_pn-opencv_remove = libv4l but this did: PACKAGECONFIG_remove_pn-opencv = libv4l Correct. _append and _remove go first. Until _remove was added I remembered this by thinking overrides are

Re: [yocto] Wireless connection wizard.

2015-07-22 Thread Burton, Ross
On 22 July 2015 at 14:07, Daniel. danielhi...@gmail.com wrote: I want to know if is there any wifi connection/configuration wizard (GUI) available on Yocto. I'm using Dizzy release. I got wireless working with wpa_supplicant configuration using an TPLINK TL-WN722N but now I need to easy

Re: [yocto] raspberry Pi core-image-sato

2015-07-23 Thread Burton, Ross
On 23 July 2015 at 01:23, Gary Thomas g...@mlbassoc.com wrote: You must have added something to your image - core-image-sato does not include libepoxy by default. Well actually, if your using oe-core master and DISTRO_FEATURES includes wayland then xserver-xorg will build the xwayland server,

Re: [yocto] clone multiple git source repository from single recipe file

2015-07-17 Thread Burton, Ross
On 17 July 2015 at 10:32, Anooj Gopi anoojg...@gmail.com wrote: But now I would like to clone two git repository, which of course have different hash value to be checked-out. Is it possible to do that in yocto? Almost the same syntax. I'm not sure why you're using pn-${BPN} notation in a

Re: [yocto] [PATCH] Fix LSB core sysvinit issue.

2015-07-17 Thread Burton, Ross
You don't say what layer this is for... but it looks a lot like this fix should go into oe-core (with an explanation of why it is needed). Ross On 17 July 2015 at 11:05, Alexandru.Vaduva alexandru.vad...@enea.com wrote: From: Alexandra Safta alexandra.sa...@enea.com [LXCR-3306]

Re: [yocto] New/unfamiliar messages

2015-07-20 Thread Burton, Ross
On 20 July 2015 at 16:28, Gary Thomas g...@mlbassoc.com wrote: NOTE: Stamp /home/local/rpi2_2015-03-05/tmp/stamps/i686-linux/dbus-native/1.8.16-r0 is not reachable, removing related manifests ... many more What do these mean and should I be worried about seeing them? That

Re: [yocto] New/unfamiliar messages

2015-07-20 Thread Burton, Ross
On 20 July 2015 at 17:08, Gary Thomas g...@mlbassoc.com wrote: Is there a [simple] way to remove just the old/redundant trees? Use rm_work? :) I believe there is a rm_old_work in meta-oe which may be what you're after. Ross -- ___ yocto mailing

Re: [yocto] Disabling ipv6

2015-10-27 Thread Burton, Ross
On 26 October 2015 at 20:16, Todd Efflam wrote: > Thanks for the tip. We tried adding this to the local.conf file but > it failed with the following error: > ERROR: Nothing PROVIDES 'glibc' > ERROR: glibc was skipped: missing required distro feature 'ipv6' (not > in

Re: [yocto] Problem with library recipe

2015-10-26 Thread Burton, Ross
On 26 October 2015 at 14:29, Paul Eggleton wrote: > It looks like this library is using DOLT. Anyone remember how to deal with > that? Ross? > > One thing to try would be to simply drop the DOLT line from configure.ac > and > see if that helps. > Yeah, DOLT is

Re: [yocto] External Build

2015-10-23 Thread Burton, Ross
On 23 October 2015 at 19:00, wrote: > install the build directory on an external harddrive. Every time I run > through the steps I run into an error, no matter what I do. > What steps did you make to do the build on the external drive, and what was the error? Simply

Re: [yocto] Disabling ipv6

2015-10-23 Thread Burton, Ross
On 24 October 2015 at 00:28, Todd Efflam wrote: > We're trying to disable ipv6 in our build and are able to do so by > directly editing the file > meta/conf/distro/include/default-distrovars.inc and deleting "ipv6" > from "DISTRO_FEATURES_LIBC_DEFAULT ?= "ipv4 ipv6

Re: [yocto] Packaging an externally built library?

2015-10-23 Thread Burton, Ross
On 23 October 2015 at 23:05, Smith, Daniel W wrote: > If I look through the packaging logs it looks like it attampts to create a > bunch of different packages (cdp-fsw, cdp-fsw-dbg, cdp-fsw-dev, > cdp-fsw-doc, cdp-fsw-locale) but most of them end up being empty except >

Re: [yocto] Transitioning to Yocto, some basic questions about workflow

2015-11-11 Thread Burton, Ross
On 10 November 2015 at 22:27, Michael Habibi wrote: > I see that Yocto thinks of the deployable image and applications as > separate entities: first you'd build the distribution, then you would use > ADT/cross-toolchain/etc to build the applications and install them >

Re: [yocto] New warning(s)

2015-11-17 Thread Burton, Ross
On 17 November 2015 at 18:02, Paul Eggleton wrote: > I already sent a patch for this, it hasn't been applied yet: > > http://patchwork.openembedded.org/patch/107081/ > It's in MUT, so should be in master fairly shortly. Ross --

Re: [yocto] Missing sanity / dependency

2015-10-08 Thread Burton, Ross
That bug was fixed some time ago, try updating your clone. In particular I expect your checkout is before poky bb34181b42b62e0476ba9e12f9125ed9f785cf23. Ross On 8 October 2015 at 21:59, Gary Thomas wrote: > I just ran across this on a [fairly new] system: > > $ bitbake

Re: [yocto] Why RDEPENDS wont install packages in rootfs

2015-10-06 Thread Burton, Ross
On 6 October 2015 at 14:24, Vivek Per wrote: > I am including RDEPENDS += " " variable in rootfs-image.bb > . why RDEPENDS won't install packages in roofts. I can install packages > through IMAGE_INSTALL.can any one tell me the reason why RDEPENDS wont > install

Re: [yocto] tmp on NFS

2015-10-07 Thread Burton, Ross
On 7 October 2015 at 02:37, Luke (Lucas) Starrett wrote: > I’m aware of the checks added by changes like this: > > > > patchwork.openembedded.org/patch/61107/ > > > > However, I don’t see the reasoning/background documented as to exactly > what is actually broken when

Re: [yocto] tmp on NFS

2015-10-07 Thread Burton, Ross
On 7 October 2015 at 13:59, Burton, Ross <ross.bur...@intel.com> wrote: > Follow the link in the patch to the referenced bug, and comment #8 by Mark > Hatle explains the problems that Wind River were seeing in testing: > I should also add that many people buy lots of RAM and do bu

Re: [yocto] Cap'n Proto Recipe Help

2015-10-13 Thread Burton, Ross
On 13 October 2015 at 20:13, Finn Carlsvi wrote: > I noticed that I have the cross compiled version of capnproto (capnp) in > the images folder in my work directory, but the packages-split/capnproto > directory is empy. > Sharing the recipe makes helping a lot easier.

Re: [yocto] Cap'n Proto Recipe Help

2015-10-13 Thread Burton, Ross
On 13 October 2015 at 20:55, Finn Carlsvi wrote: > INSANE_SKIP_${PN} += "installed-vs-shipped" > You're telling the system not to warn you that you have a do_install() that installs files that are not getting packaged anywhere. do_configure() { > export

Re: [yocto] Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS

2015-10-09 Thread Burton, Ross
On 9 October 2015 at 10:16, Vivek Per wrote: > I have one more doubt when RDEPENDS variable depends is packages . Do you > know why RDEPENDS variable in (rootfs-image.bb recipe) which inherit > core-image. why RDEPENDS cant able to install packages in final roofs image >

Re: [yocto] Intelligent global config files setting

2015-10-09 Thread Burton, Ross
On 9 October 2015 at 08:38, Gilles CARRY wrote: > I tried to use ROOTFS_POSTPROCESS_COMMAND in c1.bb and c2.bb but this > mechanism only seems to work in images recipes. (inherit core-image) > > Use a package postinst to modify the configuration files when the rootfs is

Re: [yocto] Dumping sysvinit

2015-09-16 Thread Burton, Ross
On 15 September 2015 at 17:27, Trevor Woerner wrote: > I think if you remove/comment-out the last of those 3 lines or install > your host's SDL-devel package you'll solve this issue (?) > Yes, that's right. Either disable the graphical qemu support, or install the host's

Re: [yocto] Dumping sysvinit

2015-09-16 Thread Burton, Ross
On 16 September 2015 at 10:24, Andy Pont wrote: > Now to figure out why the tar.gz file for the root file system has grown > from just under 3MiB to almost 15MiB! > That would be systemd... it pulls in a lot of libraries that are fairly common on complex systems but on

Re: [yocto] I hate busybox!

2015-09-15 Thread Burton, Ross
On 15 September 2015 at 09:45, Paul Eggleton wrote: > core-image-full-cmdline (and the packagegroup it uses, > packagegroup-core-full- > cmdline) should give you the former, and the full tools will in almost all > cases take precedence simply by being installed by

Re: [yocto] libsoup license

2015-09-18 Thread Burton, Ross
Hi all, [CC'ing Dan Winship, the libsoup maintainer] On 11 September 2015 at 11:32, Sander Visser wrote: > Does anyone know why the license is marked LGPL2 and not LGPL2+ in > libsoup-2.4_2.50.0.bb? It seems "or (at your option) any later version" > is allowed via for example

Re: [yocto] Webkit2gtk opengl issue

2015-09-23 Thread Burton, Ross
On 23 September 2015 at 12:53, Mark O'Donovan wrote: > I am working on an am335x based project, with a webkitgtk > program on the screen, displaying a simple webpage. > > I want to use a standard yocto kernel, which I believe > means I must do without the SGX hardware

Re: [yocto] Does mount.cifs command includes in busybox package

2015-09-23 Thread Burton, Ross
On 23 September 2015 at 11:31, Vivek Per wrote: > i saw cifs-utils recipe from openembedded ( from samba) > provides mount.cifs command other than that any other package provides same > command? > CIFS is "a bit" complex so Samba is the canonical implementation of

Re: [yocto] Does mount.cifs command includes in busybox package

2015-09-23 Thread Burton, Ross
mount.cifs is provided by Samba. Ross On 23 September 2015 at 10:56, Vivek Per wrote: > hi all, > Does mount.cifs command includes in busybox package . If so then it > includes what package > > PN= busybox > > > PACKAGES =+ "${PN}-httpd ${PN}-udhcpd ${PN}-udhcpc

Re: [yocto] [meta-mingw] gcc 5.2 partial patches

2015-09-23 Thread Burton, Ross
On 23 September 2015 at 20:33, Daniel. wrote: > I'm really curious, what that % means on recipe names? > It's a wildcard character that's only valid on bbappends: instead of needing to version accurately you can say recipe_1.%.bbappend to append to all 1.* versions of

Re: [yocto] Best practice for building a large amount of source files

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 21:16, Michael Habibi wrote: > What is the best option for adding all of these and compiling? As far as I > know, you have to do one of the following: > > 1) Use a fetch that fetches a tarball with all your source, or a repo with > all of your source

Re: [yocto] Best practice for building a large amount of source files

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 22:07, Michael Habibi wrote: > Ross, I will likely try a different workflow if we enter production > environment with yocto. Right now I am just doing yocto integration testing > myself, and want to simplify things as much as possible for myself :) >

Re: [yocto] Select make target for cmake

2015-12-10 Thread Burton, Ross
On 10 December 2015 at 17:24, Philipp, Damian wrote: > A Google search didn't turn up anything, so I looked through > cmake.bbclass, autotools.bbclass and base.bbclass. The source indicated > that the variable EXTRA_OEMAKE could be abused to inject a make target - >

Re: [yocto] raspberrypi build error

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

Re: [yocto] Select make target for cmake

2015-12-15 Thread Burton, Ross
On 15 December 2015 at 07:42, Philipp, Damian wrote: > However, I did eventually find a solution. A yocto recipe can have > multiple packages as output. In fact, the default seems to be to create > ${PN}, ${PN}-dev and ${PN}-dbg packages. I simply added ${PN}-client

Re: [yocto] Custom license in file header

2015-12-15 Thread Burton, Ross
On 15 December 2015 at 21:59, Michael Habibi wrote: > That allows me to properly set LIC_FILES_CHKSUM - but what do I set for > LICENSE? It's a completely non-standard license. Do I have to copy this > license somewhere as a common license, despite it only being used for

Re: [yocto] Rsyslog-ImJournal dependencies in Yocto

2016-01-06 Thread Burton, Ross
On 6 January 2016 at 04:07, Renjith Vijayan wrote: > checking for LIBSYSTEMD_JOURNAL... no > | configure: error: Package requirements (libsystemd-journal >= 197) were > not met: > | > | No package 'libsystemd-journal' found > | > | Consider adjusting the PKG_CONFIG_PATH

Re: [yocto] [PATCH] Fix connectivity check for BB_FETCH_PREMIRRORONLY case

2016-01-07 Thread Burton, Ross
On 5 January 2016 at 20:11, wrote: > +# Check for BB_FETCH_PREMIRRORONLY and adapt BB_NO_NETWORK > +if bb.data.getVar("BB_FETCH_PREMIRRORONLY", self.d, True) is not None: > +bb.data.setVar("BB_NO_NETWORK", "1", self.d) > Traceback (most recent call last): File

Re: [yocto] [meta-yocto][PATCH] poky-tiny: Use musl for default system C library

2016-01-08 Thread Burton, Ross
On 8 January 2016 at 09:09, Burton, Ross <ross.bur...@intel.com> wrote: > For anyone else reading, I just gave this a test locally, and for context > the previous poky-tiny was using a tuned glibc and the rootfs came in at > 1.5M. > Finished my comparison builds: musl: -rw-

Re: [yocto] [meta-yocto][PATCH] poky-tiny: Use musl for default system C library

2016-01-08 Thread Burton, Ross
On 20 December 2015 at 00:05, Khem Raj wrote: > poky-tiny is reference for smallest footprint distro that can be > generated using yocto project infrastructure. Therefore switch to using > musl which gives the smallest footprint with a lot of extra stretching > for adding new

Re: [yocto] yocto package naming

2015-12-22 Thread Burton, Ross
On 22 December 2015 at 09:40, Simon Ruetzler wrote: > Why is the demo package created with the libscom name? How can I disable > this? > Because the default configuration enables debian.bbclass, which renames packages if they contain just a library to be the soname

Re: [yocto] building on os x

2015-12-21 Thread Burton, Ross
On 21 December 2015 at 09:43, Belisko Marek wrote: > I did check internet before asking but there is not much reference. So > sorry for stupid question but it is possible to build e.g. > core-image-minimal on os x natively? I read something about > meta-darwin but I'm

Re: [yocto] yocto package naming

2015-12-22 Thread Burton, Ross
On 22 December 2015 at 12:03, Simon Ruetzler wrote: > I added INHERIT_remove = "debian" to my local.conf but it's still the same. > Where is the debian.bbclass enabled? I couldn't find it. It this the > default? > INHERIT_DISTRO is where it comes from. If you have

Re: [yocto] building on os x

2015-12-21 Thread Burton, Ross
On 21 December 2015 at 11:09, Jozef Maslik wrote: > Anyway, are there any activities or plans to fix and support osx? > Well with El Capitan's improved security apparently crippling LD_PRELOAD (so I hear, unverified currently), Pseudo won't work, which means an

Re: [yocto] [PSPLASH 0/2] Few fixes for psplash

2015-11-24 Thread Burton, Ross
On 24 November 2015 at 18:39, Bystricky, Juro wrote: > Thanks. I’ll mark the bug 7236 as resolved/fixed. > > The recipe needs updating first, just bumping the srcrev will do nicely. Ross -- ___ yocto mailing list

Re: [yocto] Failing devshell

2015-11-27 Thread Burton, Ross
On 26 November 2015 at 17:25, Dariusz Pelowski wrote: > Is it acceptable solution? Could you apply attached patch? > That's exactly the right thing to do. Can you reformat the commit message to match git style ("lib/oe/terminal: use C locale when determining

Re: [yocto] [PSPLASH 1/2] psplash-fb.c: Fix BGR888 detection

2015-11-25 Thread Burton, Ross
On 25 November 2015 at 20:12, Aws Ismail wrote: > :) I have sent the same patch three years ago but no one picked it up... > > https://lists.yoctoproject.org/pipermail/yocto/2012-October/009846.html > I can only apologise. At least it's merged now! Ross --

Re: [yocto] Question about configure.ac:46: error: possibly undefined macro

2015-11-30 Thread Burton, Ross
On 28 November 2015 at 01:32, Li, Hao H wrote: > autoreconf: running: > /home/ssg/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/autoconf > --include=/home/ssg/yocto/poky/build/tmp/work/corei7-64-smallos-linux/libmicrohttpd/0.9.43-r0/libmicrohttpd-0.9.43/m4/ > --force > >

Re: [yocto] After update to yocto 2.0 from 1.8 can not install app to /usr/sbin in SDK

2015-11-19 Thread Burton, Ross
On 19 November 2015 at 10:59, Krzeminski, Marcin (Nokia - PL/Wroclaw) < marcin.krzemin...@nokia.com> wrote: > Does this behavior is somehow expected? > Yes. sbindir is set to bindir for the SDK, so that all binaries installed are trivially available to the user. Instead of hard-coding

Re: [yocto] linux-yocto_4.1.bbapend

2015-11-23 Thread Burton, Ross
On 21 November 2015 at 01:47, Ilya Katsnelson wrote: > Sorry for a wide spam but I couldn’t find the right area in Bugzilla where > to put this question/error to. > > > > I was debugging a properly generated BSP and found this potential problem: > > There is a file named >

Re: [yocto] Installing openvswitch

2016-06-09 Thread Burton, Ross
On 9 June 2016 at 16:13, Rajasekaran, Monica < monica.rajaseka...@us.fujitsu.com> wrote: > I am new to the Yocto project. Could someone please give me information on > how to install openvswitch ? I have already done the same in other Linux > OSs but no idea on how to do the same for Yocto. > >

Re: [yocto] Python module from git repo recipe

2016-06-09 Thread Burton, Ross
On 9 June 2016 at 16:58, Edward Wingate wrote: > Does anyone have an example of a recipe that installs a python module > from a git repo? There is a python module that is not regularly > updated on PyPI, but its git repo is up to date. All the examples of > python module

Re: [yocto] How to execute a git submodule init/update?

2016-06-06 Thread Burton, Ross
On 6 June 2016 at 10:39, wrote: > I have a git source which need some submodules. For that I need to execute > "git submodule init" and "git submodule update". Any idea how to do it in a > comon way? > Use the gitsm: fetcher, which will do that for you. Ross --

Re: [yocto] DISTRO_FEATURES modification from image recipe?

2016-06-07 Thread Burton, Ross
On 7 June 2016 at 13:10, piotr.lewicki wrote: > Is it possible to manipulate DISTRO_FEATURES from my image recipe file? > No. You should control distro features in your distro configuration or if they're for local tweaking in your local.conf. Would it be helpful if you

Re: [yocto] What's this

2016-06-07 Thread Burton, Ross
On 7 June 2016 at 17:02, Burton, Ross <ross.bur...@intel.com> wrote: > It means the hash calculated my the bitbake master was different to the > hash calculated when the worker started up. This usually means that you're > using something like ${TIME} in the recipe but not marking

Re: [yocto] Another python3 error?

2016-06-10 Thread Burton, Ross
On 10 June 2016 at 06:54, Maxin B. John wrote: > > Had the same experience. We need to modify depexp.py to support python3: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=maxin/depexp > ( Please note that this is a work in progress ) > Ah my plan to

Re: [yocto] [PULL] fixes in Dependency Explorer

2016-06-10 Thread Burton, Ross
Hi Bartosz, Please can you re-send these to the bitbake list? Thanks, Ross On 7 June 2016 at 16:15, Woronicz, Bartosz ( NSN - PL/Wroclaw) < bartosz.woron...@nokia.com> wrote: > > -- > Kind regards, > Bartosz Woronicz > Engineer, Software Configuration (SCM) > Nokia Networks - PL/Wroclaw > > >

Re: [yocto] Another python3 error?

2016-06-10 Thread Burton, Ross
On 10 June 2016 at 11:06, Gary Thomas wrote: > bitbake -u depexp used to work on this same system before the change over > to > python3 in bitbake. > Sorry I meant python3 :) Ross -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] do_patch through Yocto fails while "git am" succeed

2016-06-10 Thread Burton, Ross
On 10 June 2016 at 19:12, Michael Hu wrote: > What could be the difference? > bitbake uses quilt to apply patches, not git am, so if the patch isn't exactly right then they'll behave differently. Stripping the trailing CRs would be a start. Ross --

Re: [yocto] License problems when switching form RPM to DEB - looking for a easy way to fix it

2016-06-09 Thread Burton, Ross
On 9 June 2016 at 15:52, wrote: > I switched from RPM to DEB because the board configuration should be > handled by a package manager. By doing so I ran into a QA problem. All the > software provided by my colleagues I maked with Note that deb is the least-tested

Re: [yocto] Installing openvswitch

2016-06-09 Thread Burton, Ross
On 9 June 2016 at 19:56, Rajasekaran, Monica < monica.rajaseka...@us.fujitsu.com> wrote: > Doesn’t that include the openvswitch folder as well? If it is, what else > do I need to add/change? > > You need to actually add the packages that you want to your image. Ross --

Re: [yocto] Installing openvswitch

2016-06-09 Thread Burton, Ross
On 9 June 2016 at 22:40, Rajasekaran, Monica < monica.rajaseka...@us.fujitsu.com> wrote: > I have openvswitch package installed in my image. But, I do not see a > folder called “openvswitch-2.xx” with all the source code at all! I need > the code to make changes. I see these: > > You installed

Re: [yocto] Another python3 error?

2016-06-10 Thread Burton, Ross
On 10 June 2016 at 09:39, Gary Thomas wrote: > Any hints on which (and why it's not being recommended by the sanity > checker)? > It's not recommended by the sanity checker because its only needed by depexp and on a X11-less build server will pull in vast numbers of packages.

Re: [yocto] Another python3 error?

2016-06-10 Thread Burton, Ross
On 10 June 2016 at 09:33, Gary Thomas wrote: > bitbake -g by itself works fine. Is this a [new] issue with my > build host, or just the change over to python3? > That's missing packages on your build host. Ross -- ___ yocto

Re: [yocto] Mounting USB drives on a "read-only-rootfs" based system

2016-06-14 Thread Burton, Ross
On 14 June 2016 at 14:48, Jeffrey D Boyer wrote: > FYI, I'm running 3.14 kernel. Is this a job for aufs? If so, how would I > go about configuring it? > If you want to support arbitrary mounts then it's probably simplest to either change /media to be a symlink to

Re: [yocto] Script being installed under /etc/init.d instead of /usr/lib/systemd folder

2016-06-14 Thread Burton, Ross
On 9 June 2016 at 02:11, Dey, Megha wrote: > However, I do have a script recipe which is currently placed as a bbappend > to initscripts (meta/recipes-core/initscripts/initscript_..bb) in my custom > meta layer. > > > > This script even after shifting to systemd, is being

Re: [yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Burton, Ross
On 15 June 2016 at 10:31, Burton, Ross <ross.bur...@intel.com> wrote: > Fixing this is trivial, add ppc64 to QEMU_TARGETS in qemu.inc. > I'm wrong - this is more complicated as there's numerous options for ppc64. I've filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=9

Re: [yocto] Yocto 2.1 powerpc64 e6500 - postinstall intercept hook problems

2016-06-15 Thread Burton, Ross
On 15 June 2016 at 09:27, Anicic Damir (PSI) wrote: > The problem seems to be missing qemu-ppc64, see down "exit code: 127". > qemu-* executables ( tmp/sysroots/x86_64-linux/usr/bin/qemu-* ) are built, > but qemu-ppc64 is missing. > Fixing this is trivial, add ppc64 to

Re: [yocto] resolvconf nameserver

2016-06-13 Thread Burton, Ross
On 13 June 2016 at 22:47, Rajasekaran, Monica < monica.rajaseka...@us.fujitsu.com> wrote: > I thought it would be the usual method as in other linux versions such as > Ubuntu. But there is no /etc/resolv.conf file. > > Did you try just creating a /etc/resolv.conf with the nameserver entries you

Re: [yocto] [psplash][PATCH v2 2/2] Add --fbdev option to psplash like --rotation.

2016-06-05 Thread Burton, Ross
On 31 May 2016 at 23:11, Julien Gueytat wrote: > A new fbdev file is needed and should be overrided if needed. > The number contained in fbdev will be used as X in /dev/fbX. > > By overriding fbdev you can have a splash screen on another > framebuffer than /dev/fbO. > > The

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