<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.embedded.yocto.general">
    <title>gmane.linux.embedded.yocto.general</title>
    <link>http://blog.gmane.org/gmane.linux.embedded.yocto.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13670"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13668"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13666"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13662"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13655"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13654"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13651"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13650"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13649"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13647"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13646"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13645"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13644"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13642"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13635"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13634"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13633"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13631"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13630"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13629"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13670">
    <title>[eclipse-poky][PATCH 00/13] Completed CMake integration inthe Yocto IDE</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13670</link>
    <description>&lt;pre&gt;From: Atanas Gegov &amp;lt;atanas.gegov-98C5kh4wR6ohFhg+JK9F0w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;

Hi,

this patch series adds a new plugin containing a CMake configure tool, a
toolchain and a project type for building CMake projects in the Yocto IDE. The
plugin also introduces Hello World templates for C and C++. With this patch
series the CMake integration is completed and the CMake projects can be built,
debugged etc. as already known from the Autotools-based projects.

Cheers,
Atanas

P.S: This patch series requires the already discussed patch series
"[eclipse-poky][RFCv2 0/7] Introducing a YoctoSDKCMakeProjectNature".

Atanas Gegov (13):
  plugins/cmake: Added an empty CMake integration plugin
  plugins/cmake: Defined CMake tool with options
  plugins/sdk.ide: Added a method to get project environment
  plugins/cmake: Preparing a configure Job
  plugins/cmake: Added run method to configure Job
  plugins/cmake: Added a Makefile generator
  plugins/cmake: Added the generation of toolchain.cmake
  plugins/cmake: Defined the build&lt;/pre&gt;</description>
    <dc:creator>Atanas Gegov</dc:creator>
    <dc:date>2013-05-23T08:39:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13668">
    <title>eo_filter_out not working</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13668</link>
    <description>&lt;pre&gt;Hi,

I'm trying to build the packagegroup-core-p1 from the meta-ivi layer,
but I would like to remove the RRECOMMENDS as I don't want X11. To do
this, I've added a packagegroup-core-p1.bbappend to my own layer. In
this file I've tried the following options:

Attempt #1

RRECOMMENDS_packagegroup-core-p1 :=
"${&amp;lt; at &amp;gt;oe_filter_out('packagegroup-xserver-ivi',
'${RRECOMMENDS_packagegroup-core-p1}', d)}"

ERROR: ExpansionError during parsing
/home/e8johan/work/yocto/pelagicore-bsp/sources/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-core-p1.bb:
Failure expanding variable RRECOMMENDS_packagegroup-core-p1[:=],
expression was ${&amp;lt; at &amp;gt;oe_filter_out('packagegroup-xserver-ivi',
'${RRECOMMENDS_packagegroup-core-p1}', d)} which triggered exception
SyntaxError: EOL while scanning string literal
(RRECOMMENDS_packagegroup-core-p1[:=], line 1)


I read this as RECOMMENDS_packagegroup-core-p1 is not yet set, so the
oe_filter_out part fails.



Attempt #2

RRECOMMENDS_packagegroup-core-p1 := "foo"

WARNING: Variable key RRECOMME&lt;/pre&gt;</description>
    <dc:creator>Johan Thelin</dc:creator>
    <dc:date>2013-05-23T06:59:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13666">
    <title>Adding prebuilt binaries to a BSP recipe</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13666</link>
    <description>&lt;pre&gt;Based upon the routerstationpro machine default, we have created a
meta-mchp-sasha layer and it works as expected meaning it boots and the
file system image works on our test hardware platform. We want to modify
the recipe for the meta-mchp-sasha layer to include two graphics
libraries that we want to give to customers as prebuilt binaries, but we
do not want to include source code. In our case, we want to include
vgraphics.ko and libVgraphics.so in the file system image. Our problem
is that we don't know how to do this, but it seems like a simple set of
two recipes and including them using IMAGE_INSTALL += "vgraphics
libvgraphics".
 
Assuming we know how to extract the prebuilt graphics libs from our
local git repo, what do we have to include in our Yocto project
meta-mchp-sasha layer to allow "bitbake core-image-minimal" to find the
graphics libraries and place them in the right part of the file system
image? 
 
Thank you,
 
