summaryrefslogtreecommitdiffstats
path: root/meta/classes/image_types.bbclass
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 /meta/classes/image_types.bbclass
parent15dd02aefefd9c5d76c13ca7d20a71ee0a0b067b (diff)
downloadpoky-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>
Diffstat (limited to 'meta/classes/image_types.bbclass')
-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 ea0d9a56d7..29b63806e6 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image_types.bbclass
@@ -142,7 +142,7 @@ IMAGE_DEPENDS_cramfs = "cramfs-native"
142IMAGE_DEPENDS_ext2 = "genext2fs-native" 142IMAGE_DEPENDS_ext2 = "genext2fs-native"
143IMAGE_DEPENDS_ext2.gz = "genext2fs-native" 143IMAGE_DEPENDS_ext2.gz = "genext2fs-native"
144IMAGE_DEPENDS_ext2.bz2 = "genext2fs-native" 144IMAGE_DEPENDS_ext2.bz2 = "genext2fs-native"
145IMAGE_DEPENDS_ext2.lzma = "genext2fs-native" 145IMAGE_DEPENDS_ext2.lzma = "genext2fs-native xz-native"
146IMAGE_DEPENDS_ext3 = "genext2fs-native e2fsprogs-native" 146IMAGE_DEPENDS_ext3 = "genext2fs-native e2fsprogs-native"
147IMAGE_DEPENDS_ext3.gz = "genext2fs-native e2fsprogs-native" 147IMAGE_DEPENDS_ext3.gz = "genext2fs-native e2fsprogs-native"
148IMAGE_DEPENDS_ext4 = "genext2fs-native e2fsprogs-native" 148IMAGE_DEPENDS_ext4 = "genext2fs-native e2fsprogs-native"