Enable passwordless login
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
SUMMARY = "FCB1010 Looper System Image"
|
||||
DESCRIPTION = "Embedded Linux system for FCB1010 looper"
|
||||
|
||||
require recipes-rt/images/core-image-rt.bb
|
||||
require recipes-core/images/core-image-minimal.bb
|
||||
|
||||
# Kernel selection
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-intel-rt"
|
||||
DEPENDS += "linux-intel-rt"
|
||||
# Skip processing of this recipe if linux-intel-rt is not explicitly specified as the
|
||||
# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying
|
||||
# to build multiple virtual/kernel providers.
|
||||
python () {
|
||||
if d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-intel-rt":
|
||||
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it")
|
||||
}
|
||||
|
||||
# Image formats
|
||||
IMAGE_FSTYPES += "wic.vdi"
|
||||
|
||||
Reference in New Issue
Block a user