Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajl/merge master to honister #221

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/CI_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: meta-mono
on:
push:
branches:
- master
- master-next
- nanbield
- honister
- honister-next
pull_request:

jobs:
Expand All @@ -19,7 +18,7 @@ jobs:
matrix:
dotnet_version: [8.0.201, 6.0.419]
mono_version: [6.12.0.182]
branch: [nanbield]
branch: [honister]
arch: [x86-64, arm, arm64]
env:
name: build-and-test
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,4 @@ MIT/GPLv2 - following the lead of libgdiplus and mono
## Hit Count

[![HitCount](http://hits.dwyl.com/dynamicdevices/meta-mono.svg)](http://hits.dwyl.com/dynamicdevices/meta-mono)

2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ INSANE_SKIP:msbuild-dev += "buildpaths"
INSANE_SKIP:python3-clr-loader += "buildpaths"
INSANE_SKIP:python3-pythonnet += "buildpaths"

LAYERSERIES_COMPAT_mono = "kirkstone langdale mickledore nanbield scarthgap"
LAYERSERIES_COMPAT_mono = "kirkstone langdale mickledore nanbield scarthgap honister"
1 change: 0 additions & 1 deletion recipes-mono/images/test-image-mono.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ DEFAULT_TEST_SUITES:pn-${PN}:prepend = "dotnet "
IMAGE_INSTALL += "msbuild \
dotnet \
dotnet-helloworld \
python3-pythonnet \
"

IMAGE_BASENAME = "${PN}"
Expand Down
52 changes: 0 additions & 52 deletions recipes-python/python3-clr-loader/python3-clr-loader.bb

This file was deleted.

66 changes: 0 additions & 66 deletions recipes-python/python3-pythonnet/python3-pythonnet.bb

This file was deleted.

Loading