Commit Graph

1431 Commits

Author SHA1 Message Date
Alex Gonzalez e112184852 meta-digi-arm: Use meta-fsl-arm image_types_fsl
Allow for customizations to happen on the image_types_digi class.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:46 +01:00
Alex Gonzalez 12382a590e meta-digi-arm: Update preferred udev version.
This needs to be done to work with the updated recipe in meta-oe.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:45 +01:00
Alex Gonzalez eb9c1ecc70 meta-digi-arm: Fix virtual/kernel preferred provider.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:45 +01:00
Alex Gonzalez bc97dbd679 meta-digi-arm: Add recipes-graphics, amd-gpu-bin and libz160.
A difference with meta-fsl-arm is that we include then non X11 version.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-28 16:56:45 +01:00
Alex Gonzalez 36a7a55f2a meta-digi-arm: Add imx-firmware.
We use the 11.09.01 tarball which also includes binary firmware for other
hardware like the sdma and atheros, but we don't install the firmware
we don't use.

Also, we include newer VPU binary files on this commit, from the
11.09.01_201112 tarball which are the ones we use in DEL.

This is also done this way in meta-fsl-arm.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 16:04:07 +01:00
Alex Gonzalez 5c765c43c5 meta-digi: Add gsl-fls-plugin package.
The package is added in meta-fsl-arm and the customizations are done
in meta-fsl-del.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 10:21:20 +01:00
Alex Gonzalez 855232c9a0 meta-digi-arm: Patch gsl-plugins-base.
This is the same patch we have in del-toolchain.git and the same patch
meta-fsl-arm applies.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-21 10:15:56 +01:00
Alex Gonzalez 39c219d5c5 meta-fsl-arm: Adding package fsl-mm-mp3enc-codeclib to del-gstreamer task.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 18:12:35 +01:00
Alex Gonzalez 88b1dcb453 meta-fsl-arm: Adding fsl-mm-flv-codeclib package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 18:06:21 +01:00
Alex Gonzalez 49f97e39ef meta-digi-arm: Add imx-lib package.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:47:13 +01:00
Alex Gonzalez b9f421b1b9 fsl-mm-codeclib: Fix qa issue with fsl-mm-codeclib rdepend.
The package was not including all the libraries being installed.

That is because $SOLIBS extens to *.so.*, which meant that the .so files
were not being packaged.

I won't report this upstream as probably the source tarball they use won't
have this problem.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:33:57 +01:00
Alex Gonzalez 46a575516c fsl-mm-codeclib: Point to FSL MMK EULA and fix checksums.
The recipe is sourcing the tarball from Logroño's repoes which has a
different checksum than the same version included in meta-fsl-arm.

Go guess.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 16:31:37 +01:00
Alex Gonzalez b01667f276 meta-digi-arm: Add fsl-mm-codeclib to recipes-multimedia.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-20 12:22:22 +01:00
Alex Gonzalez b5cd4d7edc meta-digi-del: Add distribution layer.
This commit separates the BSP layer from the DEL distribution layer. This
allows for customers to use the BSP layer while customizing their own
distribution, and for other Digi teams, like the gateways, to do the same.

It would also allow to use the DEL layer over other BSPs.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2012-11-19 13:40:53 +01:00
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