summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-11-30 01:55:06 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:09 +0000
commit3fa155912aaa784f627fc386d6bc04cbcd08098b (patch)
tree271210ec8c16f2500b5dcd2e14faffc28395c67a
parent15dd02aefefd9c5d76c13ca7d20a71ee0a0b067b (diff)
downloadast2050-yocto-poky-3fa155912aaa784f627fc386d6bc04cbcd08098b.zip
ast2050-yocto-poky-3fa155912aaa784f627fc386d6bc04cbcd08098b.tar.gz
image_types.bbclass: add xz-native to deps for lzma ext2.lzma images
(From OE-Core rev: 0d637e33985437fbc826fdf13460ede5050db255) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/image_types.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index ea0d9a5..29b6380 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -142,7 +142,7 @@ IMAGE_DEPENDS_cramfs = "cramfs-native"
IMAGE_DEPENDS_ext2 = "genext2fs-native"
IMAGE_DEPENDS_ext2.gz = "genext2fs-native"
IMAGE_DEPENDS_ext2.bz2 = "genext2fs-native"
-IMAGE_DEPENDS_ext2.lzma = "genext2fs-native"
+IMAGE_DEPENDS_ext2.lzma = "genext2fs-native xz-native"
IMAGE_DEPENDS_ext3 = "genext2fs-native e2fsprogs-native"
IMAGE_DEPENDS_ext3.gz = "genext2fs-native e2fsprogs-native"
IMAGE_DEPENDS_ext4 = "genext2fs-native e2fsprogs-native"
OpenPOWER on IntegriCloud