From: "Quentin Schulz" <quentin.schulz@streamunlimited.com>
To: paruchuribhavyasree@gmail.com
Cc: yocto@lists.yoctoproject.org
Subject: Re: [yocto] ERRORS while building customized yocto image for Raspberrypi #yocto
Date: Fri, 24 Jul 2020 15:14:23 +0200 [thread overview]
Message-ID: <20200724131423.wkpmfforkxce6adv@qschulz> (raw)
In-Reply-To: <PPIi.1595595549816870928.90tI@lists.yoctoproject.org>
Hi Bhavya,
On Fri, Jul 24, 2020 at 05:59:09AM -0700, paruchuribhavyasree@gmail.com wrote:
> Hi,
>
> I'am trying to build Yocto image for a customized code, where the source code is in my local files, so here is my recipe :
>
> ----------------------------------------------------------------------------------------------------------------------------------
> DESCRIPTION = "GSM-ASTERISK-SPI"
> HOMEPAGE = ""
> SECTION = "GSM build for Asterisk"
> PR = "r1"
> LICENSE = "GNUC"
> LICENSE = "GPLv3"
> LIC_FILES_CHKSUM = "file://license;md5=d41d8cd98f00b204e9800998ecf8427e"
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>
> DEPENDS = "asterisk"
> SRCREV = "0.1"
> SRC_URI = "file://gsm-${PV}.tar.gz"
> SRC_URI = "file://license"
>
SRC_URI = "file://gsm-${PV}.tar.gz \
file://license"
or
SRC_URI = "file://gsm-${PV}.tar.gz"
SRC_URI += "file://license"
Quentin
next prev parent reply other threads:[~2020-07-24 13:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-24 12:59 ERRORS while building customized yocto image for Raspberrypi #yocto paruchuribhavyasree
2020-07-24 13:14 ` Quentin Schulz [this message]
2020-07-25 4:12 ` paruchuribhavyasree
2020-07-27 8:23 ` [yocto] " Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200724131423.wkpmfforkxce6adv@qschulz \
--to=quentin.schulz@streamunlimited.com \
--cc=paruchuribhavyasree@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox