Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Draft
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 conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ BBFILE_PATTERN_meta-ofs = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ofs = "6"

LAYERDEPENDS_meta-ofs = "core"
LAYERSERIES_COMPAT_meta-ofs = "kirkstone"
LAYERSERIES_COMPAT_meta-ofs = "kirkstone nanbield"
24 changes: 24 additions & 0 deletions recipes-kernel/intel-fpga-dfl-mod/intel-fpga-dfl-mod_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
SUMMARY = "Backport version of the linux-dfl (Device Feature List) kernel driver for FPGA devices"
DESCRIPTION = "${SUMMARY}"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"

inherit module

#SRC_URI = "git://github.com/OFS/linux-dfl-backport;protocol=https;branch=intel/fpga-ofs-dev-6.6-lts"
SRC_URI = "git://github.com/OFS/linux-dfl-backport;protocol=https;branch=pcolberg/dfhv1"
SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"
MODULES_INSTALL_TARGET = "install"
EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR} KERNELBUILDDIR=${STAGING_KERNEL_BUILDDIR}"

# Do not split modules into separate, per-module packages such as
# kernel-module-fpga-bridge-6.1.55-altera, which will result in
# build failure due to conflicting .packagedata file entries if
# the kernel recipe builds the same module packages already.
KERNEL_SPLIT_MODULES = "0"

# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.

RPROVIDES:${PN} += "kernel-module-intel-fpga-dfl"
3 changes: 0 additions & 3 deletions recipes-kernel/linux/dfl-config.scc

This file was deleted.

18 changes: 0 additions & 18 deletions recipes-kernel/linux/linux-intel-iot-lts-6.1_git.bbappend

This file was deleted.