aufs2-27: Change the config.mk flags used by default.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Wed, 18 Nov 2009 14:10:11 +0000 (14:10 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:28 +0000 (20:15 +0100)
recipes/aufs/aufs2-27_git.bb

index ca858ed..97601c9 100644 (file)
@@ -26,9 +26,12 @@ S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "CONFIG_AUFS_FS=m  KDIR=${STAGING_KERNEL_DIR} DESTDIR=${D}"
 
-# Enable inotify support.
+# Enable inotify, export, sysrq and loop support.
 do_compile_prepend() {
           sed -i  "s:HINOTIFY =:HINOTIFY = y:g" ${S}/config.mk
+          sed -i  "s:EXPORT =:EXPORT = y:g" ${S}/config.mk
+          sed -i  "s:MAGIC_SYSRQ =:MAGIC_SYSRQ = y:g" ${S}/config.mk
+          sed -i  "s:BDEV_LOOP =:BDEV_LOOP = y:g" ${S}/config.mk 
 }
 
 do_install() {