All of lore.kernel.org
 help / color / mirror / Atom feed
* SRCREV Issue
@ 2015-04-15  8:02 Raghavendra Kakarla
  0 siblings, 0 replies; only message in thread
From: Raghavendra Kakarla @ 2015-04-15  8:02 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1705 bytes --]

Hi All,


I downloaded the yocto from the following link:

git clone -b dizzy git://git.yoctoproject.org/poky.git

And added the my custom recipe for downloading our custom kernel from SVN.


My recipe is like following:


#   oe-core kernel classes to apply a subset of yocto kernel
#   management to git managed kernel repositories.
#
# Warning:
#
#   Building this kernel without providing a defconfig or BSP
#   configuration will result in build or boot errors. This is not a
#   bug.
#
# Notes:
#
#   patches: patches can be merged into to the source git tree itself,
#            added via the SRC_URI, or controlled via a BSP
#            configuration.
#
#   example configuration addition:
#            SRC_URI += "file://smp.cfg"
#   example patch addition:
#            SRC_URI += "file://0001-linux-version-tweak.patch
#   example feature addition:
#            SRC_URI += "file://feature.scc"
#

inherit kernel
require recipes-kernel/linux/linux-yocto.inc

SRC_URI = "svn://192.168.24.190:9090/svn/trunk/code/kernels;module=linux-3.10.14;protocol=http;user=admin;pswd=Welcome123"
SRC_URI += "file://defconfig"

SRC_URI += "file://arqlyn.scc \
            file://arqlyn.cfg \
            file://arqlyn-user-config.cfg \
            file://arqlyn-user-patches.scc \
           "


LINUX_VERSION ?= "3.10.14"
LINUX_VERSION_EXTENSION ?= "-custom"
SRCREV = "94"
PR = "r0"
PV = "${LINUX_VERSION}"
S = "${WORKDIR}/linux-3.10.14"
COMPATIBLE_MACHINE_arqlyn = "arqlyn"


When I take kernel from the SVN I got the validation error that SRCREV is not proper.

Could you please help me in resolving this issue.


Regards,

Raghavendra.


[-- Attachment #2: Type: text/html, Size: 10924 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-15  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15  8:02 SRCREV Issue Raghavendra Kakarla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.