Commit Graph

2617 Commits

Author SHA1 Message Date
Alex Gonzalez 4560c7b01e del: Shorten distro name to remove reference to Poky.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-16 18:50:41 +01:00
Alex Gonzalez b742aa835e del: Add busybox default configuration.
For the del distro, override the busybox configuration to use the one
that was also used in DEL-5.9.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-16 18:07:23 +01:00
Alex Gonzalez d2d97da28a meta-digi-arm: Add del distro.
This allows to specify del specific overrides in recipes, so that other
distros under meta-digi can also customize them in their own way.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-16 18:05:57 +01:00
Alex Gonzalez 47bcb5e3ca base-password: Override whole recipe in meta-digi.
The original recipe is based in meta/recipes-core. We want to add a shadow
file for the del-image-minimal target.

The best way would be to add a bbappend overlay, however the original
recipe prepends the populate_packages function with a:

preinst = blahblah

This makes it impossible for a bbappended recipe to add anything to the
preinst script, which is needed to install the shadow file.

Hence the only solution is to duplicated the recipe and increase PR.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-16 16:12:32 +01:00
Alex Gonzalez e6f4c59b6a del-image-minimal: Add initial version.
del-image-minimal is the command line non graphical busybox based minimal
root filesystem for Digi Embedded Linux.

It uses a base task-del-core task, and defines core-ssh-dropbear as image
feature. It also will default to using shadow passwords unless
debug-tweak is selected in which case root can log in with an empty
password.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-16 16:09:18 +01:00
Alex Gonzalez dcf91c0aad layer.conf: Bump the layer priority.
Make meta-digi the same priority as meta and meta-yocto so that recipes
with new revisions are used from meta-digi.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-16 15:59:30 +01:00
Alex Gonzalez 80d8b442fb images: Add del-image-minimal
Initially this is a copy of core-image-minimal.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-31 14:10:54 +01:00
Alex Gonzalez 208821ea85 layer.conf: Add digi mirror URL placeholder.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-31 13:38:19 +01:00
Alex Gonzalez 2352f88f2f imx-base: Add jffs2 image type.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-31 09:50:34 +01:00
Alex Gonzalez 4587014164 imx-base: Do not set UBOOT_SUFFIX and UBOOT_MAKE_TARGET
These are specified on the individual machines.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-30 18:36:18 +01:00
Alex Gonzalez 7dd61cc29b u-boot-digi: Provides u-boot.
This is the name the yocto core expects.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-30 18:34:51 +01:00
Alex Gonzalez 48e88d93ea recipes-kernel: Add kernel recipe.
http://jira/jira/browse/DEL-93

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-29 16:11:07 +01:00
Alex Gonzalez 33120b055b meta-digi-arm: Fix load address and entry point for ccxmx51js.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-26 17:05:29 +02:00
Alex Gonzalez 10c7f1c840 meta-digi-arm: Add recipes-bsp/u-boot
Also add the image_types_digi class.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-26 16:20:53 +02:00
Alex Gonzalez f00c7efcef meta-digi-arm: Add end user license agreements.
DEL-102

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-26 16:20:14 +02:00
Alex Gonzalez cbd27318a1 meta-digi-arm: Add machine configuration files for all supported platforms.
DEL-88

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-10-26 16:19:06 +02:00
Javier Viguera 9deff91b8f meta-digi-arm: Digi's ARM platforms meta layer (top directory)
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2012-10-26 11:36:05 +02:00