Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Jasper Orschulko <Jasper.Orschulko@iris-sensing.com>
To: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>,
	"jasper@fancydomain.eu" <jasper@fancydomain.eu>
Cc: "martin@mko.dev" <martin@mko.dev>,
	Daniel Baumgart <Daniel.Baumgart@iris-sensing.com>,
	"bitbake-devel@lists.openembedded.org"
	<bitbake-devel@lists.openembedded.org>
Subject: Re: [oe-core][PATCH v4 2/2] base.bbclass: Add sysroot deps for repo fetcher
Date: Wed, 10 Nov 2021 15:56:24 +0000	[thread overview]
Message-ID: <6793926e2e7f7bd2cba642ee7e5a59beed4b1aa6.camel@iris-sensing.com> (raw)
In-Reply-To: <20211110155332.578088-2-jasper@fancydomain.eu>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Unless there are any more comments, I believe this patch series should
be mergable now.

- -- 
With best regards

Jasper Orschulko
DevOps Engineer

Tel. +49 30 58 58 14 265
Fax +49 30 58 58 14 999
Jasper.Orschulko@iris-sensing.com

• • • • • • • • • • • • • • • • • • • • • • • • • •

iris-GmbH
infrared & intelligent sensors
Schnellerstraße 1-5 | 12439 Berlin

https://iris-sensing.com/





On Wed, 2021-11-10 at 16:53 +0100, jasper@fancydomain.eu wrote:
> From: Jasper Orschulko <Jasper.Orschulko@iris-sensing.com>
> 
> Add git-native and repo-native as prerequisite for the repo fetcher.
> 
> Signed-off-by: Jasper Orschulko <Jasper.Orschulko@iris-sensing.com>
> ---
>  meta/classes/base.bbclass | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
> index a65fcc6c1d..3298bd1952 100644
> --- a/meta/classes/base.bbclass
> +++ b/meta/classes/base.bbclass
> @@ -665,6 +665,11 @@ python () {
>          elif uri.scheme == "npm":
>              d.appendVarFlag('do_fetch', 'depends', ' nodejs-
> native:do_populate_sysroot')
>  
> +        elif uri.scheme == "repo":
> +            needsrcrev = True
> +            d.appendVarFlag('do_fetch', 'depends', ' repo-
> native:do_populate_sysroot')
> +            d.appendVarFlag('do_fetch', 'depends', ' git-
> native:do_populate_sysroot')
> +
>          # *.lz4 should DEPEND on lz4-native for unpacking
>          if path.endswith('.lz4'):
>              d.appendVarFlag('do_unpack', 'depends', ' lz4-
> native:do_populate_sysroot')
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEE4WyPMIC5Ap4+Ooo1Ygqew07VMNUFAmGL66cACgkQYgqew07V
MNWhOwf/c4ITfBijE4DD2gFOWj0OMAQFrdeYC8dQhsm756Kua1m0mPc5Oh61kkB9
og/bsd1qqnuabTcUHW9gVI9Hq45yPXfAy5Gyg6A10owDeCcmNgihCuTGr+sQy64W
li5OcOw59/ok6yPVqE+CaeYoHCGv1VdLR09pSdK1S9kk/3hVNOSRb9umtGb3aR6L
KmrtG71QZVVLBjTrppzIolyuy116cGfIey5zAVmrYPDHLtvwYjnt1NdBFn7OFMFV
7kIXy7aoBMXsuRxTR6mvC9GxJcwOUgsILUWLyQ62VcgNH13G5nR0zHwPamtIOT0R
eaoasSPkMl2wfevOHosrI9tgMI8hIg==
=EDCL
-----END PGP SIGNATURE-----

  reply	other threads:[~2021-11-10 15:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10 15:53 [oe-core][PATCH v4 1/2] repo: Add recipe for 2.17.3 jasper
2021-11-10 15:53 ` [oe-core][PATCH v4 2/2] base.bbclass: Add sysroot deps for repo fetcher jasper
2021-11-10 15:56   ` Jasper Orschulko [this message]
2021-11-10 17:20 ` [bitbake-devel] [oe-core][PATCH v4 1/2] repo: Add recipe for 2.17.3 Khem Raj
2021-11-11 10:26   ` Jasper Orschulko

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=6793926e2e7f7bd2cba642ee7e5a59beed4b1aa6.camel@iris-sensing.com \
    --to=jasper.orschulko@iris-sensing.com \
    --cc=Daniel.Baumgart@iris-sensing.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=jasper@fancydomain.eu \
    --cc=martin@mko.dev \
    --cc=openembedded-core@lists.openembedded.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