Re: [yocto] Identify Target for a given binary

2013-09-16 Thread Burton, Ross
On 17 September 2013 00:49, Brad Litterell wrote: > I'm trying to rebuild uImage into my deploy folder (minimally) and so I > tried: > > bitbake linux-am335x-psp -c clean > bitbake linux-am335x-psp > > This works great for most of my recipes, but for the kernel something odd is > happening. I kee

Re: [yocto] [meta-selinux] Add sysvinit to DISTRO_FEATURES in oe-selinux distro.

2013-09-23 Thread Burton, Ross
On 23 September 2013 05:24, Philip Tricca wrote: > -DISTRO_FEATURES_append = "pam selinux" > +DISTRO_FEATURES_append = "pam selinux sysvinit" sysvinit is a backfilled distro feature so you shouldn't need this. I can see two cases where you may need it: either you're setting DISTRO_FEATURES_BACKF

Re: [yocto] How env.sh sets up the build environment path

2013-09-25 Thread Burton, Ross
On 25 September 2013 11:36, Amit Tomer wrote: > Now when I do ./env.sh build-xyz-abd You need to use ". ./env.sh build xyz-abd". Not the leading fullstop. If you're using bash, you can use the "source" alias: "source ./env.sh xyz-abd". You need to do this as otherwise the script can't set vari

Re: [yocto] dleyna not building

