phub-util-mac builds topcliff_mac_util which can be used to read and write the MAC address for the Intel Platform Controller Hub EG20T (Topcliff) gigabit ethernet interface.
This is particularly useful for boards without a MAC address pre-configured. Signed-off-by: Darren Hart <dvh...@linux.intel.com> CC: Tom Zanussi <tom.zanu...@intel.com> --- .../recipes-bsp/phub-util-mac/phub-util-mac_0.0.bb | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 common/recipes-bsp/phub-util-mac/phub-util-mac_0.0.bb diff --git a/common/recipes-bsp/phub-util-mac/phub-util-mac_0.0.bb b/common/recipes-bsp/phub-util-mac/phub-util-mac_0.0.bb new file mode 100644 index 0000000..85cd8a7 --- /dev/null +++ b/common/recipes-bsp/phub-util-mac/phub-util-mac_0.0.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Topcliff MAC address Utility." +SECTION = "bsp" +DEPENDS = "" +HOMEPAGE = "" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=e2643b73e47fa4b29cdfad24ee42bed6" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/generalembedded/Downloads/Utility/phub_util_mac.tar.bz2" +SRC_URI[md5sum] = "f148f0a515ffa264ca5723df48cb7011" + +S = "${WORKDIR}/phub_util_mac/src/" + +do_configure () { + : +} + +do_install () { + install -d ${D}/${bindir} + install -m 0755 ${S}/topcliff_mac_util ${D}/${bindir} +} -- 1.7.6.4 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto