Skip to content

Commit

Permalink
Merge pull request #164 from siemens/jan/dunfell-fixes
Browse files Browse the repository at this point in the history
dunfell fixes
  • Loading branch information
BaochengSu authored Nov 4, 2020
2 parents 7c33fe5 + f41efbe commit 48bb089
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions meta-iot2000-bsp/conf/machine/iot2000.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ INITRD_LIVE_prepend = "${DEPLOY_DIR_IMAGE}/acpi-upgrades-${MACHINE}.cpio "

# runqemu configuration
IMAGE_CLASSES += "qemuboot"
IMAGE_FSTYPES += "ext4"
QB_SYSTEM_NAME = "qemu-system-i386"
QB_MEM = "-m 1024"
QB_CPU = "-cpu pentium"
Expand Down
2 changes: 0 additions & 2 deletions meta-iot2000-example/conf/distro/poky-iot2000.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ DISTRO = "poky-iot2000"
DISTRO_NAME = "IOT2000 Example Image"
DISTRO_VERSION = "V2.6.0"

LINUXLIBCVERSION = "4.4%"

BINDINGS_pn-mraa = "python nodejs"

WICVARS += "BBLAYERS \
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/configs:"

SRC_URI += "file://iot2000-example.scc"
SRC_URI += " \
file://iot2000-example.scc \
file://iot2000-example.cfg"

0 comments on commit 48bb089

Please sign in to comment.