Skip to content

Instantly share code, notes, and snippets.

@zzeroo
Created May 17, 2017 05:40
Show Gist options
  • Save zzeroo/95a2d93ae0fe0b09fa9f544bc2981b5f to your computer and use it in GitHub Desktop.
Save zzeroo/95a2d93ae0fe0b09fa9f544bc2981b5f to your computer and use it in GitHub Desktop.
kgit-s2q: command not found
inherit kernel
require recipes-kernel/linux/linux-yocto.inc
# Override SRC_URI in a copy of this recipe to point at a different source
# tree if you do not want to build from Linus' tree.
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;name=machine"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://defconfig"
SRC_URI += "file://0001-lcd.patch"
SRC_URI += "file://0002-led.patch"
SRC_URI += "file://0003-uart2.patch"
LINUX_VERSION ?= "4.6"
LINUX_VERSION_EXTENSION_append = "-custom"
# Modify SRCREV to a different commit hash in a copy of this recipe to
# build a different release of the Linux kernel.
# tag: v4.2 64291f7db5bd8150a74ad2036f1037e6a0428df2
SRCREV_machine="a902836aade7b56f8dc31f50f9c6ca6d0fa01e45"
PR = "r6"
PV = "${LINUX_VERSION}+git${SRCPV}"
# Override COMPATIBLE_MACHINE to include your machine in a copy of this recipe
# file. Leaving it empty here ensures an early explicit build failure.
COMPATIBLE_MACHINE = "bananapro"
# BUG: git-s2q: command not found
DEPENDS = "kern-tools-native"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment