summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-03-31 09:31:03 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-03-31 09:31:03 +0200
commit8a7a2f87197bfa3b17539c69e06bec6325ac075c (patch)
tree36b8869e0421e240161f206468cd5552150fd8d3
parent71896b32fc4e93209acb03ee0484214db4c06060 (diff)
images: add ptpd to IEEE 1588 capable hardware
Apalis T30 and Colibri VFxx modules have IEEE 1588 (Precision Time Protocol) capable Ethernet NIC's. This adds the userspace daemon to such hardware.
-rw-r--r--recipes/images/trdx-extra.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index 5bb4928..86ba9dd 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -47,6 +47,7 @@ IMAGE_INSTALL_MACHINE_colibri-t30 = " \
IMAGE_INSTALL_MACHINE_apalis-t30 = " \
${IMAGE_INSTALL_T20_T30} \
pciutils \
+ ptpd \
iproute2 \
canutils \
lvds-ctrl \
@@ -65,6 +66,7 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = " \
IMAGE_INSTALL_MACHINE_colibri-vf = " \
gpioconfig \
+ ptpd \
iproute2 \
canutils \
mtd-utils-ubifs \