From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 2/5] systemd: add systemd-initramfs
Date: Fri, 21 Oct 2011 16:29:35 +0200 [thread overview]
Message-ID: <j7rvkf$i6m$1@dough.gmane.org> (raw)
In-Reply-To: <db76597e3a3c1e747f762e1944363700535512c3.1319205291.git.otavio@ossystems.com.br>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Op 21-10-11 15:55, Otavio Salvador schreef:
> Includes a /init that points to ${base_sbin}/init that is called so to
> avoid having to include post rootfs commands for it.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> ---
> meta-oe/recipes-core/systemd/systemd_git.bb | 10 ++++++++-- 1 files
> changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb
> b/meta-oe/recipes-core/systemd/systemd_git.bb index 8faedd0..f9e024b
> 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++
> b/meta-oe/recipes-core/systemd/systemd_git.bb @@ -14,7 +14,7 @@ inherit
> gitpkgv PKGV = "v${GITPKGVTAG}"
>
> PV = "git" -PR = "r0" +PR = "r1"
>
> inherit pkgconfig autotools vala perlnative
>
> @@ -52,9 +52,15 @@ do_install() { autotools_do_install # provided by a
> seperate recipe rm ${D}${base_libdir}/systemd/system/serial-getty* -f + +
> # provide support for initramfs + ln -s ${base_sbindir}/init
> ${D}/systemd }
I wasn't paying attention, sorry. The above needs to be:
ln -s ${base_bindir}/systemd ${D}/init
shall I fix it myself or do you want to send a patch?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFOoYHPMkyGM64RGpERAtmbAJ42uS1WPeIwDl0SBUC055oZa9gnfACeNNLO
V8rl5ePtsBq4ReGOtP8g8Ho=
=sQxg
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2011-10-21 14:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-21 13:55 [meta-oe][PATCH 0/5] SystemD fixes and improvements Otavio Salvador
2011-10-21 13:55 ` [meta-oe][PATCH 1/5] systemd-serialgetty: don't require systemd_git.bb Otavio Salvador
2011-10-21 13:55 ` [meta-oe][PATCH 2/5] systemd: add systemd-initramfs Otavio Salvador
2011-10-21 14:29 ` Koen Kooi [this message]
2011-10-21 14:38 ` Otavio Salvador
2011-10-21 13:55 ` [meta-oe][PATCH 3/5] systemd: add lock group using useradd.bbclass Otavio Salvador
2011-10-21 13:55 ` [meta-oe][PATCH 4/5] systemd: do not recommend systemd-serialgetty Otavio Salvador
2011-10-21 13:55 ` [meta-oe][PATCH 5/5] task-basic: add "serial-console" machine feature Otavio Salvador
2011-10-21 14:04 ` Koen Kooi
2011-10-21 15:56 ` Khem Raj
2011-10-24 6:55 ` [meta-oe][PATCH 0/5] SystemD fixes and improvements Koen Kooi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='j7rvkf$i6m$1@dough.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.