|
[bitbake][kirkstone][2.0][PATCH] fetch/git: Fix local clone url to make it work with repo
2 messages
From: Robert Yang <liezhi.yang@...> The "git clone /path/to/git/objects_symlink" couldn't work after the following change: https://github.com/git/git/commit/6f054f9fb3a501c35b55c65e547a244f14c38d56 Bu
From: Robert Yang <liezhi.yang@...> The "git clone /path/to/git/objects_symlink" couldn't work after the following change: https://github.com/git/git/commit/6f054f9fb3a501c35b55c65e547a244f14c38d56 Bu
|
By
preeti.sachan@...
·
|
|
[PATCH] fetch2/local: Mention the value of localpath in failure message
We have an obtuse rare and intermittent bitbake fetch failure. Understanding the value of ud.localpath at the time of failure would be helpful to debug it further. Tweak the debugging to provide this
We have an obtuse rare and intermittent bitbake fetch failure. Understanding the value of ud.localpath at the time of failure would be helpful to debug it further. Tweak the debugging to provide this
|
By
Richard Purdie
·
|
|
[bitbake][kirkstone][2.0] Backport patch https://git.openembedded.org/bitbake/commit/?h=master-next&id=a0d8108eba8d542707740d00c66c1c5f5b963f18
#kirkstone
We request to backport commit https://git.openembedded.org/bitbake/commit/?h=master-next&id=a0d8108eba8d542707740d00c66c1c5f5b963f18 to bitbake 2.0 branch (kirkstone) https://git.openembedded.org/bitb
We request to backport commit https://git.openembedded.org/bitbake/commit/?h=master-next&id=a0d8108eba8d542707740d00c66c1c5f5b963f18 to bitbake 2.0 branch (kirkstone) https://git.openembedded.org/bitb
|
By
preeti.sachan@...
·
|
|
[PATCH 1/2] cache: Make EXCLUDE_FROM_WORLD boolean
Fixed: Set EXCLUDE_FROM_WORLD = "0" in recipe_A: $ bitbake world -g Check pn-buildlist, the recipe_A won't be built, this patch fixes the problem: EXCLUDE_FROM_WORLD = "1": Not build in world EXCLUDE_
Fixed: Set EXCLUDE_FROM_WORLD = "0" in recipe_A: $ bitbake world -g Check pn-buildlist, the recipe_A won't be built, this patch fixes the problem: EXCLUDE_FROM_WORLD = "1": Not build in world EXCLUDE_
|
By
Robert Yang
·
|
|
[PATCH 2/2] bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD
Signed-off-by: Robert Yang <liezhi.yang@...> --- .../bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/doc/bitbake-use
Signed-off-by: Robert Yang <liezhi.yang@...> --- .../bitbake-user-manual/bitbake-user-manual-ref-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/doc/bitbake-use
|
By
Robert Yang
·
|
|
[PATCH 0/2] cache: Make EXCLUDE_FROM_WORLD boolean
The following changes since commit a94ca827c2066b22c746003f5144b89d28b13a1a: yocto-bsp/5.15: update to v5.15.103 (2023-03-26 18:51:03 +0100) are available in the Git repository at: https://github.com/
The following changes since commit a94ca827c2066b22c746003f5144b89d28b13a1a: yocto-bsp/5.15: update to v5.15.103 (2023-03-26 18:51:03 +0100) are available in the Git repository at: https://github.com/
|
By
Robert Yang
·
|
|
[PATCH 1/1] fetch/git: Fix local clone url to make it work with repo
5 messages
The "git clone /path/to/git/objects_symlink" couldn't work after the following change: https://github.com/git/git/commit/6f054f9fb3a501c35b55c65e547a244f14c38d56 But repo command manages the git repo
The "git clone /path/to/git/objects_symlink" couldn't work after the following change: https://github.com/git/git/commit/6f054f9fb3a501c35b55c65e547a244f14c38d56 But repo command manages the git repo
|
By
Robert Yang
·
|
|
[PATCH] bitbake: git fetcher: use urllib quote ...
3 messages
to use the path url-compatible. This needs to happen before the shell quotation happens. Without this commit, spaces in the clone URL will be used as " " and not as "%20" which will fail. This commit
to use the path url-compatible. This needs to happen before the shell quotation happens. Without this commit, spaces in the clone URL will be used as " " and not as "%20" which will fail. This commit
|
By
Thilo C.
·
|
|
discussion: git fetcher now needs either file:// or -s
3 messages
These recent security changes to git prevent git.py cloning of local repos that contain symlinks in the .git directories (e.g. a repo-tool manifest checkout) * https://github.com/git/git/commit/36596f
These recent security changes to git prevent git.py cloning of local repos that contain symlinks in the .git directories (e.g. a repo-tool manifest checkout) * https://github.com/git/git/commit/36596f
|
By
Sam Liddicott
·
|
|
[PATCH 0/1] fetch/git: Fix local clone url to make it work with repo
The following changes since commit 92993b4f77ec49b7f04458b722ede0f8a218e0e8: bitbake: fetch2/sftp: Fix fetching URIs with spaces (2023-03-23 22:41:32 +0000) are available in the Git repository at: htt
The following changes since commit 92993b4f77ec49b7f04458b722ede0f8a218e0e8: bitbake: fetch2/sftp: Fix fetching URIs with spaces (2023-03-23 22:41:32 +0000) are available in the Git repository at: htt
|
By
Robert Yang
·
|
|
[PATCH v2 1/3] fetch2: Add checksum capability for crate fetcher
5 messages
From: Frederic Martinsons <frederic.martinsons@...> This change brings checksum verification of each crate in a recipe, e.g | SRC_URI += " \ | crate://crates.io/aho-corasick/0.7.20 \ | crate://crates.
From: Frederic Martinsons <frederic.martinsons@...> This change brings checksum verification of each crate in a recipe, e.g | SRC_URI += " \ | crate://crates.io/aho-corasick/0.7.20 \ | crate://crates.
|
By
Frederic Martinsons
·
|
|
[PATCH 2/2] fetch2: Add autorev warning when it is set too late
Bitbake expects a consistent metadata environment when it parses. There are plenty of ways you can set a recipe to autorev at a point where parts of the fetcher have already been triggered leading to
Bitbake expects a consistent metadata environment when it parses. There are plenty of ways you can set a recipe to autorev at a point where parts of the fetcher have already been triggered leading to
|
By
Richard Purdie
·
|
|
[PATCH 1/2] fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN
For readability of following patches, rename this internal variable to allow for others in a similar format. Signed-off-by: Richard Purdie <richard.purdie@...> --- lib/bb/fetch2/__init__.py | 2 +- lib
For readability of following patches, rename this internal variable to allow for others in a similar format. Signed-off-by: Richard Purdie <richard.purdie@...> --- lib/bb/fetch2/__init__.py | 2 +- lib
|
By
Richard Purdie
·
|
|
[PATCH] fetch2/sftp: Fix fetching URIs with spaces
Spaces can be used in URIs with %20, but the URI needs to be quoted. Signed-off-by: Daniel Ammann <daniel.ammann@...> --- lib/bb/fetch2/sftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif
Spaces can be used in URIs with %20, but the URI needs to be quoted. Signed-off-by: Daniel Ammann <daniel.ammann@...> --- lib/bb/fetch2/sftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif
|
By
Daniel Ammann
·
|
|
[PATCH v2 3/3] crate.py: authorize crate url with parameters
From: Frederic Martinsons <frederic.martinsons@...> This allow to have classic fetch parameters (like destsuffix, sha256, name ...) not being considered by crate fetcher itself (and so mess up its dow
From: Frederic Martinsons <frederic.martinsons@...> This allow to have classic fetch parameters (like destsuffix, sha256, name ...) not being considered by crate fetcher itself (and so mess up its dow
|
By
Frederic Martinsons
·
|
|
[PATCH v2 2/3] crate.py: make checksum verification mandatory
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- lib/bb/fetch2/crate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- lib/bb/fetch2/crate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --
|
By
Frederic Martinsons
·
|
|
[PATCH 2/3] python3-bcrypt: add crates checksums
6 messages
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- .../python/python3-bcrypt-crates.inc | 149 ++++++++++++------ 1 file changed, 100 i
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- .../python/python3-bcrypt-crates.inc | 149 ++++++++++++------ 1 file changed, 100 i
|
By
Frederic Martinsons
·
|
|
[PATCH v4] ConfHandler: Allow the '@' character in variable flag names
This patch enables the usage of the '@' character in variable flag names. One use case of variable flags is to assign the network namespaces of some systemd services/targets to configure other parts o
This patch enables the usage of the '@' character in variable flag names. One use case of variable flags is to assign the network namespaces of some systemd services/targets to configure other parts o
|
By
James R T
·
|
|
[PATCH v3] ConfHandler: Allow the '@' character in variable flag names
3 messages
This patch enables the usage of the '@' character in variable flag names. One use case of variable flags is to assign the network namespaces of some systemd services/targets to configure other parts o
This patch enables the usage of the '@' character in variable flag names. One use case of variable flags is to assign the network namespaces of some systemd services/targets to configure other parts o
|
By
James R T
·
|
|
[PATCH 3/3] python3-cryptography: add crates checksums
3 messages
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- .../python/python3-cryptography-crates.inc | 67 +++++++++++++++++++ 1 file changed,
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- .../python/python3-cryptography-crates.inc | 67 +++++++++++++++++++ 1 file changed,
|
By
Frederic Martinsons
·
|