All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Chris Larson <clarson@kergoth.com>
Cc: yocto@yoctoproject.org, Darren Hart <dvhart@linux.intel.com>
Subject: Re: Moving angstrom under the yocto banner
Date: Sat, 31 Mar 2012 08:06:30 +0100	[thread overview]
Message-ID: <1333177590.18082.160.camel@ted> (raw)
In-Reply-To: <CABcZANm3gPp3zG0WHkgAgX_jC9uqfU46ieoRn_aYk99=6nYVkA@mail.gmail.com>

On Fri, 2012-03-30 at 20:00 -0700, Chris Larson wrote:
> Not to be terribly pendatic or difficult here, but technically, the
> comparison you make here doesn't ring true. bitbake in poky *still*
> has changes that never went into the upstream repository.

I was surprised to hear that but its easy enough to test:

diff -ur bitbake/ ../bitbake/
Only in bitbake//bin: bitbake-runtask
Only in ../bitbake/: classes
Only in ../bitbake/: conf
Only in ../bitbake/: .git
Only in ../bitbake/: .gitignore
diff -ur bitbake//lib/bb/cooker.py ../bitbake//lib/bb/cooker.py
--- bitbake//lib/bb/cooker.py	2012-03-22 14:40:40.488135297 +0000
+++ ../bitbake//lib/bb/cooker.py	2012-03-22 14:32:17.336127747 +0000
@@ -178,7 +178,7 @@
         self.configuration.data = bb.data.init()
 
         if not self.server_registration_cb:
-            bb.data.setVar("BB_WORKERCONTEXT", "1", self.configuration.data)
+            self.configuration.data.setVar("BB_WORKERCONTEXT", "1")
 
         filtered_keys = bb.utils.approved_variables()
         bb.data.inheritFromOS(self.configuration.data, self.savedenv, filtered_keys)
Only in bitbake//lib/bb: shell.py
Only in ../bitbake/: MANIFEST.in
Only in ../bitbake/: setup.py
Only in ../bitbake/: TODO

(where one tree is on bitbake master and the other is poky master).

Of these, the classes/conf/.git/setup.py/MANIFEST/TODO are deliberately
removed. Those are upstream too. shell.py is still around as a reminder
that at some point I think we should resurrect it in a new form. I also
evidently never added bitbake-runtask upstream which I thought I had.

So, yes, there is a one line change that we've screwed up merging and
its not even functionally different.

Cheers,

Richard










  parent reply	other threads:[~2012-03-31  7:06 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30 18:44 Moving angstrom under the yocto banner Koen Kooi
2012-03-30 19:00 ` Osier-mixon, Jeffrey
2012-04-10 14:04   ` Koen Kooi
2012-04-10 16:07     ` Stewart, David C
2012-03-30 19:26 ` Mark Hatle
2012-03-30 19:33   ` Koen Kooi
2012-03-30 20:18     ` Mark Hatle
2012-03-30 20:33       ` Koen Kooi
2012-03-30 20:45       ` Tom Rini
2012-03-30 20:51         ` Koen Kooi
2012-03-30 20:55           ` Osier-mixon, Jeffrey
2012-03-30 21:02         ` Eric Bénard
2012-03-30 21:01       ` Osier-mixon, Jeffrey
2012-03-30 21:12         ` Koen Kooi
2012-03-30 21:11       ` Richard Purdie
2012-03-30 23:06         ` Stewart, David C
2012-03-30 23:09           ` Chris Larson
2012-03-30 23:14             ` Tom Rini
2012-03-30 23:49           ` Tom Rini
2012-03-30 23:58             ` Koen Kooi
2012-03-30 23:52         ` Darren Hart
2012-03-31  0:08           ` Koen Kooi
2012-03-31  0:28             ` Darren Hart
2012-03-31  0:53               ` Koen Kooi
2012-03-31  1:21                 ` Darren Hart
2012-03-31  1:37                   ` Koen Kooi
2012-03-31  2:27                     ` Darren Hart
2012-03-31  3:00                       ` Chris Larson
2012-03-31  3:27                         ` Darren Hart
2012-03-31  7:06                         ` Richard Purdie [this message]
2012-03-31 10:00                           ` Frans Meulenbroeks
2012-04-02  4:08                           ` Matthew McClintock
2012-04-02 11:27                             ` Richard Purdie
2012-04-02 17:13                       ` Tom Rini
2012-04-03 16:01                         ` Darren Hart
2012-04-03 16:25                           ` Martin Jansa
2012-04-03 16:32                             ` Darren Hart
2012-04-03 16:40                               ` Tom Rini
2012-04-03 17:07                                 ` Darren Hart
2012-04-03 16:44                               ` Martin Jansa
2012-04-03 17:08                                 ` Darren Hart
2012-04-03 17:15                                   ` Tom Rini
2012-04-03 17:26                                     ` Chris Larson
2012-04-03 17:34                                       ` Brian Hutchinson
2012-04-03 18:03                                         ` Darren Hart
2012-03-31 16:30         ` Khem Raj
2012-04-01  0:51           ` Chris Larson
2012-03-31 15:37 ` Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2012-03-30 22:32 Daniel Lazzari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1333177590.18082.160.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=clarson@kergoth.com \
    --cc=dvhart@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.