summaryrefslogtreecommitdiffstats
path: root/classes/sdcard_image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sdcard_image.bbclass')
-rw-r--r--classes/sdcard_image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
index 519bd9a3..f9b8d467 100644
--- a/classes/sdcard_image.bbclass
+++ b/classes/sdcard_image.bbclass
@@ -19,7 +19,7 @@ LOOPDEV_FS ?= "/dev/loop3"
19SDIMG_SIZE ?= "444" 19SDIMG_SIZE ?= "444"
20 20
21# FS type for rootfs 21# FS type for rootfs
22ROOTFSTYPE ?= "ext3" 22ROOTFSTYPE ?= "ext4"
23 23
24BOOTPARTNAME_beaglebone = "BEAGLE_BONE" 24BOOTPARTNAME_beaglebone = "BEAGLE_BONE"
25BOOTPARTNAME ?= "${MACHINE}" 25BOOTPARTNAME ?= "${MACHINE}"