-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error recursing submodule meta-96boards at clone stage #160
Comments
@s-maynard is this with master branch ? |
Can you try after updating again #161 should have fixed it |
Thanks! |
kraj
added a commit
that referenced
this issue
Jun 15, 2020
…-qcom sources/meta-variscite-fslc sources/openembedded-core * sources/bitbake cfc78316...0d5cdd0c (1): > lib/bb/utils.py: Do not preserve TERM in the environment * sources/meta-openembedded e3468119d...d7d7e4ca3 (27): > XXX: Add DRONE CI support > python3-dominate: Enable ptest > python3-dnspython: Enable ptest > python3-cachetools: Enable ptest > python3-gunicorn: Enable ptest > python3-protobuf: Upgrade 3.11.3 -> 3.12.2 > python3-protobuf: Consolidate in a single file > python3-psutil: Consolidate in a single file > python3-can: Upgrade 3.3.2 -> 3.3.3 > python3-importlib-metadata: Upgrade 1.5.2 -> 1.6.1 > python3-importlib-metadata: Consolidate in a single file > python3-itsdangerous: Consolidate in a single file > python3-incremental: Consolidate in a single file > python3-isodate: Consolidate in a single file > python3-iso8601: Consolidate in a single file > python-html2text: Enable ptest > python3-iso3166: Enable ptest > python3-ipy: Enable ptest > python3-intervals: Enable ptest > python3-geojson: Enable ptest > protobuf: Upgrade 3.11.4 -> 3.12.3 < XXX: Add DRONE CI support < python-html2text: Enable ptest < python3-iso3166: Enable ptest < python3-ipy: Enable ptest < python3-intervals: Enable ptest < python3-geojson: Enable ptest * sources/meta-qcom cd591dc...49d4056 (1): > Merge pull request #160 from alimon/master * sources/meta-variscite-fslc 566dede...7283533 (15): > layer.conf: Mark dunfell compatible release > swupdate: Move defconfig into machine dirs > recipes: Use features_check instead of distro_features_check > layer.conf: Mark compatible with zeus release > bcm43xx-utils: variscite-wifi-common.sh: Fix function return values > pm-utils: Add BT suspend script > pm-utils: Unify DART-6UL and VAR-SOM-MX7 WIFI suspend scripts > bcm43xx-utils: variscite-wifi-common.sh: Add WIFI suspend check routine > bluez5: variscite-bt-common.sh: Modify BT stop sequence > bluez5: variscite-bt-common.sh: Add retries to BT detection routine > bluez5: variscite-bt: Move common code to variscite-bt-common.sh < layer.conf: Mark dunfell compatible release < swupdate: Move defconfig into machine dirs < recipes: Use features_check instead of distro_features_check < layer.conf: Mark compatible with zeus release * sources/openembedded-core cc0171fa19...40298e8180 (43): > runit: Add runit and related recipes > linux-libc-headers: Check for asm/bpf_perf_event.h before multilibbing > lto.inc: Add global LTO distro policy file > report-error.bbclass: replace angle brackets with < and > > report-error: Allow to upload reports automatically > linux-yocto: Add powerpc64le support > qemuppc64: Add a QEMU machine definition for ppc64 > qemux86: Add identical qemux86copy variant for tests > kmod: add nativesdk support > bind: update to 9.11.19 > zlib: build and package minigzip > wic: Fix error message when reporting invalid offset > python3: fix PGO for non-reproducible biniaries > graph-tool: add filter subcommand > graph-tool: switch to argparse > libpam: Remove option 'obscure' from common-password > ethtool:upgrade 5.6 -> 5.7 > install-buildtools: add option to disable checksum validation > install-buildtools: remove hardcoded x86-64 architecture > install-buildtools: fail if an error occurs > rootfs-postcommands: Enable rootfs_check_host_user_contaminated > relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist > mtd-utils: Fix return value of ubiformat > sstatesig: Account for all dataCaches being passed > systemd: Sync [email protected] with upstream > buildtools-tarball: export OPENSSL_CONF in environment setup > python3-dbusmock: add the missing rdepends < runit: Add runit and related recipes < linux-libc-headers: Check for asm/bpf_perf_event.h before multilibbing < lto.inc: Add global LTO distro policy file < report-error.bbclass: replace angle brackets with < and > < report-error: Allow to upload reports automatically < linux-yocto: Add powerpc64le support < qemuppc64: Add a QEMU machine definition for ppc64 < qemux86: Add identical qemux86copy variant for tests < mtd fixup < rootfs-postcommands: Enable rootfs_check_host_user_contaminated < python3-dbusmock: add the missing rdepends < relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist < mtd-utils: Fix return value of ubiformat < sstatesig: Account for all dataCaches being passed < systemd: Sync [email protected] with upstream < buildtools-tarball: export OPENSSL_CONF in environment setup Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this issue
Jun 16, 2020
…roid sources/meta-qcom sources/openembedded-core * sources/bitbake f2062c41...cfc78316 (3): > fetch2/gitsm: Make need_update() process submodules > fetch2/gitsm: Mark srcrev as fetched once all submodules are processed > bitbake: cache: Fix error message with bad multiconfig * sources/meta-freescale 3197a0e4...682c0056 (3): > atf: remove two obsolete patches > u-boot-qoriq: fix bug with gcc10 > management-complex: avoid soft link loop in do_deploy * sources/meta-odroid 1fe6cc8...0dc72c6 (1): > linux-stable/5.4: update to 5.4.46 * sources/meta-qcom cd591dc...49d4056 (1): > Merge pull request #160 from alimon/master * sources/openembedded-core 49d0f82261...f9c5df6dc1 (15): > relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist > mtd-utils: Fix return value of ubiformat > sstatesig: Account for all dataCaches being passed > systemd: Sync [email protected] with upstream > buildtools-tarball: export OPENSSL_CONF in environment setup > python3-dbusmock: add the missing rdepends > python3: add rdepends for python3-idle > python3: add the rdepends for python3-misc > u-boot: avoid blind merging all *.cfg > systemd: fix CVE-2020-13776 > meson: backport library ordering fix > recipetool: Fix list concatenation when using edit > diffoscope: upgrade 146 -> 147 > sysvinit-inittab: Add support for tty devices with 10 or more number. > buildhistory: Add simplistic file move detection Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submodule path 'sources/bitbake': checked out '30fe86d22c239afa75168cc5eb262b880886ef8a'
error: Server does not allow request for unadvertised object e17667875812f4b02ad2749df63a4871f23bbfd9
Fetched in submodule path 'sources/meta-96boards', but it did not contain e17667875812f4b02ad2749df63a4871f23bbfd9. Direct fetching of that commit failed.
The text was updated successfully, but these errors were encountered: