summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp
diff options
context:
space:
mode:
authorAlexander Hedges <ahedges@ethz.ch>2018-08-21 19:09:23 +0200
committerAlexander Hedges <ahedges@ethz.ch>2018-08-21 19:09:23 +0200
commitb220f9939d3a1696ca910d1149a7172d28692004 (patch)
tree14af31b076a263274cf0f77bef6273c8d85c3336 /meta-openbmc-bsp
parentd966f4d0b17b16ace1371a56b9542d3203afa14a (diff)
downloadtalos-openbmc-b220f9939d3a1696ca910d1149a7172d28692004.tar.gz
talos-openbmc-b220f9939d3a1696ca910d1149a7172d28692004.zip
Fix inconsistent indentation
Change-Id: I8473b4c93915d57a513384c38137186353c052bd Signed-off-by: Alexander Hedges <ahedges@ethz.ch>
Diffstat (limited to 'meta-openbmc-bsp')
-rw-r--r--meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc b/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
index c5984b1ea..0f65dfea1 100644
--- a/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
+++ b/meta-openbmc-bsp/meta-ibm/meta-fsp2/recipes-kernel/linux/linux-fsp2.inc
@@ -15,13 +15,13 @@ COMPATIBLE_MACHINE_${MACHINE} = "^${MACHINE}$"
KERNEL_CLASSES ?= "kernel-uimage"
do_patch_append() {
- for DTB in "${KERNEL_DEVICETREE}"; do
- DT=`basename ${DTB} .dtb`
- if [ -r "${WORKDIR}/${DT}.dts" ]; then
- cp ${WORKDIR}/${DT}.dts \
- ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts
- fi
- done
+ for DTB in "${KERNEL_DEVICETREE}"; do
+ DT=`basename ${DTB} .dtb`
+ if [ -r "${WORKDIR}/${DT}.dts" ]; then
+ cp ${WORKDIR}/${DT}.dts \
+ ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts
+ fi
+ done
}
inherit kernel
OpenPOWER on IntegriCloud