Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Open
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
2 changes: 1 addition & 1 deletion meta-intel
Submodule meta-intel updated from c811c0 to 7bf03f
Binary file modified meta-refkit-core/files/gnupg/random_seed
Binary file not shown.
4 changes: 2 additions & 2 deletions meta-refkit/conf/distro/refkit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ require conf/distro/include/enable-refkit-config.inc
# Long-term this should be fixed in OE-core (YOCTO #11552)
DEPENDS_remove_pn-wic-tools = "${@ 'syslinux grub-efi' if oe.types.boolean(d.getVar('REFKIT_USE_DSK_IMAGES') or '0') else '' }"

# set required kernel subtype options
# set preferred version of linux-intel kernel (and optionally machine subtype)
PREFERRED_VERSION_linux-intel = "4.14%"
#INTEL_MACHINE_SUBTYPE = "broxton-m"
#PREFERRED_VERSION_linux-yocto_intel-corei7-64 ?= "4.4%"

QEMU_TARGETS ?= "arm i386 x86_64"

Expand Down