]> code.ossystems Code Review - openembedded-core.git/commit
buildtools-extended-tarball: add recipe with build-essentials
authorTim Orling <timothy.t.orling@linux.intel.com>
Mon, 23 Dec 2019 01:18:37 +0000 (17:18 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jan 2020 10:46:10 +0000 (10:46 +0000)
commitf0377af2325613b63716b0bb4db1ab253d79f388
tree3bdf765e469e47f0314a389ea83d52bcd21d35ae
parent66e4c638b942c9832da9e1d578aa03eeafae28db
buildtools-extended-tarball: add recipe with build-essentials

* For some aging distros, such as CentOS 7, the native version
  of gcc is simply too ancient and is a constant source of
  headaches for moving forward.

* Add an extended version of buildtools-tarball which adds all
  of build-essential, so that the host is now modernized and
  capable of compiling the latest versions of components.

Fixes [YOCTO #13714]

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-extended-tarball.bb [new file with mode: 0644]