summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.aarch64.patch
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16Move the proj to python3Panagiotis Karalis1-6/+6
The aim of this patch is to upgrade python version of this project from python2 to python3. Signed-off-by: Panagiotis Karalis <panos.pkaralis@gmail.com> Change-Id: I3d3ef01176fda1b23a0542a24625be2f3368c40e
2017-12-23[bugfix] easy_install: not foundxudan1-12/+11
Remove easy_install because it will be installed later. Change-Id: I29f425e0a5784b581a5b65ea5c8f8db66fc9dc8e Signed-off-by: xudan <xudan16@huawei.com>
2017-12-20Fix aarch64 patch for Dovetail containerxudan1-9/+12
Change-Id: I3746136e9002a14eea81c38ea54cbbad7fa68da1 Signed-off-by: xudan <xudan16@huawei.com>
2017-08-10Remake aarch64 patch for Dovetail containerAlexandru Nemes1-15/+38
JIRA: ARMBAND-286 Change-Id: Ided665488c7240943f62c65df0535d8b0178459f Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
2017-05-15Fix AArch64 nested Docker installAlexandru Nemes1-6/+17
Due to recent changes in official Dovetail Dockerfile, which is running on Ubuntu 14.04, we need some changes in our patch file for aarch64 in order to keep it working on 16.04. JIRA: ARMBAND-258 Change-Id: Icff8c5a16d90ec4b67204a5b525a7896c796ca11 Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
2017-04-24AArch64 support for Dovetail dockerAlexandru Nemes1-0/+32
Add aarch64 patch for Dovetail docker file; The patch should be applied from releng Move to Ubuntu 16.04 in order, since docker.io package was not available for arm on Ubuntu 14.04. Added "pip install -U setuptools", since installation of other components failed because setuptools was missing. Change-Id: If00346d89c48be86c6d9b830f75c1792c39d6bb3 Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>