diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-24 10:29:44 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-02-24 09:42:17 +0000 |
commit | 9836c267a651a037e6e1d8991b9c71332ee33d7d (patch) | |
tree | 7a00043f1d6fd47996f6235926e5c2fa48165472 | |
parent | 0d5594111ea1712f731cff174f21b3e2c4246c15 (diff) | |
download | meta-boot2qt-9836c267a651a037e6e1d8991b9c71332ee33d7d.tar.gz |
BBB: enable CONFIG_FHANDLE
CONFIG_FHANDLE is required for systemd to start getty
on a serial device (ttyO0).
Change-Id: I8ae771fb2e95efa1c74073895d27c06672c8a5ef
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend index bf2a850..5d02ff6 100644 --- a/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend +++ b/meta-beagleboard-extras/recipes/linux/linux-mainline_3.8.bbappend | |||
@@ -31,3 +31,7 @@ SRC_URI += "\ | |||
31 | INSANE_SKIP_${PN} = "installed-vs-shipped" | 31 | INSANE_SKIP_${PN} = "installed-vs-shipped" |
32 | KERNEL_IMAGETYPE = "zImage" | 32 | KERNEL_IMAGETYPE = "zImage" |
33 | B = "${S}" | 33 | B = "${S}" |
34 | |||
35 | do_configure_prepend() { | ||
36 | echo "CONFIG_FHANDLE=y" >> ${WORKDIR}/defconfig | ||
37 | } | ||