mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 03:56:51 +00:00
* devtool isn't able to regenerate them completely, it generates only top level commit which says that submodules were changed, like this: From c8fa114325e4e532657499b9bb6fd23cb6536eaa Mon Sep 17 00:00:00 2001 From: OpenEmbedded <oe.patch@oe> Date: Tue, 2 Oct 2018 16:46:55 +0000 Subject: [PATCH] Committing changes from do_patch --- external/libselinux | 2 +- system/core | 2 +- system/extras | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) .. but it still creates relatively good commits in each submodule and after small manual cleanup they can be exported with git format-patch --no-numbered --no-signature * rename .gitignore to prevent git ignoring the changes in .patch files in meta-oe already (we want to use it only later during the build) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
*
|
|
!.gitignore
|
|
!*.indirectionsymlink
|
|
!*.[ch]
|
|
!*.mk
|
|
!*.patch
|
|
!*.service
|
|
!NOTICE
|
|
!MODULE_LICENSE_*
|
|
!/system/
|
|
!/system/core/
|
|
!/system/core/adb/
|
|
!/system/core/fastboot/
|
|
!/system/core/fs_mgr/
|
|
!/system/core/fs_mgr/include/
|
|
!/system/core/include/
|
|
!/system/core/include/android/
|
|
!/system/core/include/cutils/
|
|
!/system/core/include/log/
|
|
!/system/core/include/mincrypt/
|
|
!/system/core/include/private/
|
|
!/system/core/include/utils/
|
|
!/system/core/include/zipfile/
|
|
!/system/core/liblog/
|
|
!/system/core/liblog/tests/
|
|
!/system/core/libcutils/
|
|
!/system/core/libmincrypt/
|
|
!/system/core/libzipfile/
|
|
!/system/core/libsparse/
|
|
!/system/core/libsparse/include/
|
|
!/system/core/libsparse/include/sparse/
|
|
!/system/core/libsparse/simg_dump.py
|
|
!/system/core/mkbootimg/
|
|
!/system/extras/
|
|
!/system/extras/ext4_utils/
|
|
!/system/extras/ext4_utils/mkuserimg.sh
|
|
!/system/extras/ext4_utils/test_ext4fixup
|
|
!/system/extras/f2fs_utils/
|
|
!/hardware/
|
|
!/hardware/libhardware/
|
|
!/hardware/libhardware/include/
|
|
!/hardware/libhardware/include/hardware/
|
|
!/external/
|
|
!/external/libselinux/
|
|
!/external/libselinux/include/
|
|
!/external/libselinux/include/selinux/
|
|
!/external/libselinux/src/
|
|
!/external/f2fs-tools/
|
|
!/external/f2fs-tools/include/
|
|
!/external/f2fs-tools/lib/
|
|
!/external/f2fs-tools/mkfs/
|
|
!/build/
|
|
!/build/core/
|
|
!/build/core/version_defaults.mk
|
|
!/build/core/combo/
|
|
!/build/core/combo/include/
|
|
!/build/core/combo/include/arch/
|
|
!/build/core/combo/include/arch/linux-*/
|
|
!/build/core/combo/include/arch/linux-*/AndroidConfig.h
|