aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 98b448f33ca13b5f252f8d69b663af556762ee28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# meta-intel-docker
Yocto layer for adding docker to Intel platforms

If target will be behind a network proxy make sure http_proxy enviorment variable is set. Then build basic docker image as follows:

    mkdir docker-image
    cd docker-image
    repo init -u https://github.intel.com/hbruce/repo-manifests.git -m docker.xml
    repo sync
    export TEMPLATECONF=../meta-intel-docker/conf
    source poky/oe-init-build-env
    bitbake intel-docker-image