From: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: developmet setup
Date: Thu, 27 May 2010 17:50:49 +0200 [thread overview]
Message-ID: <lyvda9gx7q.fsf@ensc-virt.intern.sigma-chemnitz.de> (raw)
In-Reply-To: <AANLkTin5ULxoMD23AleqaBLBxR8zinSd8OfO8NgpKvTn@mail.gmail.com> (Raffaele Recalcati's message of "Wed, 26 May 2010 08:34:07 +0200")
Raffaele Recalcati <lamiaposta71@gmail.com> writes:
> I was searching a clean way to develop in OE my new kernel and my new
> applications.
I wrote a recipe[1] which generates a special 'Makefile'[2]. It can be
used for developing an application in a way like
| $ make -C ~/src/my-app -f <workspace>/Makefile.ipan7 all
| $ make -f <workspace>/Makefile.ipan7 shell
and sets all the crosscompiler information. There exist some extensions
for U-Boot[3] or common tasks like pkg-installation in NFS
rootfilesystems[4]. Sample commands are
| $ make -C ~/src/u-boot -f <workspace>/Makefile.ipan7 CFG=u-boot
or
| $ make -f <workspace>/Makefile.ipan7 CFG=pkg pkg-install P=busybox
| $ make -f <workspace>/Makefile.ipan7 CFG=pkg pkg-upgrade
We started with a variation for the kernel which was placed into a
kernel recipe[5] and generates a more simple makefile[6]. It should be
probably ported to the previous, more modern method but it works and
I do not have time for it :(
Our development model is to work on NFS rootfs where applications are
installed on by the methods above. There are OE recipes for these apps
which fetch either from git repositories or fetch normal tarballs of
these apps.
Enrico
Footnotes:
[1] https://www.cvg.de/people/ensc/oe/elito-develcomp.bb
[2] https://www.cvg.de/people/ensc/oe/Makefile.ipan7
[3] https://www.cvg.de/people/ensc/oe/u-boot.mk
[4] https://www.cvg.de/people/ensc/oe/pkg.mk
[5] https://www.cvg.de/people/ensc/oe/elito-kernel.inc
[6] https://www.cvg.de/people/ensc/oe/Makefile.kernel.ipan7
next prev parent reply other threads:[~2010-05-27 15:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-26 6:34 developmet setup Raffaele Recalcati
2010-05-26 11:19 ` Koen Kooi
2010-05-27 12:46 ` Raffaele Recalcati
2010-05-27 13:14 ` Antonio Ospite
2010-05-27 13:46 ` Raffaele Recalcati
2010-05-27 15:50 ` Enrico Scholz [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-05-27 14:42 Vladimir Davydov
2010-05-27 17:16 ` Denys Dmytriyenko
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=lyvda9gx7q.fsf@ensc-virt.intern.sigma-chemnitz.de \
--to=enrico.scholz@sigma-chemnitz.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox