Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Misc changes relating to toolchain and image gen
@ 2013-11-13  1:23 Mark Hatle
  2013-11-13  1:23 ` [PATCH 1/6] gcc: Use alternatives for the *-symlinks packages Mark Hatle
                   ` (11 more replies)
  0 siblings, 12 replies; 27+ messages in thread
From: Mark Hatle @ 2013-11-13  1:23 UTC (permalink / raw)
  To: openembedded-core

A few misc fixes relating to toolchain and image generation.

The first two in the set simply updated gcc to remove the -symlinks package
in favor of update-alternatives.

The next fixes an issue w/ the previous binutils patch and upgrades.

Next 2 update packagegroups to make revise and use the 
packagegroup-core-buildessentials.

The final patch fixes an issue w/ the image generatation.  If the 
IMAGE_INSTALL contains a dependency instead of a package name, the system
was not able to translate it into a package.  This now works properly.

Note, there is a case where an unresolvable set could be determined (rare,
but it is possible), in this case the user would need to add whatever is
required to fix it to the IMAGE_INSTALL.  (This could happen when 2 or more
conflicting packages all have the same provide, but none of them are in
the IMAGE_INSTALL line.  The system will attempt to determine which to
use, by checking if any of them are already in the IMAGE_INSTALL -- otherwise
it chooses the first entry.  If something else implied by a packagegroup
chooses a different version, a conflict would be generated.)

The following changes since commit 616354f13732d13c17434d5b60b166f691c25761:

  binutils: Add gnu-config-native to DEPENDS (2013-11-12 16:00:20 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mhatle/misc1
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/misc1

Mark Hatle (6):
  gcc: Use alternatives for the *-symlinks packages.
  gcc: Drop *-symlinks
  binutils: Ensure old -symlinks packages get removed
  packagegroups: Remove toolchain *-symlinks packages
  packagegroup-self-hosted: Use packagegroup-core-buildessentials
  package_rpm: Allow translation of requirement to package name

 meta/classes/package_rpm.bbclass                   |  79 +++++++++++++++-
 .../packagegroup-core-buildessential.bb            |   4 -
 .../packagegroups/packagegroup-self-hosted.bb      |  16 +---
 meta/recipes-devtools/binutils/binutils.inc        |   1 +
 meta/recipes-devtools/gcc/gcc-target.inc           | 103 +++++++++++++--------
 5 files changed, 141 insertions(+), 62 deletions(-)

-- 
1.8.1.2.545.g2f19ada



^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-11-19  0:40 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13  1:23 [PATCH 0/6] Misc changes relating to toolchain and image gen Mark Hatle
2013-11-13  1:23 ` [PATCH 1/6] gcc: Use alternatives for the *-symlinks packages Mark Hatle
2013-11-13  2:24   ` Otavio Salvador
2013-11-13  2:27     ` Mark Hatle
2013-11-13  2:28       ` Otavio Salvador
2013-11-13  1:23 ` [PATCH 2/6] gcc: Drop *-symlinks Mark Hatle
2013-11-13  1:23 ` [PATCH 3/6] binutils: Ensure old -symlinks packages get removed Mark Hatle
2013-11-13  8:12   ` Martin Jansa
2013-11-13 11:14     ` Phil Blundell
2013-11-13 13:39       ` Mark Hatle
2013-11-13 13:44         ` Phil Blundell
2013-11-13  1:23 ` [PATCH 4/6] packagegroups: Remove toolchain *-symlinks packages Mark Hatle
2013-11-13  1:23 ` [PATCH 5/6] packagegroup-self-hosted: Use packagegroup-core-buildessentials Mark Hatle
2013-11-13  1:23 ` [PATCH 6/6] package_rpm: Allow translation of requirement to package name Mark Hatle
2013-11-13  1:33 ` [PATCH 0/6] Misc changes relating to toolchain and image gen Otavio Salvador
2013-11-13  2:01   ` Mark Hatle
2013-11-13  3:42     ` Mark Hatle
2013-11-13  1:59 ` [PATCH 5/6 v2] packagegroup-self-hosted: Use packagegroup-core-buildessential Mark Hatle
2013-11-13  1:59 ` [PATCH 6/6 v2] package_rpm: Allow translation of requirement to package name Mark Hatle
2013-11-13 10:33   ` Paul Eggleton
2013-11-13 12:31     ` Otavio Salvador
2013-11-13 13:12     ` Mark Hatle
2013-11-15 14:02   ` Richard Purdie
2013-11-15 17:15     ` Mark Hatle
2013-11-13 14:19 ` [PATCH 2/6 v3] gcc: Drop *-symlinks Mark Hatle
2013-11-13 14:19 ` [PATCH 3/6 v3] binutils: Ensure old -symlinks packages get removed Mark Hatle
2013-11-19  0:40 ` [PATCH 0/6] Misc changes relating to toolchain and image gen Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox