summaryrefslogtreecommitdiff
path: root/meta/classes/image_types_uboot.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* image_types_uboot: fix a number of issuesChris Larson2011-08-301-13/+12
| | | | | | | | | | | | - Don't use a variable reference in the IMAGE_DEPENDS - Inherit kernel-arch to get UBOOT_ARCH - Don't include the .bz2 variants, since the base types aren't in oe-core - Add the new types to IMAGE_TYPES - Inherit image_types, to be certain we load after it Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* image_types_uboot: add uboot mkimage fs typesChris Larson2011-08-231-0/+21
Signed-off-by: Chris Larson <chris_larson@mentor.com>