From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH v2 1/2] isar-bitbake: Add AUTOREV definition
Date: Wed, 16 May 2018 17:56:52 +0200 [thread overview]
Message-ID: <20180516155653.29870-2-mosipov@ilbers.de> (raw)
In-Reply-To: <20180516155653.29870-1-mosipov@ilbers.de>
From: Alexander Smirnov <asmirnov@ilbers.de>
Define AUTOREV variable to automatically fetch latest repository head.
Derived from Yocto.
Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
meta/conf/isar-bitbake.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/conf/isar-bitbake.conf b/meta/conf/isar-bitbake.conf
index 8a1d86b..72d1ee0 100644
--- a/meta/conf/isar-bitbake.conf
+++ b/meta/conf/isar-bitbake.conf
@@ -44,6 +44,8 @@ BB_NUMBER_THREADS ?= "${@bb.utils.cpu_count()}"
BBINCLUDELOGS ??= "yes"
+AUTOREV ?= "${@bb.fetch2.get_autorev(d)}"
+
# Add event handlers for bitbake
INHERIT += "isar-events"
--
2.11.0
next prev parent reply other threads:[~2018-05-16 16:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-16 15:56 [PATCH v2 0/2] ISAR SDK image support Maxim Yu. Osipov
2018-05-16 15:56 ` Maxim Yu. Osipov [this message]
2018-05-16 15:56 ` [PATCH v2 2/2] image: Add ISAR SDK package to create SDK from any rootfs image Maxim Yu. Osipov
2018-05-18 8:19 ` Henning Schild
2018-05-18 8:28 ` Henning Schild
2018-05-17 7:47 ` [PATCH v2 0/2] ISAR SDK image support Baurzhan Ismagulov
2018-05-18 8:33 ` Henning Schild
2018-05-18 11:01 ` Maxim Yu. Osipov
2018-05-22 8:26 ` Henning Schild
2018-05-22 10:43 ` Jan Kiszka
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=20180516155653.29870-2-mosipov@ilbers.de \
--to=mosipov@ilbers.de \
--cc=isar-users@googlegroups.com \
/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