Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc resent patches for master or master-next
@ 2012-04-17 13:05 Andreas Oberritter
  2012-04-17 13:05 ` [PATCH 1/5] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs Andreas Oberritter
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Andreas Oberritter @ 2012-04-17 13:05 UTC (permalink / raw)
  To: openembedded-core

I'm resending patches that either haven't received any comments
so far (2 through 5) or where I don't know how to continue (1).

Some comments on the patches:
1) [fix] module.bbclass behaves differently than kernel.bbclass. My intention
   is to make them behave the same way. My first try was to copy pkg-
   postinst from kernel.bbclass to module.bbclass, but this was rejected
   by Koen, because it would leak build paths into the package. Richard
   suggested that calling depmod wasn't needed at all, because it was
   already called by pkg-postinst of kernel-image. So far I haven't had
   any problems with this patch.
   The main motivation to modify pkg-postinst was to improve the duration
   of the first boot, because module.bbclass forced pkg-postinst to get
   executed on first boot.
2) [fix] I wrote a local recipe, that fetched a tarball from a debian mirror.
   snapshot.debian.net didn't contain it, so it returned a html page
   instead of a 404.
3) [fix] Using PKGSUFFIX was suggested by Richard, in order to get rid of
   a preferred-provider warning.
4) [cleanup] Only removes unused files from wpa-supplicant just to get a better
   overview of the recipe.
5) [cleanup] Moves wpa_passphrase to bindir, which seems to be a more adequate
   location and which is the location used by Debian and Ubuntu.

I see that master-next hasn't received any updates since April 2nd.
Are patches that were submitted after that date going to get reviewed
after the release or should they get resubmitted after the release?

Andreas Oberritter (5):
  {kernel,module}.bbclass: don't run depmod for module packages during
    do_rootfs
  mirrors: remove snapshot.debian.net
  python: use PKGSUFFIX for libpython2
  wpa-supplicant: remove unused files
  wpa-supplicant: move wpa_passphrase to bindir

 meta/classes/kernel.bbclass                        |    4 +-
 meta/classes/mirrors.bbclass                       |    1 -
 meta/classes/module.bbclass                        |    7 +-
 .../wpa-supplicant-0.7.3/defaults-sane             |    8 -
 .../wpa-supplicant/wpa-supplicant-0.7.3/defconfig  |  157 ----------------
 .../wpa-supplicant/wpa-supplicant-0.7.3/init.sh    |   50 -----
 .../wpa_supplicant-0.5.7-always-scan.patch         |   14 --
 ...a_supplicant-fix-deprecated-dbus-function.patch |  189 --------------------
 .../wpa_supplicant_default.conf                    |   13 --
 .../wpa-supplicant/wpa-supplicant-0.7.inc          |    8 +-
 .../wpa-supplicant/wpa-supplicant_0.7.3.bb         |    2 +-
 meta/recipes-devtools/python/python_2.7.2.bb       |    7 +-
 12 files changed, 14 insertions(+), 446 deletions(-)
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defaults-sane
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/init.sh
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-fix-deprecated-dbus-function.patch
 delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant_default.conf

-- 
1.7.5.4




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

end of thread, other threads:[~2012-04-23 21:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-17 13:05 [PATCH 0/5] Misc resent patches for master or master-next Andreas Oberritter
2012-04-17 13:05 ` [PATCH 1/5] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs Andreas Oberritter
2012-04-23 15:31   ` Darren Hart
2012-04-23 15:55     ` Andreas Oberritter
2012-04-23 17:35   ` Darren Hart
2012-04-23 21:21     ` Andreas Oberritter
2012-04-23 21:26       ` Darren Hart
2012-04-17 13:05 ` [PATCH 2/5] mirrors: remove snapshot.debian.net Andreas Oberritter
2012-04-17 13:05 ` [PATCH 3/5] python: use PKGSUFFIX for libpython2 Andreas Oberritter
2012-04-17 13:05 ` [PATCH 4/5] wpa-supplicant: remove unused files Andreas Oberritter
2012-04-17 13:05 ` [PATCH 5/5] wpa-supplicant: move wpa_passphrase to bindir Andreas Oberritter

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