| Submitter | Tom Rini |
|---|---|
| Date | July 20, 2011, 8:50 p.m. |
| Message ID | <cover.1311191810.git.tom_rini@mentor.com> |
| Download | mbox |
| Permalink | /patch/8071/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib trini/update-siteinfo-bbclass-v2Comments
On 07/20/2011 01:50 PM, Tom Rini wrote: > Hey all, > > This is the second of two pull requests. This doesn't depend on the first > request, it's just splitting changes up. There's three changes here. First, > site/ix86-common was setting the wrong value for unsigned int. Second, > change perl to use SITEINFO variables rather than functions. > We're down to one change now to re-sync siteinfo.bbclass with oe-core > and oe.dev. This re-works the functions a bit inside siteinfo.bbclass > to be easier to add new platforms (and hopefully multilibs) to. > > My next step is to work on merging and verifying as much as possible > the site files in oe-core and oe.dev. > > v2: Rework based on Richard's comments to not be a generator and just > return a string list again. > > The following changes since commit 0d03800caffc2341b74190d38f7a372223c89f4c: > Mei Lei (1): > lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib > > are available in the git repository at: > > git://git.openembedded.org/openembedded-core-contrib trini/update-siteinfo-bbclass-v2 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-bbclass-v2 > > Tom Rini (1): > siteinfo.bbclass: Port over oe.dev logic for site files > > meta/classes/siteinfo.bbclass | 203 ++++++++++++++++++++--------------------- > 1 files changed, 98 insertions(+), 105 deletions(-) > create mode 100644 meta/site/common-linux > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > Merged into Oe-Core Thanks Sau!
Op 20 jul. 2011, om 22:50 heeft Tom Rini het volgende geschreven: > Hey all, > > This is the second of two pull requests. This doesn't depend on the first > request, it's just splitting changes up. There's three changes here. First, > site/ix86-common was setting the wrong value for unsigned int. Second, > change perl to use SITEINFO variables rather than functions. > We're down to one change now to re-sync siteinfo.bbclass with oe-core > and oe.dev. This re-works the functions a bit inside siteinfo.bbclass > to be easier to add new platforms (and hopefully multilibs) to. > > My next step is to work on merging and verifying as much as possible > the site files in oe-core and oe.dev. > > v2: Rework based on Richard's comments to not be a generator and just > return a string list again. Not that it has been merged, can the siteinfo from meta-oe get deleted?
On 07/22/2011 08:35 AM, Koen Kooi wrote: > > Op 20 jul. 2011, om 22:50 heeft Tom Rini het volgende geschreven: > >> Hey all, >> >> This is the second of two pull requests. This doesn't depend on the first >> request, it's just splitting changes up. There's three changes here. First, >> site/ix86-common was setting the wrong value for unsigned int. Second, >> change perl to use SITEINFO variables rather than functions. >> We're down to one change now to re-sync siteinfo.bbclass with oe-core >> and oe.dev. This re-works the functions a bit inside siteinfo.bbclass >> to be easier to add new platforms (and hopefully multilibs) to. >> >> My next step is to work on merging and verifying as much as possible >> the site files in oe-core and oe.dev. >> >> v2: Rework based on Richard's comments to not be a generator and just >> return a string list again. > > Not that it has been merged, can the siteinfo from meta-oe get deleted? The class? yes. It wasn't being used anyhow :)
Hey all, This is the second of two pull requests. This doesn't depend on the first request, it's just splitting changes up. There's three changes here. First, site/ix86-common was setting the wrong value for unsigned int. Second, change perl to use SITEINFO variables rather than functions. We're down to one change now to re-sync siteinfo.bbclass with oe-core and oe.dev. This re-works the functions a bit inside siteinfo.bbclass to be easier to add new platforms (and hopefully multilibs) to. My next step is to work on merging and verifying as much as possible the site files in oe-core and oe.dev. v2: Rework based on Richard's comments to not be a generator and just return a string list again. The following changes since commit 0d03800caffc2341b74190d38f7a372223c89f4c: Mei Lei (1): lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib trini/update-siteinfo-bbclass-v2 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-bbclass-v2 Tom Rini (1): siteinfo.bbclass: Port over oe.dev logic for site files meta/classes/siteinfo.bbclass | 203 ++++++++++++++++++++--------------------- 1 files changed, 98 insertions(+), 105 deletions(-) create mode 100644 meta/site/common-linux