2013-10-09 Thread Burton, Ross
On 9 October 2013 12:48, Jean-Charles wrote: > Anyone tried to build dleyna recently ? The do_configure invariably fails on > dylan (with a very long configure log but nothing obvious.. however a simple > "bitbake media-service-upnp" will lead to the same error. > > I suspect the package is somewh

Re: [yocto] dleyna not building

2013-10-09 Thread Burton, Ross
>>> Requested 'gssdp-1.0 >= 0.13.2' but version of gssdp-1.0 is 0.12.2.1 > > There are both recipes on meta-multimedia, why would it take the older one > :( ? Because 0.13.2 is marked as a development release. You'll need to set PREFERRED_VERSION_gssdp = "0.13.2" (ditto for gupnp, probably). Ros

Re: [yocto] Recipes that update a shared file

2013-10-10 Thread Burton, Ross
On 10 October 2013 15:36, Seth Bollinger wrote: > pkg_postinst_${PN} () { > echo 127.0.0.1${MACHINE} >> /etc/hosts > } Yeah, that's broken. > I've tried this in my recipe, and the file that I expect to be present in > the rootfs is not there...not sure what I'm doing wrong. > pkg_postins

Re: [yocto] Recipes that update a shared file

2013-10-10 Thread Burton, Ross
On 10 October 2013 16:02, Seth Bollinger wrote: >> You need to use $D so that you're not attempting to write to the *host's* >> /etc: >> >> echo test >> $D/etc/inittest2 >> >> In a postinst $D may be set, and if it is then the postinst is being >> ran on the host at rootfs time, and points to wher

Re: [yocto] Can't get DEPENDS to trigger glib-2.0 or util-linux build

2013-10-22 Thread Burton, Ross
On 22 October 2013 14:44, Bryan Evenson wrote: > DEPENDS_${PN} = "virtual/kernel glib-2.0 util-linux" Build dependencies are not package-specific, so just use DEPENDS = "...". Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoprojec

Re: [yocto] Testing wayland/weston

2013-10-24 Thread Burton, Ross
On 24 October 2013 16:25, Gary Thomas wrote: > I'd like to try testing wayland/weston on my BeagleBoard (clone). > I've built core-image-weston, but it fails to start up with this error: > > [15:07:01.465] weston 1.1.0 >http://wayland.freedesktop.org/ >Bug reports t

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

2013-11-01 Thread Burton, Ross
Please sent patches to oe-core@. Ross On 28 October 2013 23:11, Søren Holm wrote: > [YOCTO #5401] > --- > .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 20 > ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git > a/meta/recipes-devtools/e2fsprogs/e2

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

2013-11-01 Thread Burton, Ross
openembedded-c...@lists.openembedded.org only. yocto@ is for community announcements and user support. Ross On 1 November 2013 11:14, Søren Holm wrote: > Fredag den 1. november 2013 11:11:52 skrev Burton, Ross: >> Please sent patches to oe-core@. >> > > Should patches be se

Re: [yocto] Change Sato theme

2013-11-05 Thread Burton, Ross
On 4 November 2013 09:17, Diego Gonzalez wrote: > I was reading in the mailing list how take control over Sato theme. If you > see this : > > https://lists.yoctoproject.org/pipermail/yocto/2013-February/014360.html > > you will see that they are talking about matchbox-session-sato.schemas which >

Re: [yocto] undocumented MACHINE_FEATURES, and what makes something a MACHINE feature?

2013-11-15 Thread Burton, Ross
On 15 November 2013 10:49, Robert P. J. Day wrote: > as you can see, the only tests for 'wifi' involve either > DISTRO_FEATURES or COMBINED_FEATURES, *not* MACHINE_FEATURES > individually. under the circumstances, then, can 'wifi' be considered > a legitimate MACHINE feature if it's never being

Re: [yocto] connman

2013-11-19 Thread Burton, Ross
On 19 November 2013 20:52, Bernard Mentink wrote: > Can anyone help with wifi not being enabled with connman? > > I have to use "ifup wlan0" to start my wifi interface, connman refuses to > bring it up on start, even though I have the ethernet cable un-plugged. > > I have enabled wifi in the setti

Re: [yocto] How to build GLX extension?

2013-12-04 Thread Burton, Ross
On 4 December 2013 15:54, Alex M <0xf...@gmail.com> wrote: > XSERVER = "xserver-xorg \ >mesa-driver-swrast \ >mesa-driver-radeon \ >mesa-driver-r200 \ >mesa-driver-i965 \ >mesa-driver-i915 \ >xf86-video-intel \ >xf8

Re: [yocto] The difference of & and | in LICENSE definition

2013-12-06 Thread Burton, Ross
On 6 December 2013 14:23, Kumita Bruce wrote: > I don't know whether this is the right place to ask the question. Hope to > get some help from here. > > I see below two types definition of LICENSE in Yocto recipe: > LICENSE = "license-1 & license-2" > LICENSE = "license-1 | license-2" > > Can some

Re: [yocto] poky tree

2013-12-10 Thread Burton, Ross
On 10 December 2013 20:38, Edward Vidal wrote: > Hello, > I have a poky tree that I have used for several builds. > What is the command to clean out the poky/build/tmp area. > I am on the dylan branch. My conf files are configured and my custom-image > are okay. > I want to pull meta-oe, meta-bro

Re: [yocto] poky tree

2013-12-12 Thread Burton, Ross
On 12 December 2013 16:27, Edward Vidal wrote: > Thanks for the information. When I removed poky/build/tmp everything worked > okay. My build was quick and I did not need to recompile. My question is > what relation between poky/build/tmp/work and poky/build/tmp/sysroot? http://www.yoctoprojec

Re: [yocto] Minutes: Yocto Project 1.6 M1 release readiness review - Friday, December 13, 2013 8:00 AM-8:30 AM (UTC-08:00) Pacific Time (US & Canada).

2013-12-13 Thread Burton, Ross
On 13 December 2013 18:12, Liu, Song wrote: > Performance issue for rootfs. There is a possible fix. will see the > performance after the fix. Will open a bug if the fix does not work. If this is happening on ipkg images I found a problem where qemu will spin infinity eating memory when running t

Re: [yocto] libxml2 error

2013-12-18 Thread Burton, Ross
On 18 December 2013 07:50, wuteng wu wrote: > I built the Yocto 1.5 project for my SAMA5D34-EK board, i add the libxml2 by > IMAGE_INSTALL_append = " libxml2", i got the image and programmed it into > NAND Flash of the board, but when i type python -c "import libxml2" from the > hyper Terminal , i

Re: [yocto] libxml2 error

2013-12-18 Thread Burton, Ross
Please don't take conversations off the list, so that others can help/learn. On 18 December 2013 14:22, wuteng wu wrote: > I'm newbie to Yocto, could u tell me more details? > I found some info under the dir: > /home/teng/poky/meta/recipes-core/libxml/libxml2.inc as below: > > EXTRA_OECONF = "--w

Re: [yocto] libxml2 error

2013-12-19 Thread Burton, Ross
Please don't take conversations off the list, so that other can help/learn. If your mailer doesn't automatically include yocto@yoctoproject.org when replying, please add it. On 19 December 2013 07:16, wuteng wu wrote: > After changed all those "without-python" to "with-python", i try to build >

Re: [yocto] eglibc's iconv (version 2.17) command in Yocto Dylan for x86 target

2014-01-07 Thread Burton, Ross
On 7 January 2014 03:31, Bill Martin wrote: > I'm using Trousers and tss on my Yocto target build. I attempted to make a > call to tspi_tpm_collateidentityrequest and this requires a UNICODE string > in UTF-16 form. The preceding call to iconv fails when I try to convert from > ASCII to UTF-16. I

Re: [yocto] Audio/Video etc sample files

2014-01-14 Thread Burton, Ross
On 14 January 2014 10:56, Andrei Gherzan wrote: > Is there any support in including sample files in yocto? For example for > testing different players you need samples. Maybe we can have a samples meta > layer with upstream sources or local ones if there is nothing already done. https://github.co

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Burton, Ross
On 14 January 2014 13:18, Gary Thomas wrote: >> I don't understand why this happens though as the gst-plugins-base >> recipe uses PKGCONFIG to control this: >>PACKAGECONFIG ??= "${@base_contains('DISTRO___FEATURES', 'x11', >> 'x11', '', d)}" >>PACKAGECONFIG[x11] = "--enable

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Burton, Ross
On 14 January 2014 14:01, Nicolas Dechesne wrote: >> [gthomas@titan imx6_test]$ bitbake -e gst-plugins-base | grep >> PACKAGECONFIG >> # $PACKAGECONFIG [7 operations] >> PACKAGECONFIG=" pango x11" >> [gthomas@titan imx6_test]$ > > pango looks suspicious here. it's not there by default. so somethin

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Burton, Ross
On 14 January 2014 14:20, Gary Thomas wrote: >> pango looks suspicious here. it's not there by default. so something seems >> to be setting PACKAGECONFIG in your config, and that could be the root cause >> of your problem... > > The error says nothing about pango, is only says that virtual/libx11

Re: [yocto] gstreamer without X11?

2014-01-14 Thread Burton, Ross
On 14 January 2014 14:30, Gary Thomas wrote: > You can duplicate this with off-the-shelf Poky/Yocto. Just disable x11 > in local.conf > DISTRO_FEATURES_remove = "x11" > Then you'll get this error: > [gthomas@titan q_test]$ bitbake -e virtual/libx11 > Loading cache: 100% > |#

Re: [yocto] Smart - "Illegal instruction"

2014-01-24 Thread Burton, Ross
On 24 January 2014 10:21, wrote: > Do I have to define a new BSP? > > Did anyone have a similar problem and could give me some advice? IIRC, genericx86 targets Atom and higher (the README lists the target hardware) so it's quite possible that the compiler is emitting instructions that your CPU d

Re: [yocto] Help with ipset bitbake files

2014-01-31 Thread Burton, Ross
On 31 January 2014 11:45, Padam J.Singh wrote: > When executing this recipe, all steps completes OK. However, the compiled > binaries are not included in the final RPMs or the final images. If you include the output of "find" in both image/ and packages-split/ then it would be possible to debug t

Re: [yocto] Help with ipset bitbake files

2014-02-03 Thread Burton, Ross
On 3 February 2014 05:13, Padam J. Singh wrote: > What could be the possible reasons for a recipe to get packaged correctly in > an > RPM, shows as being installed in the final image generation, yet none of the > files actually > show up in the rootfs? That's a very good question, and for what

Re: [yocto] Parallel builds with common shared state cache

2014-02-05 Thread Burton, Ross
On 4 February 2014 18:03, Brian Karcz wrote: > I’m curious is there are any issues with using a common shared state cache > directory, outside the build directory, for multiple different image builds > that also might be running in parallel to each other? I’m in the process of > setting up a new b

Re: [yocto] release branches and package upgrades

2014-02-07 Thread Burton, Ross
On 7 February 2014 09:47, Adrian Dudau wrote: > I would like to understand Yocto Project's policy on the > release/maintenance branches (dora,dylan etc). My understanding was that > these were considered stable branches and only bugfixes and general > fixes that would not affect functionality were

Re: [yocto] Can't build core-image-weston

2014-02-13 Thread Burton, Ross
Hi Gary, On 13 February 2014 14:36, Gary Thomas wrote: > I had previously built core-image-sato-sdk with some extra packages: > CORE_IMAGE_EXTRA_INSTALL += "rsync openssh" > That worked fine, but core-image-weston fails as above. Is there a > reason I can't choose openssh instead of dropbear (

Re: [yocto] BB/OE user - (a) generic questions, (b) one issue

2014-02-19 Thread Burton, Ross
On 18 February 2014 20:51, kaweka wrote: > Will it be fine to ask these questions in this mailing list? Please stop asking to ask, and just ask the questions. Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yo

Re: [yocto] [meta-raspberrypi][PATCH 1/1] mesa: Replace ugly fix with PACKAGECONFIG

2014-02-25 Thread Burton, Ross
On 25 February 2014 11:52, Andrei Gherzan wrote: > +# EGL and GLES are provided by userland package > +PACKAGECONFIG_remove_raspberrypi = "egl gles" > +PROVIDES_remove_raspberrypi = "\ > +virtual/libgles1 \ > +virtual/libgles2 \ > +virtual/egl" Are you aware of mesa-gl? This recipe b

Re: [yocto] [meta-raspberrypi][PATCH 1/2] mesa: Replace ugly fix for gles/egl

2014-02-25 Thread Burton, Ross
That's better! :) Ross On 25 February 2014 16:51, Andrei Gherzan wrote: > Use instead, the special created recipe mesa-gl which provides on libgl. > > Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 > Signed-off-by: Andrei Gherzan > --- > conf/machine/include/rpi-default-providers.inc |

Re: [yocto] Enabling Wayland and QT5 without X11 server support in Dora

2014-02-28 Thread Burton, Ross
On 28 February 2014 10:33, Sathish Kumar Balasubramaniam -ERS, HCL Tech wrote: > Please can anyone let me know the configuration to be done in Dora for > enabling Wayland and QT5 without X11 server. Remove 'x11' from you DISTRO_FEATURES (the _remove operator will help here). Ross ___

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

2014-03-03 Thread Burton, Ross
On 3 March 2014 07:10, Nicolas Dechesne wrote: >> How do I find out what (e.g.) gstreamer1.0-plugins-base.bb actually >> provides? Once I've got it to build for one plugin I can go to the work >> directory to see what gets packaged to find the names of other plugins, but >> I can't find a way i

Re: [yocto] Preferred Distro for Building

2014-03-03 Thread Burton, Ross
On 3 March 2014 20:05, Rick Bianchi wrote: > Which linux distro is the preferred build environment? Is it better to use > Debian instead of Ubuntu? Use whatever you prefer. The tested distribution list can be seen in git: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto/conf/distr

Re: [yocto] [AB PATCH 00/27] Autobuilder patches

2014-03-11 Thread Burton, Ross
On 5 March 2014 18:22, Elizabeth Flanagan wrote: > Beth Flanagan (8): > PrepPkgIndex.py: ln instead of cp This leaves several alternative lines that are commented out, why not just have the one working line? > Autobuilder.py/Buildset.py: More sane parser/UI Erm, yeah, sure. I'll take your

Re: [yocto] Building a metapackage

2014-03-14 Thread Burton, Ross
On 14 March 2014 16:34, David Welch wrote: > Is it possible to build a meta packages whose sole purpose is to bring in > dependencies? You've just described a package group - have a look at anything called packagegroup-*.bb in oe-core, and packagegroup.bbclass. Ross -- _

Re: [yocto] [PATCH 2/2] buildslave-janitor: Add in try/except handling to make calls robust against failure

2014-03-19 Thread Burton, Ross
Both patches look good, Reviewed-by: Ross Burton Ross On 19 March 2014 14:03, Richard Purdie wrote: > There is a suspicion that the command can fail causing the janitor trash > removal process to exit. This adds in some exception handling to deal > with this. It include a timeout t

Re: [yocto] [AB PATCH 03/22] BuildImages.py: core-image-basic name change support

2014-03-20 Thread Burton, Ross
On 19 March 2014 20:51, Elizabeth Flanagan wrote: > +if self.layerversion_core < "4": > +self.images=self.images.replace("core-image-full-cmdline", > "core-image-basic") > +elif self.layerversion_core > "3": > +self.images=self.images.replace("core-image-ba

Re: [yocto] [AB PATCH 05/22] yoctogit.py: movecopy needs an incremental callback

2014-03-20 Thread Burton, Ross
On 19 March 2014 20:51, Elizabeth Flanagan wrote: > We need to do an incremental before we copy or else, we're > essentially copying nothing. > > Signed-off-by: Elizabeth Flanagan > --- > .../buildbot-0.8.8-py2.7.egg/buildbot/steps/source/yoctogit.py | 1 > + > 1 file changed, 1 inser

Re: [yocto] [AB PATCH 02/22] yoctogit.py: Fix cp construction from source to build

2014-03-20 Thread Burton, Ross
On 19 March 2014 20:51, Elizabeth Flanagan wrote: > +if "poky" in self.layername or \ > + "oecore" in self.layername or \ > + "eclipse" in self.layername: Do you actually need to do substring comparisons (in vs is) there? I suspect not, so I prefer this idiom as it in

Re: [yocto] [AB PATCH 22/22] yoctogit.py: sync on mv

2014-03-20 Thread Burton, Ross
On 19 March 2014 20:51, Elizabeth Flanagan wrote: > On systems with very high load sometimes the system still thinks the > build dir is there. I've only seen this once, but a sync here ensures > that the system knows that build has been moved. That smells like a race in the AB code instead of the

Re: [yocto] [OE-core] OpenEmbedded and musl-libc

2014-03-21 Thread Burton, Ross
On 21 March 2014 12:34, Paul Barker wrote: > I'm currently very busy between various projects so I don't have time > to hack together a musl-libc recipe myself but I should have time to > help test it. I saw that yesterday too and thought it could be interesting for Yocto. I'm curious as to why

Re: [yocto] inherit setuptools

2014-03-22 Thread Burton, Ross
On 22 March 2014 11:01, Trevor Woerner wrote: > | Traceback (most recent call last): > | File > "/SSD/build/fsl/build-wandboard-dual/tmp/sysroots/x86_64-linux/usr/bin/bmaptool", > line 65, in > | from bmaptools import BmapCreate, BmapCopy, BmapHelpers, TransRead > | ImportError: No module n

Re: [yocto] eglglessink from gstreamer 1.0 blacklisted

2014-03-23 Thread Burton, Ross
On 23 March 2014 14:21, Chris Tapp wrote: > I've just added eglglessink to the image, but it's blacklisted. Running > gst-inspect-1.0 on > libeglglessink.so reports that eglDestroyImageKHR cannot be found. I recommend you have a look at the source for the plugin and determine if this check is ru

Re: [yocto] autobuilder setting, ACCEPT_FSL_EULA

2014-03-26 Thread Burton, Ross
On 26 March 2014 16:53, Mahyar Yaghmaee wrote: > I'm trying to run autobuilder for my custom .conf file but I need to include > ACCEPT_FSL_EULA="1" in the generated local.conf file. > Unfortunately I couldn't find anything related to that in the > CreateAutoConf.py file to set in my .conf file.

Re: [yocto] [oe] initial support for musl libc with OE/Yocto Project

2014-03-26 Thread Burton, Ross
On 26 March 2014 22:04, Khem Raj wrote: > There were interest in other threads in having musl as an alternative > to eglibc/uclibc that we already have in OE, in that direction I have > poured in my on and off work and put it into a contrib tree Blimey Khem that was quick. :) Ross -- __

Re: [yocto] matchbox-terminal and function keys

2014-03-27 Thread Burton, Ross
On 27 March 2014 05:50, Stuart Longland wrote: > The terminal reports itself as TERM=xterm. When I do a `cat`, I observe > that matchbox-terminal is reporting F1-F5 using VT100 terminal > sequences, but F6-F10 using VT220 sequences. If I set TERM=vt100, I get > F1-F5 working, but unfortunately,

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-27 Thread Burton, Ross
On 27 March 2014 06:58, Meenakumari Shedole wrote: > filesrc-> decodebin->queue->ffmpegcolorspace->xvimagesink Try just using playbin2 instead of constructing a pipeline manually, there's lot of smarts that you'll need to do manually otherwise. Ross -- __

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-03-28 Thread Burton, Ross
On 28 March 2014 06:05, Meenakumari Shedole wrote: > 1. playbin2 + avi/3gp is working properly because of xvimagesink is used > interally. > 2. playbin2 + mp4 is not taking vaapi sink, we need to manually set > video-sink=vaapisink. >Also we are getting arbitrary crash while setting the qml

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-02 Thread Burton, Ross
On 1 April 2014 10:05, Meenakumari Shedole wrote: > I have used libva-intel-driver-1.2.0 as a part of meta-intel on Dora as the > recipes provided by Intel. I can attach bb file also if its needed. > Have build Intel va source manually and now we can able to sink with > vaapisink in its own wind

Re: [yocto] copying media files to qemux86

2014-04-02 Thread Burton, Ross
On 2 April 2014 12:06, Bhushan Shirsath wrote: > I'm able to successfully launch "runqemu qemux86". > Now i intend to test the media libs built using Yocto on qemu currently. > Is it possible to transfer/copy media files to qemux86 emulator ? > > I tried copying files to tmp/sysroots/qemux86/ but

Re: [yocto] how to set LICENSE for llvm in .bb file

2014-04-02 Thread Burton, Ross
On 3 April 2014 03:16, Guo, Yejun wrote: > I'm adding package llvm which has its own license: University of > Illinois/NCSA Open Source License, see at > http://llvm.org/releases/3.4/LICENSE.TXT . I tried something for LICENSE in > .bb file, but is not recognized by the system. Could you pleas

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-03 Thread Burton, Ross
On 3 April 2014 07:59, Meenakumari Shedole wrote: > gst-launch-0.10 playbin2 + mp4/avi is failing with following error, > > libva: VA-API version 0.32.0 > libva: va_getDriverName() returns 0 > libva: Trying to open /usr/lib/dri/i965_drv_video.so > libva: Found init function __vaDriverInit_0_32 > l

Re: [yocto] Squeezing a gstreamer video pipeline into the smallest footprint possible

2014-04-09 Thread Burton, Ross
On 9 April 2014 00:03, Patrick Doyle wrote: > I have a ridiculously pinhole sized memory footprint into which I > would like to squeeze a gstreamer based video pipeline. I am looking > for tips on what I can do to minimize the footprint as much as > possible for my Yocto based system. The GStrea

Re: [yocto] Build issue (syslinux ext2_fs.h error) in Edison 6.0.1

2012-05-30 Thread Burton, Ross
Hi Michel, On 30 May 2012 15:23, Racine, Michel wrote: > We are creating a distro for Intel N2600/NM10 using Edison 6.0.1 and BSP > Cedar Trail 6.0.1. The build stops with a failure on syslinux (see below for > the last few lines). I checked the Yocto bugzilla, and that seemed to have > been an i

Re: [yocto] Build issue (syslinux ext2_fs.h error) in Edison 6.0.1

2012-05-30 Thread Burton, Ross
Michel, On 30 May 2012 15:35, Racine, Michel wrote: > I'm currently working from a tar ball release of 6.0.1. Could you please > point me to docs/link to obtain a patch? I probably missed it from the docs I > looked at... The patch is attached to the bug at https://bugzilla.yoctoproject.org/sh

Re: [yocto] Build issue (syslinux ext2_fs.h error) in Edison 6.0.1

2012-05-30 Thread Burton, Ross
On 30 May 2012 15:44, Burton, Ross wrote: > On 30 May 2012 15:35, Racine, Michel wrote: >> I'm currently working from a tar ball release of 6.0.1. Could you please >> point me to docs/link to obtain a patch? I probably missed it from the docs >> I looked at... Sma

Re: [yocto] Hob implementation: vanilla or branded?

2012-05-31 Thread Burton, Ross
Hi Belen, On 31 May 2012 17:55, Barros Pena, Belen wrote: > As part of the Hob work for the 1.3 release it looks like we need to make > a visual design and implementation decision: do we want a 'vanilla' or a > 'branded' look for Hob? Sorry if the choice of words is not the best. > Neither 'vanil

Re: [yocto] [RFC] Split and revamp distro_tracking_fields.inc

2012-06-06 Thread Burton, Ross
Hi, On 5 June 2012 16:59, Mark Hatle wrote: > Document the date when the recipe was upreved.  Then in a separate file, > document the check dates.  Then the check dates and the uprev dates can be > compared and it'll be easier to watch to see if things are being neglected > or let go out of date.

Re: [yocto] Hob implementation: vanilla or branded?

2012-06-08 Thread Burton, Ross
On 8 June 2012 17:41, Joshua Lock wrote: >> Joshua: if you have a rough idea of the things that >> will need to be changed from the work you did before the 1.2 release, >> please let us know. I think it's fair that I take over from Joshua as "resident GTK+ knowledge base", having written several

Re: [yocto] Hob implementation: vanilla or branded?

2012-06-08 Thread Burton, Ross
On 8 June 2012 21:26, Joshua Lock wrote: > Even more importantly, being my "go to" guy for GTK+ lore! What you never knew is that I just asked Emmanuele your question. ;) Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org

Re: [yocto] Hob implementation: vanilla or branded?

2012-06-08 Thread Burton, Ross
On 8 June 2012 21:42, Stewart, David C wrote: > By the way, if there is no theme set, will the app use a reasonable default? It's very hard to not have a theme set. In GNOME the default is Adwaita (GNOME 3) or Clearlooks (GNOME 2). Many reasonable distributions of KDE ship a theming bridge so G

Re: [yocto] Discussion: Package testing

2012-06-19 Thread Burton, Ross
On 18 June 2012 16:04, Björn Stenberg wrote: > Typically the tests don't mix production and test code, since the purpose is > to test the production code. Rather the tests are isolated in separate files > that we relatively easily can build and install separately from the base > package. The p

Re: [yocto] VERIFIED vs CLOSED in yocto bugzilla

2012-06-20 Thread Burton, Ross
On 20 June 2012 00:22, Darren Hart wrote: > What is the reasoning driving this change? What does CLOSED indicate > that VERIFIED does not already convey? Agreed -- hiding CLOSED would be my proposal as it doesn't add any meaning, just complicates the lifecycle. Ross _

Re: [yocto] webhob_db and Management Communication API

2012-07-13 Thread Burton, Ross
On 13 July 2012 04:13, Lv, ChunhuaX wrote: > 1. **Build Identification: > > GUID: (int) hash(user_name + project_name + build_name + timerstamp) > "GUID" has a precise meaning and implementation ( http://en.wikipedia.org/wiki/Globally_unique_identifier), I recommend not using that ter

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 12:44, Axel Beierlein wrote: > Hello, > > when i start bitbake core-image-minimal i get the Error > "PATH contains '.' or '', which will break the build, please remove this." > > But there is definitly no '' a whitespace or a point in my PATH. That error could be phrased better...

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 12:55, Burton, Ross wrote: >> when i start bitbake core-image-minimal i get the Error >> "PATH contains '.' or '', which will break the build, please remove this." Actually it's probably worth printing out the parsed PATH when thi

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 13:07, Axel Beierlein wrote: > Hello, > > i've solved the Problem. > A few posts ago there was a hint with a trailing : in a PATH Var. > This was my Problem. Deleting the last : an it works! > > This hint could be also integrated in the error message. I'm working on a patch to dis

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 13:13, Burton, Ross wrote: > I'm working on a patch to display the parsed PATH so you'll see the > trailing empty element in that case. How's this? $ PATH=$PATH: $ bitbake core-image-sato [...] ERROR: OE-core's config sanity checker detected a

Re: [yocto] [Solved] Re: Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 14:46, Chris Larson wrote: > On Wed, Jul 18, 2012 at 6:37 AM, Burton, Ross wrote: >> On 18 July 2012 13:13, Burton, Ross wrote: >>> I'm working on a patch to display the parsed PATH so you'll see the >>> trailing empty element in that c

Re: [yocto] Yocto and Google Protocol Buffers

2012-07-25 Thread Burton, Ross
On 25 July 2012 09:35, Giovanni Foiani wrote: > does anyone have configured a recipe for make Google Protocol Buffers > working? > do_configure() { > ./configure --host=arm > } Don't do that, because what if you want to build gpc for another architecture? > bin/bash: > /home/gfoiani/yocto/fsl-c

Re: [yocto] Yocto and Google Protocol Buffers

2012-07-25 Thread Burton, Ross
On 25 July 2012 10:47, Giovanni Foiani wrote: > The native library builds properly but it populates the wrong sysroot..I can > find protoc executable into tmp/sysroots/i686-linux but not into imx53qsb > sysroot, hence rebuilding the protobuf library it can't find the > executable.. That's what yo

Re: [yocto] Yocto and Google Protocol Buffers

2012-07-25 Thread Burton, Ross
On 25 July 2012 11:04, Giovanni Foiani wrote: > Can I do this overriding do_configure task? Like this: > > do_configure() { > ./configure --with-protoc=/path/to/sysroot/i686-linux/usr/bin/protoc > } > > I tried this way but I got a "permission denied" error.. > > /bin/bash: line 8: ../-libtool

Re: [yocto] [Yocto] general question about how certain features get processed into packages

2012-07-31 Thread Burton, Ross
On 31 July 2012 10:15, Tim Verstraete wrote: > Now my question is, where can I find what for example task-core-apps-console > exactly is as package collection? Since this is a core task list I thought I > would find it in /meta/recipes-core/tasks but no luck, I did find > task-core-boot there but

Re: [yocto] Custom splash screen using psplash

2012-08-09 Thread Burton, Ross
On 9 August 2012 08:31, Giovanni Foiani wrote: > Hi Scott, > > I copied the psplash directory (and replaced the logo with mine) into my own > layer but when I run: > > bitbake psplash -c cleansstate > bitbake psplash > > it still builds the sources located into meta-yocto directory and not > sourc

Re: [yocto] Question about dependency graphs of building busybox

2012-08-14 Thread Burton, Ross
Hi, On 13 August 2012 10:42, ☆星空☆ wrote: > Recently I am learning to see how the poky build busybox.Because there > exists too many recipes and files related,I want to find out the detail > process or dependency graphs of building busybox.And now I use "bitbake -g > -u depexp busybox" to see

Re: [yocto] [PATCH 0/3] RFC: Package testing

2012-08-23 Thread Burton, Ross
On 23 August 2012 15:19, Björn Stenberg wrote: > And it sometimes > requires patching and/or translation of the test output to produce a > generic output format that can be automatically parsed. I have included > an example patch for bash that does just that. What is this generic output format?

Re: [yocto] Xorg keyboard not working

2012-08-28 Thread Burton, Ross
On 27 August 2012 21:41, Chris Tapp wrote: > I've got a system that has a working console and four virtual terminals. > > I can start X and run an application using > > /usr/bin/xinit /usr/sbin/xinitrc -- /usr/bin/Xorg > > The application runs fine and is expected to run with no user interaction.

Re: [yocto] configuring WiFi in Yocto

2012-08-29 Thread Burton, Ross
On 24 August 2012 19:36, Jim Abernathy wrote: > On 08/24/2012 02:23 PM, Ross Burton wrote: > See the linux-firmware packages. There are a few split out sub packages, and > then linux-firmware contains the rest. > > I see the rtl8192 firmware included in the linux-firmware recipe, but not > sure if

Re: [yocto] configuring WiFi in Yocto

2012-08-30 Thread Burton, Ross
On 29 August 2012 13:52, James Abernathy wrote: > rtl8192ce:rtl92c_init_sw_vars():<0-0> Failed to request firmware! You're missing firmware still. Ensure that you've installed every linux-firmware-* package first, and if that doesn't work dig around the logs and hopefully you'll find the file it

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Burton, Ross
Hi Jim, On 31 August 2012 19:05, Jim Abernathy wrote: > Not sure I know how to force linux-firmware-* to be installed?? Personally I use DISTRO_EXTRA_RDEPENDS += in my local.conf for local changes like that. > Also I replaced the WiFi card with an Intel Wireless-N 135, and I got a FW > error us

Re: [yocto] configuring WiFi in Yocto

2012-08-31 Thread Burton, Ross
On 31 August 2012 21:20, Jim Abernathy wrote: > the firmware I need must not be in the Denzil for Cedartrail BSP. It built > fine with the DISTRO_EXTRA_RDEPENDS added, but both the Intel and Realtek > cards can't load the firmware. Entirely possible. Either steal the latest firmware package from

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Burton, Ross
On 5 September 2012 18:13, Trevor Woerner wrote: > I also found that I had to add: > > BB_DANGLINGAPPENDS_WARNONLY = "yes" > > at the end of my conf/local.conf since I received a: > > ERROR: No recipes available for: > > /home/trevor/devel/yocto/raspi/poky/meta-raspberrypi/recipes-m

Re: [yocto] opengl / libgl / libgles

2012-09-06 Thread Burton, Ross
(CCing oe-core, discussion should happen there really) On 6 September 2012 11:00, Andrei Gherzan wrote: > In DISTRO_FEATURES we have opengl. That is pretty vague and generally we > don't want to have mesa on machines where there is no libgl but only gles + > egl. For example if we want to compile

Re: [yocto] [PATCH 1/1] emgd-driver-bin: Fix package naming issue

2012-09-07 Thread Burton, Ross
On 6 September 2012 01:59, wrote: > emgd-driver-bin is generating rpm package with name libegl1. > This name clashes with a package of mesa-dri recipe. This name > clash blocks installation of emgd user land binaries in the > image. And due to missing emgd user land components X fails start > on

Re: [yocto] beagleboard: change to xserver-xorg, not -lite

2012-09-07 Thread Burton, Ross
On 7 September 2012 12:46, Edward Vidal wrote: > hello, > I did a new build of poky > git clone git://git.yoctoproject.org/poky.git > With gitk I see that the patch has been applied to > > meta-yocto-bsp/conf/machine/beagleboard.conf > > > > When I execute MACHINE=beagleboard bitbake -v core-image

Re: [yocto] Replace netbase with connman

2012-09-12 Thread Burton, Ross
On 11 September 2012 22:58, Marc Ferland wrote: > I'm trying to replace netbase from my image with connman and I need help > on how to proceed. So far I see that: > - udev includes some event scripts that bring up interfaces > - netbase is included by default in core-image (which I use). You don'

Re: [yocto] [PATCH 0/1] Fix X issue on crownbay

2012-09-12 Thread Burton, Ross
On 12 September 2012 21:14, Kamble, Nitin A wrote: > FYI While testing on the fishriver platform, I also find that there is no X > log, and looking further found out that xorg executable is not on the image. > I think the same thing is also happening on crownbay. There have been transient repor

Re: [yocto] Denzil / Cedartrail / EGL/GLES under X

2012-09-13 Thread Burton, Ross
Hi Chris, On 10 September 2012 19:56, Chris Tapp wrote: > I've managed to get to the point where I think EGL is up (no API errors > reported), but if I try anything on the GL side (e.g. glClear to get the > background color) I'm not getting anything showing on the display when I call > eglSwap

Re: [yocto] [PATCH 1/1] meta-intel: make video acceleration choice dependent on LICENSE_FLAGS

2012-09-14 Thread Burton, Ross
On 14 September 2012 20:27, wrote: > The gst-ffmpeg recipe in oe-core had LICENSE_FLAGS added to make it > "commercial", so to avoid build errors the BSPs that use it (via the > gst-va-intel VA_FEATURE) should only include it if the user has added > "commercial" to LICENSE_FLAGS_WHITELIST when bu

Re: [yocto] [PATCH 1/1] meta-intel: make video acceleration choice dependent on LICENSE_FLAGS

2012-09-14 Thread Burton, Ross
On 14 September 2012 22:25, Tom Zanussi wrote: > From the gstreamer-vaapi README: > > "vaapidecoder currently relies on FFmpeg" Ha, fair enough. > Anyway, it would be nice if someone who had a better understanding of > this 'stack' could suggest better ways of doing things - at this point > it w

Re: [yocto] Forcing link order for autotools recipe

2012-09-16 Thread Burton, Ross
On 16 September 2012 00:59, Chris Tapp wrote: > but if I try to build it on my host (e.g. when developing) then it fails to > build with lots of 'symbol not found' link errors related to libs that are on > the system and which are in the gcc lib search path. That sort of thing is normally cause

Re: [yocto] bbappends for MESA

2012-09-17 Thread Burton, Ross
On 17 September 2012 09:09, Chris Tapp wrote: > I want to enable glut in mesa from within a layer so I can run with an > unmodified brach (e.g Denzil). All I need to do is: > > 1) Add the SRC_URI to mesa-7.11.inc; > 2) Add a couple of LIB_DEPS, add a couple of packages and modify EXTRA_OECONF >

Re: [yocto] Create a .bb for my aplication

2012-09-17 Thread Burton, Ross
On 17 September 2012 14:48, Raul Rosetto Munoz wrote: > I'm just want to mkdir in the /home/ path. > > Im try some thing like this but don't work! > do_install() { > mkdir -p /home/prjs/ > } You're creating a directory in the home directory on your build machine. *Not* in the working area fo

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