Skip to content

Conversation

@lafka
Copy link

@lafka lafka commented Oct 13, 2025

Description

Allow installing modules into kernel build. This simplifies adding esp-hosted to existing build systems like yocto. Without this the install recipe, or its arguments, must be set by user.

Related

None

Testing

Built with the following Yocto recipe

SUMMARY = "ESP-Hosted solution provides a way to use ESP board as a communication processor i.e. host for Wi-Fi and Bluetooth/BLE connectivity"
HOMEPAGE = "https://github.com/espressif/esp-hosted/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM ?= "file://LICENSE;md5=e6a75371ba4d16749254a51215d13f97"

SRC_URI = "git://github.com/lafka/esp-hosted.git;protocol=https;branch=lafka-modules-install"

SRCREV = "${AUTOREV}"

S = "${WORKDIR}/git/esp_hosted_ng/host"

inherit module

EXTRA_OEMAKE += "KERNEL=${STAGING_KERNEL_DIR}"
EXTRA_OEMAKE += "target=spi "

RPROVIDES_${PN} += "kernel-module-esp-hosted"

Allow installing modules into kernel build. This simplifies
adding esp-hosted to existing build systems like yocto.
@CLAassistant
Copy link

CLAassistant commented Oct 13, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants