On Fri, 12 Jun 2020 at 08:34, Richard Purdie <[email protected]> wrote: > > Hi Paul, > > On Thu, 2020-06-04 at 18:33 +0100, Paul Barker wrote: > > Signed-off-by: Paul Barker <[email protected]> > > --- > > .../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?
ovmf also uses git submodules and that seems to work. Also, I can see the relevant mirror tarballs are present on downloads.yoctoproject.org: http://downloads.yoctoproject.org/mirror/sources/git2_git.openembedded.org.bitbake.tar.gz http://downloads.yoctoproject.org/mirror/sources/git2_git.yoctoproject.org.bitbake-gitsm-test1.tar.gz http://downloads.yoctoproject.org/mirror/sources/git2_git.yoctoproject.org.bitbake-gitsm-test2.tar.gz http://downloads.yoctoproject.org/mirror/sources/git2_git.yoctoproject.org.git-submodule-test.tar.gz So it's not immediately obvious what's wrong there. I'll run that selftest case locally and see if I can reproduce the issue. Thanks, -- Paul Barker Konsulko Group
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139435): https://lists.openembedded.org/g/openembedded-core/message/139435 Mute This Topic: https://lists.openembedded.org/mt/74676446/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
