commit | 6324932fb6e1dd1b2b5a09ad673c5460fdb079f5 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Mon Oct 11 13:51:36 2021 +0100 |
committer | moidx <migue48@gmail.com> | Mon Oct 11 14:46:52 2021 -0700 |
tree | 90b7b8525d6e2190929c1b63fc9d0577aeaf1d8f | |
parent | 7b0e648898b01831e8a6114b6c99588345bf93e9 [diff] |
[docker] Copy files into container as user We use some scripts within the container as dev user. Explicitly copy them as this user to ensure the user executing the script has permissions on them later on. (`COPY` always uses root:root as target user/group. On some machines, the files ended up executable as docker ran, while on others it didn't. Making things explicit should give us a consistent build experience.) See #8569 Signed-off-by: Philipp Wagner <phw@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).