diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-12-05 11:56:41 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2014-12-05 13:07:11 +0200 |
commit | d15c83b992a2024fba29fef41e5349211e463f4d (patch) | |
tree | 350ccf5188d1283d836d72d2888e1fc9bf570174 /meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend | |
parent | 8d2baa934934f09cbd0f1eb61d36ea40b80a402c (diff) | |
download | meta-boot2qt-4.0.0.tar.gz |
Use tmpfs for /var/run in toradex devicesv4.0.0
Default fstab for toradex devices was not using tmpfs for /var/run,
so some daemons did to handle hard reset nicely. Networking and udev
were failing at least.
Using 'b2qt' folder name for the fstab file, so that bitbake uses that
instead of the files from meta-toradex.
Task-number: QTEE-857
Change-Id: Id93b127b2b7c02bec11818c4c1b7357bfe65ecbf
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend')
-rw-r--r-- | meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend b/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend new file mode 100644 index 0000000..bdb9cdd --- /dev/null +++ b/meta-toradex-extras/recipes/base-files/base-files_3.0.14.bbappend | |||
@@ -0,0 +1,23 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||