Steve Scott
&lt;/pre&gt;</description>
    <dc:creator>Steve.Scott-UWL1GkI3JZL3oGB3hsPCZA&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-22T23:15:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13662">
    <title>remove --build option in configure</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13662</link>
    <description>&lt;pre&gt;Hello!
I'm writing recipe for ffmpeg and it fails at do_configure stage because
Yocto passes --build option but configure script from ffmpeg-1.2.1.tar*
does not recognize this option, thus I'm getting this stage failed.

Is there any ways to customize arguments to "configure"?

I know how to add additional with EXTRA_OECONF =, but how to give less
parameters? Without "--build".
&lt;/pre&gt;</description>
    <dc:creator>Alex M</dc:creator>
    <dc:date>2013-05-22T17:14:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13655">
    <title>runqemu: vnc server running on ::1:5900</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13655</link>
    <description>&lt;pre&gt;Hi,

I have successfully created a PowerPC image using* bitbake -k
core-image-minimal*.
When I am trying to boot it using *runqemu qemuppc* I am getting a message
saying* vnc server running on ::1:5900.*

I searched on internet and it was written that to resolve this error *SDL *and
*SDL-devel* package should be installed.

I have installed these packages but it did not work. Still I am getting the
same message.
Can anyone help me out with this. Below is the screenshot of message.
&lt;/pre&gt;</description>
    <dc:creator>varun bhatnagar</dc:creator>
    <dc:date>2013-05-22T16:45:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13654">
    <title>Build Appliance problem</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13654</link>
    <description>&lt;pre&gt;To get my feet wet with Yocto, I downloaded and installed the latest Yocto Build Appliance, targeted for atom-pc, and selected the core-image-x11 base image.  After hours and hours of building, sudo-1.8.6p7-r0 has an error:

[cid:image001.png-oRwEYXWeDxNfSPC+QHDhrDRmByFHzeGd&amp;lt; at &amp;gt;public.gmane.org]

What do I do about this?
&lt;/pre&gt;</description>
    <dc:creator>Paul Beam</dc:creator>
    <dc:date>2013-05-22T12:48:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13651">
    <title>[meta-raspberrypi][PATCH 0/2] Patches from recentdiscussions</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13651</link>
    <description>&lt;pre&gt;I've made recent comments on the Raspberry Pi firmware and on the first run
script included in meta-raspberrypi. As I've not really got a definitive answer
on either I thought I'd send in patches for review.

The patch for bootfiles and vc-graphics doesn't reduce the amount we need to
fetch but it does make it easier to override the firmware source to a local
clone or an archive. If there's no need for vc-graphics any more and the
userland recipe satisfies everyone's use cases maybe this is redundant and
vc-graphics should just be removed?

Paul Barker (2):
  rpi-first-run-wizard: remove
  bootfiles, vc-graphics: consolidate SRC_URI and S variables

 recipes-bcm/bootfiles/bcm2835-bootfiles.bb         |   6 +-
 recipes-bcm/common/firmware.inc                    |   3 +
 recipes-bcm/vc-graphics/vc-graphics.inc            |   9 +-
 recipes-extra/startup/rpi-first-run-wizard.bb      |  37 ---
 recipes-extra/startup/rpi-first-run-wizard/LICENSE | 339 ---------------------
 .../rpi-first-run-wizard/first-run-wizar&lt;/pre&gt;</description>
    <dc:creator>Paul Barker</dc:creator>
    <dc:date>2013-05-22T09:06:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13650">
    <title>[meta-raspberrypi][PATCH] psplash: only set image forMACHINE=raspberrypi</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13650</link>
    <description>&lt;pre&gt;Instead of overriding the default psplash image, the raspberrypi image is added
as an additional image. It is then set as the default in the raspberrypi machine
config file so that other targets do not pick up our splash image.

Tested on raspberrpi and qemuarm: on raspberrypi I see to Raspberry Pi logo, on
qemuarm I see the Yocto Project logo.

Signed-off-by: Paul Barker &amp;lt;paul-/Pkq+qhk08CDKSEUHJlAVA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 conf/machine/raspberrypi.conf             | 3 +++
 recipes-core/psplash/psplash_git.bbappend | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index 6e95291..e25b59a 100644
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,3 +32,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"
 MACHINE_EXTRA_RRECOMMENDS += " \
 kernel-modules \
 "
