From: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 5/6] Added images for the TS7500 ARM SBCs
Date: Wed, 30 Mar 2011 16:33:25 +0200 [thread overview]
Message-ID: <1301495605.11614.10.camel@localhost> (raw)
In-Reply-To: <1301494030-10554-5-git-send-email-v2g.udel@gmail.com>
Dnia 2011-03-30, śro o godzinie 10:07 -0400, UDel V2G Team pisze:
> * This commit includes two images - one for building the initrd image and the other for
> building the rootfs image.
>
> Signed-off-by: UDel V2G Team <v2g.udel@gmail.com>
Please use real "name surname" instead.
> diff --git a/recipes/images/ts75xx-initrd-image.bb b/recipes/images/ts75xx-initrd-image.bb
> new file mode 100644
> index 0000000..306bf3a
> --- /dev/null
> +++ b/recipes/images/ts75xx-initrd-image.bb
> +# Use a newer version of busybox since it includes the nbd-client applet.
> +# We no longer need to build the nbd-client program since we enable this.
> +DEPENDS = "busybox-1.18.3"
This is ugly - please provide patch which will enable nbd-client in
default busybox instead.
> +IMAGE_INSTALL = "busybox
> canctl dioctl dmxctl spictl ts-utils ts-initrd \
I suggest creating task-ts75xx for it. Will be easier to add them into
images.
> +# This should build all the correct device tables.
> +IMAGE_DEVICE_TABLES = "files/device_table-ts75xx.txt"
This should probably be set in machine config. What if I will build this
image for c7x0?
> +fix_image () {
s/fix_image/remove_any_files_we_do_not_want_in_initrd/
Some will be done by setting package management variable to "none".
> +++ b/recipes/images/ts75xx-rootfs-image.bb
> +IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp ; "
> +IMAGE_INIT_MANAGER = "sysvinit"
> +DISTRO_SSH_DAEMON = "openssh"
Do not override this - this is *distro* decision does it want openssh or
dropbear.
> +DEPENDS = "\
> + task-proper-tools \
> + ${DISTRO_SSH_DAEMON} \
> + ${@base_contains('MACHINE_FEATURES', 'ext2', 'task-base-ext2', '', d)} \
> + ${@base_contains('MACHINE_FEATURES', 'usbhost', 'task-base-usbhost', '', d)} \
> + canctl dioctl dmxctl spictl ts-utils ts-initrd \
> + coreutils \
> + findutils \
> + bash \
Those are part of task-proper-tools iirc.
> + python \
without extra modules?
> +KERNEL_MODULES = "\
why not install "kernel-modules" meta package instead?
next prev parent reply other threads:[~2011-03-30 14:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-30 14:07 [PATCH 1/6] Add support for the Technologic Systems TS7500 ARM SBCs UDel V2G Team
2011-03-30 14:07 ` [PATCH 2/6] Allows the use of the angstrom distribution with ARM cores that do not support THUMB_INTERWORK instructions UDel V2G Team
2011-03-30 15:04 ` Koen Kooi
2011-03-31 20:57 ` Khem Raj
2011-03-30 14:07 ` [PATCH 3/6] Add kernel support for the Technologic Systems TS7500 ARM SBCs UDel V2G Team
2011-03-30 14:45 ` Marcin Juszkiewicz
2011-04-02 8:53 ` Petr Štetiar
2011-03-30 14:07 ` [PATCH 4/6] Add recipes for building TS75xx userspace utilities UDel V2G Team
2011-03-30 14:40 ` Marcin Juszkiewicz
2011-03-30 16:55 ` Sachin Kamboj
2011-04-02 8:40 ` Petr Štetiar
2011-03-30 14:07 ` [PATCH 5/6] Added images for the TS7500 ARM SBCs UDel V2G Team
2011-03-30 14:33 ` Marcin Juszkiewicz [this message]
2011-03-30 14:07 ` [PATCH 6/6] Adds custom defconfigs for Technologic Systems " UDel V2G Team
2011-03-31 21:00 ` Khem Raj
2011-03-30 14:43 ` [PATCH 1/6] Add support for the " Marcin Juszkiewicz
2011-03-31 20:48 ` Khem Raj
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=1301495605.11614.10.camel@localhost \
--to=marcin@juszkiewicz.com.pl \
--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.