From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: sysvinit runlevels
Date: Mon, 02 Mar 2009 23:38:06 -0500 [thread overview]
Message-ID: <20090303043806.GA26643@denix.org> (raw)
In-Reply-To: <200903021515.46131.e.robertson.svg@gmail.com>
On Mon, Mar 02, 2009 at 03:15:46PM -0600, E Robertson wrote:
> Hi,
> I'm building a busybox based distro using busybox init. I notice sysvinit run
> levels unexpectedly showed up my rootfs. Is this normally what it does and I
> need to explicitly remove them?
AFAIK, runlevels are coming with initscripts package, not sysvinit - you can
overwrite that with IMAGE_INITSCRIPTS variable. But then you'd have to manage
startup scripts yourself, as many recipes hook into update-rc.d through
INITSCRIPT_PARAMS.
> Also, I couldn't find the "?=" operation in the bitbake manual so I assumed it
> a condition statement and is overridden of the variable is defined, it this
> true?
Theodore A. Roth is kind enough to help with the documentation. Earlier today
he sent the patch to the bitbake mailing list with the following text:
Setting a default value (?=)
A ?= "aval"
If A is set before the above is called, it will retain it's
previous value. If A is unset prior to the above call, A will be
set to aval.
--
Denys
prev parent reply other threads:[~2009-03-03 4:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-02 21:15 sysvinit runlevels E Robertson
2009-03-03 4:38 ` Denys Dmytriyenko [this message]
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=20090303043806.GA26643@denix.org \
--to=denis@denix.org \
--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.