+
+# Set raspberrypi splash image
+SPLASH = "psplash-raspberrypi"
diff --git a/recipes-core/psplash/psplash_git.bbappend b/recipes-core/psplash/psplas&lt;/pre&gt;</description>
    <dc:creator>Paul Barker</dc:creator>
    <dc:date>2013-05-22T08:39:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13649">
    <title>[meta-ivi][RFC] packagegroups: restructure the yocto-ivi PGs</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13649</link>
    <description>&lt;pre&gt;with the current implementation of packagegroups, it's not clear how a
particular recipe map to the GENIVI baseline document.

this scheme remove confusion about which packagegroup a certain recipe belong
to. And provide guidance to the customers about modifying the image. For
instance customers should be careful about replacing specific-p1 components if
they wish to maintain GENIVI compliance.

Signed-off-by: Fahad Usman &amp;lt;fahad_usman-nmGgyN9QBj3QT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
---
 recipes-yocto-ivi/images/foton-image.bb             |  8 +++++++-
 .../packagegroup-foton-abstract-component-p1.bb     | 21 +++++++++++++++++++++
 ... =&amp;gt; packagegroup-foton-abstract-component-p2.bb} | 14 ++++++--------
 .../packagegroup-foton-placeholder-component-p1.bb  | 20 ++++++++++++++++++++
 ... =&amp;gt; packagegroup-foton-specific-component-p1.bb} | 21 +++++++--------------
 .../packagegroup-foton-specific-component-p2.bb     | 19 +++++++++++++++++++
 6 files changed, 80 insertions(+), 23 deletions(-)
 create mode 100644 recipes-yo&lt;/pre&gt;</description>
    <dc:creator>Fahad Usman</dc:creator>
    <dc:date>2013-05-22T08:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13647">
    <title>ADT Install Issues</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13647</link>
    <description>&lt;pre&gt;Hello

I have been trying to get the ADT setup for Eclipse working following the
guide at
http://www.yoctoproject.org/docs/1.4/adt-manual/adt-manual.html#autotools-based-projects.
 Install went smoothly.  On the kernel and image side of things I am able
to build a kernel and rootfs, deploy it to a RouterStation Pro
successfully.  Everything else seems to work.

Eclipse gives me an error the the compiler cannot create executables.  The
relevant portion of the config.log files seems to be:

configure:3177: $? = 0
configure:3166: mips-poky-linux-gcc  -meb -mabi=32   -mhard-float
-march=mips32 --sysroot=/home/jph/test-yocto/mips -v &amp;gt;&amp;amp;5
Using built-in specs.
COLLECT_GCC=mips-poky-linux-gcc
COLLECT_LTO_WRAPPER=/home/jph/adt/1.4/sysroots/i686-pokysdk-linux/usr/bin/mips32-poky-linux/../../libexec/mips32-poky-linux/gcc/mips-poky-linux/4.7.2/lto-wrapper
Target: mips-poky-linux
Configured with:
/srv/home/pokybuild/yocto-autobuilder-new/yocto-slave/nightly-mips/build/build/tmp/work-shared/gcc-4.7.2-r19/gcc-4.7.2/configu&lt;/pre&gt;</description>
    <dc:creator>Precipice Development</dc:creator>
    <dc:date>2013-05-22T04:12:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13646">
    <title>Weekly build availability.</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13646</link>
    <description>&lt;pre&gt;The weekly build has been kicked and should be available soon at:

http://autobuilder.yoctoproject.org/pub/nightly/20130521-1

meta-fsl-arm 323b2de457377929223eedd3007b184a31087add
meta-fsl-ppc 70afc09e8a5aac8c06d654c6477cc06c90d2d164 
meta-intel 2ba2e0ea55bab687134b452a5db81d189b820f59
meta-qt3 4c27cce6688aa39852f3cba5e7b80ec279019605 
poky 176a46b088135f2891983bb8540bc45389341d90

Please begin scheduled testing. Thanks.

-b

&lt;/pre&gt;</description>
    <dc:creator>Flanagan, Elizabeth</dc:creator>
    <dc:date>2013-05-22T00:40:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13645">
    <title>Minutes: Yocto Project Technical Team Meeting - Tuesday, May 21, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US &amp; Canada).</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13645</link>
    <description>&lt;pre&gt;Attendees:
