diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-05-06 00:04:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-09 22:26:44 +0100 |
commit | 9ba0bf8b6af6626bd3b6d1558959a83b5c14d501 (patch) | |
tree | 246997127b81791bed0a639feea1f5acea13c9fe /meta/recipes-devtools/gcc/gcc-source_5.1.bb | |
parent | a28371be8bbdf29eb2f9c4fc68ff26d9d24631ac (diff) | |
download | poky-9ba0bf8b6af6626bd3b6d1558959a83b5c14d501.tar.gz |
gcc: Add 5 recipes
Drop backports obviously
additionally drop local patches around
parallel compilation since it got reworked upstream
To select set
GCCVERSION = "5.1%"
SDKGCCVERSION = "5.1%"
in local.conf
Change-Id: Icdfa61017a617244128f361b022e7c8f1f9e0610
(From OE-Core rev: 4bc4acc67e5d7b3f27afadeda5710f9ba5f627d2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-source_5.1.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-source_5.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-source_5.1.bb b/meta/recipes-devtools/gcc/gcc-source_5.1.bb new file mode 100644 index 0000000000..234b82efc6 --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-source_5.1.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | ||
2 | require recipes-devtools/gcc/gcc-source.inc | ||