Initial
This commit is contained in:
commit
b4d9399de6
16 changed files with 465 additions and 0 deletions
26
recipes-kernel/kernelmod-demo_git.bb
Normal file
26
recipes-kernel/kernelmod-demo_git.bb
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Recipe created by recipetool
|
||||
# This is the basis of a recipe and may need further editing in order to be fully functional.
|
||||
# (Feel free to remove these comments when editing.)
|
||||
|
||||
# Unable to find any files that looked like license statements. Check the accompanying
|
||||
# documentation and source headers and set LICENSE and LIC_FILES_CHKSUM accordingly.
|
||||
#
|
||||
# NOTE: LICENSE is being set to "CLOSED" to allow you to at least start building - if
|
||||
# this is not accurate with respect to the licensing of the software being built (it
|
||||
# will not be in most cases) you must specify the correct value before using this
|
||||
# recipe for anything other than initial testing/development!
|
||||
LICENSE = "CLOSED"
|
||||
LIC_FILES_CHKSUM = ""
|
||||
|
||||
SRC_URI = "git://git.silversoft.se/Imbus/kernelmod_demo.git;protocol=https;branch=master"
|
||||
|
||||
# Modify these as desired
|
||||
PV = "1.0+git"
|
||||
SRCREV = "40295d6d459c666d5f7174cce520350be8cac464"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit module
|
||||
|
||||
EXTRA_OEMAKE:append:task-install = " -C ${STAGING_KERNEL_DIR} M=${S}"
|
||||
# Kernel path in install makefile is hardcoded - you will need to patch the makefile. Note that the variable KERNEL_SRC will be passed in as the kernel source path.
|
||||
Loading…
Add table
Add a link
Reference in a new issue