mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
recipes-kernel: Skip kernel version check on kernel templates
Currently, SRCREV is set to AUTOREV, causing mismatch between PV and the kernel
version shown in the makefile (see below to see the bitbake log). The solution
is to comment the lines which defaults SRCREV to AUTOREV, leaving the previous
comment to replace the SRCREVs for real ones once kernel changes are done.
ERROR: linux-yocto-4.8.12+gitAUTOINC+4fb6f24600_d4148a2064-r0.1
do_kernel_version_sanity_check: Package Version (4.8.12+gitAUTOINC
+4fb6f24600_d4148a2064) does not match of kernel being built (4.8.21).
Please update the PV variable to match the kernel source.
ERROR: linux-yocto-4.8.12+gitAUTOINC+4fb6f24600_d4148a2064-r0.1
do_kernel_version_sanity_check: Function failed:
do_kernel_version_sanity_check (log file is located
at ../tmp/work/myqemu-poky-linux/linux-yocto/4.8.12+gitAUTOINC+4fb6f24600_d4148a2064-r0.1/temp/log.do_kernel_version_sanity_check.17509)
[YOCTO #11064]
(From meta-yocto rev: 51a42001c39d1b7c8170cc84904fa915295f1358)
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
767caa9cf3
commit
38613fdacf
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -57,6 +57,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -57,6 +57,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -57,6 +57,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@ SRC_URI += "file://{{=machine}}-tiny.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto-tiny_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.1"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.4"
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@ SRC_URI += "file://{{=machine}}-standard.scc \
|
|||
|
||||
# replace these SRCREVs with the real commit ids once you've had
|
||||
# the appropriate changes committed to the upstream linux-yocto repo
|
||||
SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
|
||||
#LINUX_VERSION = "4.8"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user