We don't care about the history of a single file. You can basically merge
all patches in a single one.
You took code from AOSP. It's license compatible but you need to keep
Google copyright lines.
We don't use ChangeLog file anymore. Please just provide git commit message

вт, 26 янв. 2016, 19:51, Shea Levy <[email protected]>:

> Adds support for the android bootimg filesystem [1]. The kernel and, if
> present, the ramdisk are made available as regular files.
>
> [1]:
> https://android.googlesource.com/platform/system/core/+/506d233e7ac8ca4efa80768153d842c296477f99/mkbootimg/bootimg.h
>
> Shea Levy (7):
>   Add stub module for android bootimgs
>   android_bootimg: Implement dir
>   android_bootimg: Implement open
>   android_bootimg: Implement close
>   android_bootimg: Implement read
>   android_bootimg: style fixes
>   Add android_bootimg to changelog
>
>  ChangeLog-2015                 |   4 +
>  grub-core/Makefile.core.def    |   7 ++
>  grub-core/fs/android_bootimg.c | 255
> +++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 266 insertions(+)
>  create mode 100644 grub-core/fs/android_bootimg.c
>
> --
> 2.7.0
>
>
> _______________________________________________
> Grub-devel mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to