Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavdas committed Sep 15, 2024
1 parent 5655bd1 commit bad1bcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: CI
on:
push:
branches:
- master
- yocto-ci-test
tags:
- v*
pull_request:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build image
run: |
export KAS_BUILD_DIR=${PWD}/build-yocto
Expand All @@ -47,9 +47,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build image
if: github.ref == 'refs/heads/master'
run: |
export KAS_BUILD_DIR=${PWD}/build-yocto
./kas-container build kas/yocto/mtda-qemu-yocto.yml
2 changes: 2 additions & 0 deletions kas/yocto/mtda-qemu-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ local_conf_header:
CONF_VERSION = "2"
USER_CLASSES = "buildstats"
PATCHRESOLVE = "noop"
INHERIT += "rm_work"
DISTRO_FEATURES:append = "usrmerge"
debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks"
diskmon: |
Expand Down
2 changes: 1 addition & 1 deletion meta-yocto/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BBFILE_PATTERN_meta-mtda-oe = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-mtda-oe = "10"

LAYERDEPENDS_meta-mtda-oe = "core"
LAYERSERIES_COMPAT_meta-mtda-oe = "kirkstone mickledore"
LAYERSERIES_COMPAT_meta-mtda-oe = "kirkstone mickledore styhead"
LAYERDIR_mtda = "${LAYERDIR}"

DISTRO_FEATURES:append = " systemd "
Expand Down

0 comments on commit bad1bcd

Please sign in to comment.