diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/common.inc | 16 |
3 files changed, 10 insertions, 10 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 2fbf2f7..50d4d3d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -33,7 +33,7 @@ INHERIT += "clang" | |||
33 | # Do not include clang in SDK unless user wants to | 33 | # Do not include clang in SDK unless user wants to |
34 | CLANGSDK ??= "0" | 34 | CLANGSDK ??= "0" |
35 | 35 | ||
36 | LLVMVERSION = "19.1.0" | 36 | LLVMVERSION = "19.1.2" |
37 | 37 | ||
38 | NON_MULTILIB_RECIPES:append = " llvm-project-source" | 38 | NON_MULTILIB_RECIPES:append = " llvm-project-source" |
39 | 39 | ||
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index a7c9377..3604273 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc | |||
@@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm" | |||
5 | 5 | ||
6 | MAJOR_VER = "19" | 6 | MAJOR_VER = "19" |
7 | MINOR_VER = "1" | 7 | MINOR_VER = "1" |
8 | PATCH_VER = "0" | 8 | PATCH_VER = "2" |
9 | # could be 'rcX' or 'git' or empty ( for release ) | 9 | # could be 'rcX' or 'git' or empty ( for release ) |
10 | VER_SUFFIX = "" | 10 | VER_SUFFIX = "" |
11 | 11 | ||
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 6051778..9246147 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -6,16 +6,16 @@ LIC_FILES_CHKSUM = "file://llvm/LICENSE.TXT;md5=${LLVMMD5SUM} \ | |||
6 | LICENSE = "Apache-2.0-with-LLVM-exception" | 6 | LICENSE = "Apache-2.0-with-LLVM-exception" |
7 | 7 | ||
8 | # Snapshot | 8 | # Snapshot |
9 | RELEASE ?= "a4bf6cd7cfb1a1421ba92bca9d017b49936c55e4" | 9 | #RELEASE ?= "7ba7d8e2f7b6445b60679da826210cdde29eaf8b" |
10 | BASEURI ?= "https://api.github.com/repos/llvm/llvm-project/tarball/${RELEASE};downloadfilename=llvm-${PV}-${RELEASE}.tar.gz" | 10 | #BASEURI ?= "https://api.github.com/repos/llvm/llvm-project/tarball/${RELEASE};downloadfilename=llvm-${PV}-${RELEASE}.tar.gz" |
11 | SOURCEDIR ?= "llvm-llvm-project-${@'${RELEASE}'[0:7]}" | 11 | #SOURCEDIR ?= "llvm-llvm-project-${@'${RELEASE}'[0:7]}" |
12 | SRC_URI[sha256sum] = "2e1dcf85294ca09862b9247355716b9928d100b9cd140f54737c1058733d1c6e" | 12 | #SRC_URI[sha256sum] = "cca3fa1c6efb72bd8bc22b926a2c5551e6b8560d95828452bc62b9140cb87a90" |
13 | 13 | ||
14 | # GA Release | 14 | # GA Release |
15 | #RELEASE ?= "${PV}" | 15 | RELEASE ?= "${PV}" |
16 | #BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz" | 16 | BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz" |
17 | #SOURCEDIR ?= "llvm-project-${PV}.src" | 17 | SOURCEDIR ?= "llvm-project-${PV}.src" |
18 | #SRC_URI[sha256sum] = "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a" | 18 | SRC_URI[sha256sum] = "3666f01fc52d8a0b0da83e107d74f208f001717824be0b80007f529453aa1e19" |
19 | 19 | ||
20 | SRC_URI = "\ | 20 | SRC_URI = "\ |
21 | ${BASEURI} \ | 21 | ${BASEURI} \ |