summaryrefslogtreecommitdiff
path: root/recipes
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
commit51da8dbfaa24e2717dc8a2f1b0d45c961a324fa2 (patch)
tree9b3ac1b09f3fc7964e648e3cb843f9c20537c47a /recipes
parenta8d0bc3acdece0ead6c511c883fe52e56de01dc2 (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.
Diffstat (limited to 'recipes')
-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 \