diff options
Diffstat (limited to 'meta/classes-recipe/kernel-devicetree.bbclass')
-rw-r--r-- | meta/classes-recipe/kernel-devicetree.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes-recipe/kernel-devicetree.bbclass b/meta/classes-recipe/kernel-devicetree.bbclass index 831fdd1527..b3bae32f9e 100644 --- a/meta/classes-recipe/kernel-devicetree.bbclass +++ b/meta/classes-recipe/kernel-devicetree.bbclass | |||
@@ -12,12 +12,12 @@ python () { | |||
12 | d.appendVar("PACKAGES", " ${KERNEL_PACKAGE_NAME}-image-zimage-bundle") | 12 | d.appendVar("PACKAGES", " ${KERNEL_PACKAGE_NAME}-image-zimage-bundle") |
13 | } | 13 | } |
14 | 14 | ||
15 | # recursivly search for devicetree files | ||
15 | FILES:${KERNEL_PACKAGE_NAME}-devicetree = " \ | 16 | FILES:${KERNEL_PACKAGE_NAME}-devicetree = " \ |
16 | /${KERNEL_DTBDEST}/*.dtb \ | 17 | /${KERNEL_DTBDEST}/**/*.dtb \ |
17 | /${KERNEL_DTBDEST}/*.dtbo \ | 18 | /${KERNEL_DTBDEST}/**/*.dtbo \ |
18 | /${KERNEL_DTBDEST}/*/*.dtb \ | ||
19 | /${KERNEL_DTBDEST}/*/*.dtbo \ | ||
20 | " | 19 | " |
20 | |||
21 | FILES:${KERNEL_PACKAGE_NAME}-image-zimage-bundle = "/${KERNEL_IMAGEDEST}/zImage-*.dtb.bin" | 21 | FILES:${KERNEL_PACKAGE_NAME}-image-zimage-bundle = "/${KERNEL_IMAGEDEST}/zImage-*.dtb.bin" |
22 | 22 | ||
23 | # Generate kernel+devicetree bundle | 23 | # Generate kernel+devicetree bundle |