public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/6] OE alignments, including patch.bbclass
@ 2019-12-10 18:34 Jan Kiszka
  2019-12-10 18:34 ` [PATCH 1/6] lib/oe/path.py: Add GPLv2 header Jan Kiszka
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Jan Kiszka @ 2019-12-10 18:34 UTC (permalink / raw)
  To: isar-users

First, this is just a bunch of smaller alignments of OE lib code we
adopted. The more interesting change is The Final Fix (tm) of the
patching approach - by using OE's class.

This series depends on the earlier sent linux-custom report, namely the
old kernel build breaks with the new patching approach.

Jan

Ioan-Adrian Ratiu (1):
  oe/path.py: copyhardlinktree: don't overwrite existing symlinks

Jan Kiszka (3):
  lib/oe/path.py: Add GPLv2 header
  lib/oe/path.py: Align with OE-core regarding sparseness preservation
  patch: Replace custom implementation with OE-core solution

Ola x Nilsson (1):
  oe.types.path: Use with to control file handle lifetime

Trevor Gamblin (1):
  lib/oe/terminal.py: fix gnome-terminal start behavior

 doc/user_manual.md         |   1 +
 meta/classes/patch.bbclass | 217 +++++++----
 meta/lib/oe/patch.py       | 904 +++++++++++++++++++++++++++++++++++++++++++++
 meta/lib/oe/path.py        |   8 +-
 meta/lib/oe/terminal.py    |   2 +-
 meta/lib/oe/types.py       |   3 +-
 6 files changed, 1067 insertions(+), 68 deletions(-)
 create mode 100644 meta/lib/oe/patch.py

-- 
2.16.4


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-12-27 12:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10 18:34 [PATCH 0/6] OE alignments, including patch.bbclass Jan Kiszka
2019-12-10 18:34 ` [PATCH 1/6] lib/oe/path.py: Add GPLv2 header Jan Kiszka
2019-12-10 18:34 ` [PATCH 2/6] oe/path.py: copyhardlinktree: don't overwrite existing symlinks Jan Kiszka
2019-12-10 18:34 ` [PATCH 3/6] lib/oe/path.py: Align with OE-core regarding sparseness preservation Jan Kiszka
2019-12-10 18:34 ` [PATCH 4/6] lib/oe/terminal.py: fix gnome-terminal start behavior Jan Kiszka
2019-12-10 18:34 ` [PATCH 5/6] oe.types.path: Use with to control file handle lifetime Jan Kiszka
2019-12-10 18:34 ` [PATCH 6/6] patch: Replace custom implementation with OE-core solution Jan Kiszka
2019-12-11 14:16   ` Jan Kiszka
2019-12-11 14:21   ` Baurzhan Ismagulov
2019-12-11 14:26     ` Jan Kiszka
2019-12-27 12:50 ` [PATCH 0/6] OE alignments, including patch.bbclass Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox