This repository provides a Buildroot external for Microchip Ethernet PHY APIs C libraries.
- A linux host machine.
- Buildroot with external package support.
It is assumed that all the required softwares and librairies are installed on the linux host.
-
Get Buildroot sources
git clone git://git.buildroot.net/buildroot
-
Clone this repository
git clone git@github.com:blockos/buildroot-external-mepa.git
-
Setup environment
cd <path to>/buildroot export BR2_EXTERNAL="${PWD}/../buildroot-external-mepa"
-
Configuration & build
The MEPA package will be under External options.make menuconfig make -j"$(nproc)"