diff options
Diffstat (limited to 'conf/distro/include/raspberrypi.conf')
-rw-r--r-- | conf/distro/include/raspberrypi.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 97513a8..61cebb4 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
@@ -20,7 +20,13 @@ | |||
20 | ## | 20 | ## |
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" | 23 | IMAGE_FSTYPES = "tar.gz" |
24 | |||
25 | BOOTFS_CONTENT = "\ | ||
26 | bcm2835-bootfiles/*: \ | ||
27 | ${KERNEL_IMAGETYPE}:kernel.img \ | ||
28 | " | ||
29 | BOOTFS_DEPENDS = "bcm2835-bootfiles:do_deploy virtual/kernel:do_deploy" | ||
24 | 30 | ||
25 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" | 31 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" |
26 | 32 | ||