diff options
Diffstat (limited to 'classes/linux-raspberrypi-base.bbclass')
| -rw-r--r-- | classes/linux-raspberrypi-base.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/linux-raspberrypi-base.bbclass b/classes/linux-raspberrypi-base.bbclass index dc2330a..e925d4e 100644 --- a/classes/linux-raspberrypi-base.bbclass +++ b/classes/linux-raspberrypi-base.bbclass | |||
| @@ -3,8 +3,8 @@ inherit linux-kernel-base | |||
| 3 | def get_dts(d, ver=None): | 3 | def get_dts(d, ver=None): |
| 4 | import re | 4 | import re |
| 5 | 5 | ||
| 6 | staging_dir = d.getVar("STAGING_KERNEL_BUILDDIR", True) | 6 | staging_dir = d.getVar("STAGING_KERNEL_BUILDDIR") |
| 7 | dts = d.getVar("KERNEL_DEVICETREE", True) | 7 | dts = d.getVar("KERNEL_DEVICETREE") |
| 8 | 8 | ||
| 9 | # d.getVar() might return 'None' as a normal string | 9 | # d.getVar() might return 'None' as a normal string |
| 10 | # leading to 'is None' check isn't enough. | 10 | # leading to 'is None' check isn't enough. |
