summaryrefslogtreecommitdiff
path: root/mythfront/mythfront-config.oe
diff options
context:
space:
mode:
Diffstat (limited to 'mythfront/mythfront-config.oe')
-rw-r--r--mythfront/mythfront-config.oe15
1 files changed, 15 insertions, 0 deletions
diff --git a/mythfront/mythfront-config.oe b/mythfront/mythfront-config.oe
index e69de29bb2..38bea68cd5 100644
--- a/mythfront/mythfront-config.oe
+++ b/mythfront/mythfront-config.oe
@@ -0,0 +1,15 @@
+PV = "1.1"
+
+SRC_URI = "file://tftp.sh"
+
+do_install() {
+ install -d ${D}/etc/udhcpc.d/
+ install ${WORKDIR}/tftp.sh ${D}/etc/udhcpc.d/80tftp
+
+ install -d ${D}/etc/mythtv
+ ln -sf /var/lib/config/mysql.txt ${D}/etc/mythtv
+
+ install -d ${D}/etc/X11
+ ln -sf /var/lib/config/xorg.conf ${D}/etc/X11
+}
+