All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-systemd/V2 0/4] remove systemd core images & update bbappends
@ 2013-01-28 13:50 Andreas Müller
  2013-01-28 13:50 ` [meta-systemd/V2 1/4] systemd: remove core recipes - they migrated to oe-core Andreas Müller
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Andreas Müller @ 2013-01-28 13:50 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 164caa34458ed2c145dfa2e4d2d207f8ce47a057:


are available in the git repository at:
  git://gitorious.org/schnitzeltony-oe-meta/meta-openembedded.git patches

Andreas Müller (4):
      systemd: remove core recipes - they migrated to oe-core
      systemd-speed-hacks: remove
      dhcp: follow oe-core to 4.2.5
      util-linux: follow oe-core to 2.22.2

 ...{dhcp_4.2.4-P2.bbappend => dhcp_4.2.5.bbappend} |    0
 ..._2.22.1.bbappend => util-linux_2.22.2.bbappend} |    0
 .../recipes-core/systemd/systemd-compat-units.bb   |   59 ----
 .../systemd/systemd-compat-units/machineid.service |   16 -
 .../systemd-compat-units/run-postinsts.service     |   17 -
 .../recipes-core/systemd/systemd-serialgetty.bb    |   46 ---
 .../systemd/systemd-serialgetty/LICENSE            |  339 --------------------
 .../systemd-serialgetty/serial-getty@.service      |   32 --
 .../recipes-core/systemd/systemd-speed-hacks.bb    |   18 -
 .../systemd/systemd-systemctl-native.bb            |   18 -
 .../systemd/systemd-systemctl-native/systemctl     |  126 --------
 ...emd-analyze-use-argparse-instead-of-getop.patch |  103 ------
 ...-analyze-use-GDBus-instead-of-dbus-python.patch |   91 ------
 .../recipes-core/systemd/systemd/gtk-doc.make      |  230 -------------
 .../recipes-core/systemd/systemd/modprobe.rules    |   17 -
 .../systemd/systemd/optional_secure_getenv.patch   |   19 --
 .../systemd-pam-configure-check-uclibc.patch       |   26 --
 .../systemd/systemd/systemd-pam-fix-execvpe.patch  |   26 --
 .../systemd/systemd-pam-fix-fallocate.patch        |   82 -----
 .../systemd/systemd-pam-fix-getty-unit.patch       |   35 --
 .../systemd/systemd/systemd-pam-fix-mkostemp.patch |  166 ----------
 .../systemd/systemd/systemd-pam-fix-msformat.patch |  335 -------------------
 .../recipes-core/systemd/systemd/touchscreen.rules |   18 -
 .../recipes-core/systemd/systemd/var-run.conf      |    4 -
 meta-systemd/recipes-core/systemd/systemd_git.bb   |  263 ---------------
 25 files changed, 0 insertions(+), 2086 deletions(-)
 rename meta-systemd/oe-core/recipes-connectivity/dhcp/{dhcp_4.2.4-P2.bbappend => dhcp_4.2.5.bbappend} (100%)
 rename meta-systemd/oe-core/recipes-core/util-linux/{util-linux_2.22.1.bbappend => util-linux_2.22.2.bbappend} (100%)
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-compat-units.bb
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-compat-units/machineid.service
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-compat-units/run-postinsts.service
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-serialgetty.bb
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-serialgetty/LICENSE
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-serialgetty/serial-getty@.service
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-speed-hacks.bb
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd-systemctl-native.bb
 delete mode 100755 meta-systemd/recipes-core/systemd/systemd-systemctl-native/systemctl
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/0001-Revert-systemd-analyze-use-argparse-instead-of-getop.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/0002-Revert-analyze-use-GDBus-instead-of-dbus-python.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/gtk-doc.make
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/modprobe.rules
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/optional_secure_getenv.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/systemd-pam-configure-check-uclibc.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/systemd-pam-fix-execvpe.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/systemd-pam-fix-fallocate.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/systemd-pam-fix-mkostemp.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/systemd-pam-fix-msformat.patch
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/touchscreen.rules
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd/var-run.conf
 delete mode 100644 meta-systemd/recipes-core/systemd/systemd_git.bb

-- 
1.7.6.5




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

end of thread, other threads:[~2013-02-05 10:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28 13:50 [meta-systemd/V2 0/4] remove systemd core images & update bbappends Andreas Müller
2013-01-28 13:50 ` [meta-systemd/V2 1/4] systemd: remove core recipes - they migrated to oe-core Andreas Müller
2013-01-28 17:45   ` Martin Jansa
2013-01-28 13:50 ` [meta-systemd/V2 2/4] systemd-speed-hacks: remove Andreas Müller
2013-01-28 13:50 ` [meta-systemd/V2 3/4] dhcp: follow oe-core to 4.2.5 Andreas Müller
2013-01-28 13:50 ` [meta-systemd/V2 4/4] util-linux: follow oe-core to 2.22.2 Andreas Müller
2013-01-28 15:14 ` [meta-systemd/V2 0/4] remove systemd core images & update bbappends Martin Jansa
2013-02-05 10:19 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.