Skip to content

Commit d0903ff

Browse files
authored
Merge pull request #5 from ShadiBahaa/codex/add-github-actions-pipeline-52170t
Add BitBake CI workflow and mark recipes as networked
2 parents fdcf11c + 0cfa364 commit d0903ff

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

meta-dynamic/recipes-dynamic/build-dynamic/build-dynamic_0.1.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DESCRIPTION = "Building the HMM library dynamically"
22
PR = "r1"
3+
do_build[network] = "1"
4+
35
do_build () {
46
local dir="${TOPDIR}/../project-files"
57

meta-static/recipes-static/build-static/build-static_0.1.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
DESCRIPTION = "Building the HMM library statically"
22
PR = "r1"
3+
do_build[network] = "1"
4+
35
do_build () {
46
local dir="${TOPDIR}/../project-files"
57

meta-test/recipes-test/test-dynamic/test-dynamic_1.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
DESCRIPTION = "Testing HMM dynamically"
22
PR = "r1"
3+
do_build[network] = "1"
34

45
do_build() {
56
# Set the paths to the files

meta-test/recipes-test/test-static/test-static_1.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
DESCRIPTION = "Testing HMM statically"
22
PR = "r1"
3+
do_build[network] = "1"
34

45
do_build() {
56
# Set the paths to the files

0 commit comments

Comments
 (0)