From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DE5CEE00830; Wed, 15 Apr 2015 01:02:55 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from mail.invecas.com (mx1.invecas.com [112.133.222.226]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C3A10E0076B for ; Wed, 15 Apr 2015 01:02:52 -0700 (PDT) Received: from SOC-EXCH-01.invecas.local (10.0.30.8) by mail.invecas.com (10.0.30.131) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 15 Apr 2015 13:32:54 +0530 Received: from SOC-EXCH-02.invecas.local (10.0.30.9) by SOC-EXCH-01.invecas.local (10.0.30.8) with Microsoft SMTP Server (TLS) id 15.0.995.29; Wed, 15 Apr 2015 13:32:47 +0530 Received: from SOC-EXCH-02.invecas.local ([::1]) by SOC-EXCH-02.invecas.local ([fe80::b45c:f5fd:ad11:51c2%17]) with mapi id 15.00.0995.028; Wed, 15 Apr 2015 13:32:47 +0530 From: Raghavendra Kakarla To: "yocto@yoctoproject.org" Thread-Topic: SRCREV Issue Thread-Index: AQHQd1INGRP44u3M6UCpk99qEu9NXA== Date: Wed, 15 Apr 2015 08:02:47 +0000 Message-ID: <1429084927589.7825@inedasystems.com> Accept-Language: en-US, en-IN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.42.88] MIME-Version: 1.0 Subject: SRCREV Issue X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 08:02:55 -0000 Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_14290849275897825inedasystemscom_" --_000_14290849275897825inedasystemscom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 +=3D "file://smp.cfg" # example patch addition: # SRC_URI +=3D "file://0001-linux-version-tweak.patch # example feature addition: # SRC_URI +=3D "file://feature.scc" # inherit kernel require recipes-kernel/linux/linux-yocto.inc SRC_URI =3D "svn://192.168.24.190:9090/svn/trunk/code/kernels;module=3Dlinu= x-3.10.14;protocol=3Dhttp;user=3Dadmin;pswd=3DWelcome123" SRC_URI +=3D "file://defconfig" SRC_URI +=3D "file://arqlyn.scc \ file://arqlyn.cfg \ file://arqlyn-user-config.cfg \ file://arqlyn-user-patches.scc \ " LINUX_VERSION ?=3D "3.10.14" LINUX_VERSION_EXTENSION ?=3D "-custom" SRCREV =3D "94" PR =3D "r0" PV =3D "${LINUX_VERSION}" S =3D "${WORKDIR}/linux-3.10.14" COMPATIBLE_MACHINE_arqlyn =3D "arqlyn" When I take kernel from the SVN I got the validation error that SRCREV is n= ot proper. Could you please help me in resolving this issue. Regards, Raghavendra. --_000_14290849275897825inedasystemscom_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

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.<= /span>


My recipe is like follow= ing:


#   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 no= t a
#   bug.
#
# Notes:
#
#   patches: patches can be merged into to the source git tree it= self,
#            added v= ia the SRC_URI, or controlled via a BSP
#            configu= ration.
#
#   example configuration addition:
#            SRC_URI= +=3D "file://smp.cfg"
#   example patch addition:
#            SRC_URI= +=3D "file://0001-linux-version-tweak.patch
#   example feature addition:
#            SRC_URI= +=3D "file://feature.scc"
#

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

SRC_URI =3D "svn://192.168.24.190:9090/svn/trunk/code/kernels;module= =3Dlinux-3.10.14;protocol=3Dhttp;user=3Dadmin;pswd=3DWelcome123"
SRC_URI +=3D "file://defconfig"

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


LINUX_VERSION ?=3D "3.10.14"
LINUX_VERSION_EXTENSION ?=3D "-custom"
SRCREV =3D "94"
PR =3D "r0"
PV =3D "${LINUX_VERSION}"
S =3D "${WORKDIR}/linux-3.10.14"
COMPATIBLE_MACHINE_arqlyn =3D "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.


--_000_14290849275897825inedasystemscom_--