Saul, Sean, ScottR, MarkH, Kevin, Nitin, LaurentiuP, Tom, Cristian, JeffP, PaulE, RichardP, AlexD, Belen, Ross, Beth, Corneliu, BjörnS, Song

Agenda:

* Opens collection - 5 min (Song)
* 1.3.2 status (Ross)
  - Everything looks fine in testing. QA report is already out.
  - Beth needs release note: feature and know issues. Ross will get that this afternoon.
* 1.4.1 status (Paul)
  - Sent out tested patches series. One sent out to bitbake list, others sent to oe-core mailing list. There is one extra patch. Pending review. There will at least one more bounce. Still have 5 bugs plus 1 doc bugs. Looking fine for June 19th RC1.
* Yocto 1.5 status - 10 min (Song/team)
  https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
  . Open Bug#, WDD looks fine. M1 progressing as normal.
  . M1 dates: feature complete - 6/2. RC1 - 6/5
* SWAT team rotation: Paul -&amp;gt; Ross
* Opens - 10 min
* Team Sharing - 20 min
  - Beth: last week spent some time with Women Outreach Program interns. We will have an intern &lt;/pre&gt;</description>
    <dc:creator>Liu, Song</dc:creator>
    <dc:date>2013-05-21T21:44:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13644">
    <title>Minutes: Yocto Project Technical Team Meeting - Tuesday, May 21, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US &amp; Canada).</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13644</link>
    <description>&lt;pre&gt;Attendees:
Saul, Sean, ScottR, MarkH, Kevin, Nitin, LaurentiuP, Tom, Cristian, JeffP, PaulE, RichardP, AlexD, Belen, Ross, Beth, Corneliu, BjörnS, Song

Agenda:

* Opens collection - 5 min (Song)
* 1.3.2 status (Ross)
  - Everything looks fine in testing. QA report is already out.
  - Beth needs release note: feature and know issues. Ross will get that this afternoon.
* 1.4.1 status (Paul)
  - Sent out tested patches series. One sent out to bitbake list, others sent to oe-core mailing list. There is one extra patch. Pending review. There will at least one more bounce. Still have 5 bugs plus 1 doc bugs. Looking fine for June 19th RC1.
* Yocto 1.5 status - 10 min (Song/team)
  https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
  . Open Bug#, WDD looks fine. M1 progressing as normal.
  . M1 dates: feature complete - 6/2. RC1 - 6/5
* SWAT team rotation: Paul -&amp;gt; Ross
* Opens - 10 min
* Team Sharing - 20 min
  - Beth: last week spent some time with Women Outreach Program interns. We will have an intern &lt;/pre&gt;</description>
    <dc:creator>Liu, Song</dc:creator>
    <dc:date>2013-05-21T21:45:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13642">
    <title>Full Pass test report for Yocto 1.3.2 RC1 2013-05-16-3</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13642</link>
    <description>&lt;pre&gt;Hello,

Here is the Full Pass test result for Yocto 1.3.2 RC1: https://wiki.yoctoproject.org/wiki/Full_Pass_Test_Report_for_Yocto_1.3.2_RC1_201305163_Build


Here is the summary test report:

Testing data

 Test type: Full Pass

 Branch: danny

 Milestone: 1.3.2

 Build name: 1.3.2 RC1

 poky commit: 8450317a6cbcc0b3e5ec00b266608ee1740d906c

 poky commit date: Thu May 16 13:48:42 2013 +0000

 meta-intel commit: d44f005338012cc7111190122b2ab08a29c0e0e7

 Eclipse Plugin commit: ae28375759e6c9a6eef64f74b61d95e1cb00783d

 Autobuilder images repository: http://autobuilder.yoctoproject.org/pub/nightly/20130516-3



 Distributions tested:

Summary Report
Testing Summary Report

Test Run

Test Plan

Environment

Passed

Other issues

Failed

Failing bugs

Blocked

Blocking bugs

547&amp;lt;https://bugzilla.yoctoproject.org/tr_show_run.cgi?run_id=547&amp;gt;

ADT: danny branch

Fedora 18 i686

100.0%

none

0.0%

none

0.0%

none

534&amp;lt;https://bugzilla.yoctoproject.org/tr_show_run.cgi?run_id=534&amp;gt;

ADT: danny branch

