Home
last modified time | relevance | path

Searched +full:yoe +full:- +full:distro (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml1 name: Yoe Distro CI
8 - master
11 - master
14 name: Yoe Build
15 runs-on: [self-hosted, Linux]
16 timeout-minutes: 720
18 - name: Fetch Repo Name
19 id: repo-name
20 … run: echo "::set-output name=value::$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')"
21 - name: Checkout
[all …]
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/
H A Dllvm-project-source.inc10 PN = "llvm-project-source-${PV}"
11 WORKDIR = "${TMPDIR}/work-shared/llvm-project-source-${PV}-${PR}"
12 SSTATE_SWSPEC = "sstate:llvm-project-source::${PV}:${PR}::${SSTATE_VERSION}:"
14 STAMP = "${STAMPS_DIR}/work-shared/llvm-project-source-${PV}-${PR}"
15 STAMPCLEAN = "${STAMPS_DIR}/work-shared/llvm-project-source-${PV}-*"
28 # space separated list of additional distro vendor values we want to support e.g.
29 # "yoe webos" or "-yoe -webos" '-' is optional
31 # Extra OE DISTRO that want to support as build host. space separated list of additional distro.
32 # ":" separated the ID in "/etc/os-release" and the triple for finding gcc on this OE DISTRO.
45 # convert -yoe into yoe
[all …]
/OK3568_Linux_fs/yocto/meta-clang/
H A DREADME.md1Yoe Distro CI](https://github.com/kraj/meta-clang/workflows/Yoe%20Distro%20CI/badge.svg?branch=mas…
3 # meta-clang (C/C++ frontend and LLVM compiler backend)
12 git clone git://github.com/openembedded/openembedded-core.git
13 cd openembedded-core
15 git clone git://github.com/kraj/meta-clang.git
17 $ . ./oe-init-build-env
24 git clone git://github.com/kraj/meta-clang.git
26 $ . ./oe-init-build-env
29 Add meta-clang overlay
31 bitbake-layers add-layer ../meta-clang
[all …]