Searched +full:imx +full:- +full:mx6slevk (Results 1 – 2 of 2) sorted by relevance
6 group: ci-${{ github.ref }} # unique per branch7 cancel-in-progress: true # cancel previous runs on the same branch11 runs-on: ubuntu-latest14 - name: Checkout17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages18 - name: Update Git config19 run: git config --global --add safe.directory ${GITHUB_WORKSPACE}20 - name: Run checkpatch24 set -e26 mkdir -p /tmp/linux/scripts[all …]
4 # But mk/config.mk is included after $(platform-dir)/conf.mk from11 mx6ul-flavorlist = \17 mx6ull-flavorlist = \21 mx6q-flavorlist = \28 mx6qp-flavorlist = \32 mx6sl-flavorlist = \33 mx6slevk35 mx6sll-flavorlist = \38 mx6sx-flavorlist = \43 mx6d-flavorlist = \[all …]