Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/assignment7' into assignment8
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalkes committed Feb 11, 2023
2 parents d839fc1 + 9ef5c02 commit 017c80a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: assignment-test
on: [push]
on:
push:
tags-ignore:
- '*'
branches:
- '*'
jobs:
full-test:
runs-on: self-hosted
Expand Down
4 changes: 2 additions & 2 deletions meta-aesd/recipes-aesd-assignments/images/core-image-aesd.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inherit core-image
#IMAGE_INSTALL += "aesd-assignments"
CORE_IMAGE_EXTRA_INSTALL += " openssh"
#CORE_IMAGE_EXTRA_INSTALL += "aesd-assignments"
CORE_IMAGE_EXTRA_INSTALL += "openssh"
inherit extrausers
# See https://docs.yoctoproject.org/singleindex.html#extrausers-bbclass
# We set a default password of root to match our busybox instance setup
Expand Down

0 comments on commit 017c80a

Please sign in to comment.