diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/beaglebone.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/beaglebone.inc b/conf/machine/include/beaglebone.inc index f76ad3d9..b10146d1 100644 --- a/conf/machine/include/beaglebone.inc +++ b/conf/machine/include/beaglebone.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | python () { | 1 | python () { |
2 | layers = bb.data.getVar("BBFILE_COLLECTIONS", d, 1) | 2 | layers = d.getVar("BBFILE_COLLECTIONS", True) |
3 | if not layers: | 3 | if not layers: |
4 | return | 4 | return |
5 | if "yoctobsp" in layers: | 5 | if "yoctobsp" in layers: |