poky/meta/lib/oe
Changqing Li 2fe0f26f45 patch.py: set commituser and commitemail for addNote
When PATCHTOOL is set to 'git', and user don't setup
user.name and user.email for git, do_patch fail with
the following error, fix by passing -c options.
CmdError("git notes --ref refs/notes/devtool append -m 'original patch: 0001-PATCH-increase-to-cpp17-version.patch' HEAD", 0, 'stdout:
stderr: Author identity unknown
*** Please tell me who you are.
Run
  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

(From OE-Core rev: 2d202462cf85e92cc18bc07cffdb0f335e524256)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-05-14 08:33:40 -07:00
..
package_manager rpm: replace use of rpm2cpio with rpm2archive 2024-12-12 13:22:08 +00:00
__init__.py lib: Fix dependencies on SPDX code 2025-03-11 21:29:50 +00:00
bootfiles.py bootimg-partition: break out code to a common library. 2024-07-23 11:17:11 +01:00
buildcfg.py buildcfg.py: add dirty status to get_metadata_git_describe 2024-09-01 11:05:20 +01:00
buildhistory_analysis.py sstatesig/find_siginfo: unify a disjointed API 2024-01-05 11:59:08 +00:00
buildstats.py meta/lib: move buildstats.py and rootfspostcommands.py into oe 2024-12-05 17:07:10 +00:00
cachedpath.py insane: Don't used cachedpath for os.lstat() 2024-10-14 21:42:17 +01:00
classextend.py classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils) 2025-01-21 23:09:33 +00:00
classutils.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
copy_buildsystem.py sstatesig/populate_sdk_ext: Improve unihash cache handling 2024-06-04 12:04:52 +01:00
cve_check.py meta/lib/oe/cve_check.py: fix patched_cves not updated 2025-01-12 13:15:29 +00:00
data.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
distro_check.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
elf.py lib/oe/elf.py: Add loongarch64 architecture definition for musl 2025-03-07 11:13:24 +00:00
go.py goarch: Move Go architecture mapping to a library 2023-10-19 13:26:05 +01:00
gpg_sign.py lib/oe/gpg_sign.py: Avoid race when creating .sig files in detach_sign 2023-03-31 23:30:36 +01:00
license.py lib: oe: license: Add missing import 2024-11-28 00:07:30 +00:00
lsb.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
maketype.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
manifest.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
npm_registry.py meta: lib: oe: npm_registry: Add more safe caracters 2023-06-13 22:10:32 +01:00
overlayfs.py overlayfs: Allow not used mount points 2022-10-26 12:28:37 +01:00
package.py lib/package/utils: Improve multiprocess_launch argument passing 2025-02-28 07:49:18 +00:00
packagedata.py lib/packagedata.py: Add API to iterate over rprovides 2023-12-24 10:39:07 +00:00
packagegroup.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
patch.py patch.py: set commituser and commitemail for addNote 2025-05-14 08:33:40 -07:00
path.py lib/oe/path.py: Add relsymlink() 2023-12-23 08:46:00 +00:00
prservice.py lib/prservice: Improve lock handling robustness 2023-12-24 10:39:07 +00:00
qa.py insane: Drop oe.qa.add_message usage 2024-08-29 21:58:19 +01:00
recipeutils.py meta/lib/oe/recipeutils.py: handle fetcher errors when checking for new commits 2025-03-19 09:48:14 +00:00
reproducible.py reproducible: fix typo 2024-10-25 15:25:32 +01:00
rootfs.py rootfs-postcommands: Actually do the re-ordering 2024-11-19 11:38:16 +00:00
rootfspostcommands.py meta/lib: move buildstats.py and rootfspostcommands.py into oe 2024-12-05 17:07:10 +00:00
rust.py rust-target-config: match riscv target names with what rust expects 2022-10-28 09:44:52 +01:00
sbom.py create-spdx/sbom: Ensure files don't overlap between machines 2023-09-22 07:45:17 +01:00
sbom30.py lib: sbom30: Add action statement for affected VEX statements 2025-03-06 16:33:20 +00:00
sdk.py sdk.py: error out when moving file fails 2023-06-20 23:24:26 +01:00
spdx_common.py spdx: Update for bitbake changes 2025-03-20 13:50:40 +00:00
spdx.py classes/create-spdx-2.2: Report downloads as separate packages 2023-02-19 07:47:53 +00:00
spdx30_tasks.py spdx3: support to override the version of a package in SBOM 3 2025-03-24 17:29:16 +00:00
spdx30.py lib: spdx: Upgrade to final 3.0.1 release 2025-01-20 13:38:59 +00:00
sstatesig.py do_package/sstate/sstatesig: Change timestamp clamping to hash output only 2024-10-28 11:58:22 +00:00
terminal.py lib/terminal.py: Add urxvt terminal 2023-05-25 10:29:09 +01:00
types.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
useradd.py lib: Add copyright statements to files without one 2022-08-12 12:00:43 +01:00
utils.py lib/package/utils: Improve multiprocess_launch argument passing 2025-02-28 07:49:18 +00:00