Hi Paul,

On Thu, 2020-06-04 at 18:33 +0100, Paul Barker wrote:
> Signed-off-by: Paul Barker <pbar...@konsulko.com>
> ---
>  .../recipes-test/git-submodule-test/git-submodule-test.bb | 8 ++++++++
>  1 file changed, 8 insertions(+)
>  create mode 100644 
> meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb
> 
> diff --git 
> a/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb 
> b/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb
> new file mode 100644
> index 0000000000..08089b4186
> --- /dev/null
> +++ b/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb
> @@ -0,0 +1,8 @@
> +SUMMARY = "Test recipe for fetching git submodules"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = 
> "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
> +
> +INHIBIT_DEFAULT_DEPS = "1"
> +
> +SRC_URI = "gitsm://git.yoctoproject.org/git-submodule-test"
> +SRCREV = "a2885dd7d25380d23627e7544b7bbb55014b16ee"

I didn't spot it at first but unfortunately this recipe is breaking the
autobuilder. I think there is a problem with gitsm:// modules not
mirroring correctly.

Here you see the a-quick build run:

bitbake universe -c fetch -k
(meta-selftest is included and SOURCE_MIRROR_FETCH = '1' set)

https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1055/steps/10/logs/step1b

you do see do_fetch called for this recipe. Then later in the build it
does:

oe-selftest -r buildoptions.SourceMirroring.test_yocto_source_mirror

https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1055/steps/12/logs/step1d

The intent is that we check YP can build from its mirrors. The test is
say it cannot.

Any ideas on what might be wrong?

Cheers,

Richard


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139432): 
https://lists.openembedded.org/g/openembedded-core/message/139432
Mute This Topic: https://lists.openembedded.org/mt/74676446/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to