perf: remove bbappend
Committed a patch in linux-dey repo to fix perf build. At the same time update linux-dey revision to get the perf fix. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b89f5f6911
commit
147bef647c
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2012 Digi International
|
||||
|
||||
SRCREV_external = ""
|
||||
SRCREV_internal = "eadb42b86adce380ff2a706ab1c34458eee4bd38"
|
||||
SRCREV_internal = "020eb0cd048911e2d6a6f987af6ecdbffb804627"
|
||||
SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}"
|
||||
|
||||
SRC_URI_external = "${DIGI_GITHUB_GIT}/yocto-linux.git;protocol=git"
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
# Copyright (C) 2013 Digi International.
|
||||
|
||||
PRINC := "${@int(PRINC) + 1}"
|
||||
PR_append = "+${DISTRO}"
|
||||
|
||||
EXTRA_OEMAKE_LINUX_2X = "\'CFLAGS=${CFLAGS} -Iutil/include -Iarch/${ARCH}/include -I${STAGING_KERNEL_DIR}/include\'"
|
||||
|
||||
EXTRA_OEMAKE += "${@base_conditional('IS_KERNEL_2X', '1' , '${EXTRA_OEMAKE_LINUX_2X}', '', d)}"
|
||||
Loading…
Reference in New Issue