openSUSE 12.3 x&lt;/pre&gt;</description>
    <dc:creator>Stoicescu, CorneliuX</dc:creator>
    <dc:date>2013-05-21T14:44:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13635">
    <title>Hello world package error</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13635</link>
    <description>&lt;pre&gt;Hi all,



I am trying to add Hello world package, my path is as follows,

*/home/siguser/yocto/poky*


    --meta-bebot
       --recipes-bebot
         --helloworld
           --helloworld.bb


                +-------------------------------------------


                |   +-------------------------------------------

                DESCRIPTION = "Simple helloworld application"
                SECTION = "examples"
                LICENSE = "MIT"
                PR = "r0"
                SRC_URI = "file://*hello.c*"
                S = "*/home/siguser/workspace/bebot-apps/helloworld*"

                do_compile() {
         ${CC} hello.c -o helloworld
                }

                do_install() {
        install -d ${D}${bindir}
        install -m 0755 helloworld ${D}${bindir}
                }
          +-------------------------------------------


                +-------------------------------------------
 Source file location: */home/siguser/workspace/bebot-apps/helloworld*


              &lt;/pre&gt;</description>
    <dc:creator>Zafrullah Syed</dc:creator>
    <dc:date>2013-05-21T09:42:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13634">
    <title>Agenda: Yocto Project Technical Team Meeting - Tuesday, May 21, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US &amp; Canada).</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13634</link>
    <description>&lt;pre&gt;Agenda:

* Opens collection - 5 min (Song)
* Yocto 1.5 status - 10 min (Song/team)
  https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
* SWAT team rotation: Paul -&amp;gt; Ross
* Opens - 10 min
* Team Sharing - 20 min


(UK number updated)

We encourage people attending the meeting to logon the Yocto IRC chancel during the meeting (optional):

Yocto IRC: http://webchat.freenode.net/?channels=#yocto
IRC Tutorial: http://www.irchelp.org/irchelp/irctutorial.html

Conference details
Conference name:        Yocto Technical Team
Conference date/start time:     Tue Jun 26, 2012 at 10:00 AM Central Daylight Time
Participants:   30
Duration:       60 minutes
Participant passcode:   76994298
Dial-in number:         1.972.995.7777
US Toll Free number:    1.877.561.6828
BlackBerry users, click this link to join your conference as a participant:     1.972.995.7777x76994298#
        Depending on where you are dialing from, either your BlackBerry will pause and enter the passcode automatically or you will be prompted t&lt;/pre&gt;</description>
    <dc:creator>Liu, Song</dc:creator>
    <dc:date>2013-05-20T22:12:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13633">
    <title>Agenda: Yocto Project Technical Team Meeting - Tuesday, May 21, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US &amp; Canada).</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13633</link>
    <description>&lt;pre&gt;Agenda:

* Opens collection - 5 min (Song)
* Yocto 1.5 status - 10 min (Song/team)
  https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
* SWAT team rotation: Paul -&amp;gt; Ross
* Opens - 10 min
* Team Sharing - 20 min


(UK number updated)

We encourage people attending the meeting to logon the Yocto IRC chancel during the meeting (optional):

Yocto IRC: http://webchat.freenode.net/?channels=#yocto
IRC Tutorial: http://www.irchelp.org/irchelp/irctutorial.html

Conference details
Conference name:        Yocto Technical Team
Conference date/start time:     Tue Jun 26, 2012 at 10:00 AM Central Daylight Time
Participants:   30
Duration:       60 minutes
Participant passcode:   76994298
Dial-in number:         1.972.995.7777
US Toll Free number:    1.877.561.6828
BlackBerry users, click this link to join your conference as a participant:     1.972.995.7777x76994298#
        Depending on where you are dialing from, either your BlackBerry will pause and enter the passcode automatically or you will be prompted t&lt;/pre&gt;</description>
    <dc:creator>Liu, Song</dc:creator>
    <dc:date>2013-05-20T22:12:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13631">
    <title>Warning! Some failures happened on pkg-report system!</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13631</link>
    <description>&lt;pre&gt;From git://git.yoctoproject.org/poky-contrib
 * [new branch]      stage/master_under_test -&amp;gt; stage
Now updating daily_check database, please wait for a minute......
Now updating pkginfotable,please wait a minute........
['Package', 'Version', 'Upver', 'License', 'Section', 'Home', 'Release', 'Depends', 'BugTracker', 'PE', 'Description', 'Status', 'Tracking', 'URI', 'MAINTAINER', 'NoUpReason']
['grub-efi-i586-native', '2.00', '2.00', 'GPLv3', 'bootloaders', 'http://www.gnu.org/software/grub/', 'r2', 'autoconf-native automake-native libtool-native gnu-config-native gettext-minimal-native  autogen-native', 'None', 'None', 'GRUB2 is the next generaion of a GPLed bootloader intended to unify bootloading across x86 operating systems. In addition to loading the Linux kernel, it implements the Multiboot standard, which allows for flexible loading of multiple boot images. This recipe builds an EFI binary for the target. It does not install or package anything, it only deploys a target-arch GRUB EFI image.', 'MATCH', &lt;/pre&gt;</description>
    <dc:creator>Yocto Project Package Report System</dc:creator>
    <dc:date>2013-05-19T00:17:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13630">
    <title>[Package Report System]Manual check recipes name list</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13630</link>
    <description>&lt;pre&gt;This mail was sent out by Package Report System.
It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check.
You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo


PackageName              Version             LastChkVersion      LastChkTime              Maintainer                              NoUpgradeReason               
cups                     1.6.1               1.6.0               264 day                  Saul Wold &amp;lt;sgw-VuQAYsv1562KtqSpMSsTPOG/Ez6ZCGd0&amp;lt; at &amp;gt;public.gmane.org        No data                       
tinylogin                1.4                 1.4                 258 day                  Radu Moisan &amp;lt;radu.moisan&amp;lt; at &amp;gt;inte...        TinyLogin was merged into Busy...
libpng12                 1.2.50              N/A                 41411 d                  No Maintainer info                      No data                       
minicom                  2.6.2               2.6.2          &lt;/pre&gt;</description>
    <dc:creator>Yocto Project Package Report System</dc:creator>
    <dc:date>2013-05-19T00:17:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13629">
    <title>[Package Report System]Upgrade recipes name list</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13629</link>
    <description>&lt;pre&gt;This mail was sent out by Package Report System.
This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer upstream version was detected.
Example:
RECIPE_NO_UPDATE_REASON_pn-"xxx" = "Not upgrade to 2.0 because the new version is unstable"
You can check the detail information at http://packages.yoctoproject.org/upgradepkgname


PackageName                   Version                       UpVersion                     Maintainer                                        NoUpgradeReason               
lsb                           4.1                           1.4                           Yi Zhao &amp;lt;yi.zhao-CWA4WttNNZF54TAoqtyWWQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;                   
ccache                        3.1.8                         3.1.9                         Wenzong Fan &amp;lt;wenzong.fan-CWA4WttNNZF54TAoqtyWWQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt;           
g&lt;/pre&gt;</description>
    <dc:creator>Yocto Project Package Report System</dc:creator>
    <dc:date>2013-05-19T00:17:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.embedded.yocto.general/13626">
    <title>Unclear on meta-toolchain</title>
    <link>http://comments.gmane.org/gmane.linux.embedded.yocto.general/13626</link>
    <description>&lt;pre&gt;I'm looking to build an image along with a cross-compiler SDK so I've
been looking through the documentation for this. I've been left with
two things I'm unclear on.

1) The difference between meta-toolchain and meta-toolchain-sdk. I've
looked at the recipes and meta-toolchain-sdk is provided by a
meta-toolchain-gmae recipe, a google search says GMAE is the "GNOME
Mobile &amp;amp; Embedded Initiative (GMAE) software stack". Unless I've
missed something this isn't in the documentation and isn't obvious
from the bitbake output. I assume that what I want is just
meta-toolchain but it may be work clarifying this.

2) Building meta-toolchain for multiple targets. I can build images
and package feeds for multiple targets by setting MACHINE in
local.conf, doing a build, changing MACHINE and then doing another
build. This leaves images and packages for both targets in the
tmp/deploy/{images,ipk} directories and looks sensible. If I build
meta-toolchain then change MACHINE and build meta-toolchain again, the
packages in tmp/&lt;/pre&gt;</description>
    <dc:creator>Paul Barker</dc:creator>
    <dc:date>2013-05-17T14:08:28</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.embedded.yocto.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.embedded.yocto.general</link>
  </textinput>
</rdf:RDF>
