Searched +full:yoe +full:- +full:distro (Results 1 – 3 of 3) sorted by relevance
1 name: Yoe Distro CI8 - master11 - master14 name: Yoe Build15 runs-on: [self-hosted, Linux]16 timeout-minutes: 72018 - name: Fetch Repo Name19 id: repo-name20 … run: echo "::set-output name=value::$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')"21 - name: Checkout[all …]
10 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 optional31 # 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 …]
1 …Yoe 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.git13 cd openembedded-core15 git clone git://github.com/kraj/meta-clang.git17 $ . ./oe-init-build-env24 git clone git://github.com/kraj/meta-clang.git26 $ . ./oe-init-build-env29 Add meta-clang overlay31 bitbake-layers add-layer ../meta-clang[all …]