commit | fd5dae06d5d7fa37a5ab5f7662cab18b8023aa7d | [log] [tgz] |
---|---|---|
author | John Bauman <jbauman@google.com> | Wed Feb 14 06:00:11 2024 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 14 06:00:11 2024 +0000 |
tree | 04d05ff18355e5368df20026a1e804de6f6acc8f | |
parent | f00c3881bf34968321afa15e0e3c2e3d4e8fdcd1 [diff] |
Remove dependency on lib/ddk/hw/arch_ops.h arch_ops.h isn't included in the SDK, so just include the relevant portions in platform_barriers.h Change-Id: I1184a919e8a6cf0c970ef05c48f145d911041d06 Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/graphics/gpu/+/991193 Fuchsia-Auto-Submit: John Bauman <jbauman@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Reviewed-by: Darren Chan <chandarren@google.com>
<change_me: This repository is a template that we will use when creating new driver repositories for Fuchsia>.
Template repository is located in: https://fuchsia.googlesource.com/template/driver/
To perform an initial bootstrap, execute the following:
In a terminal, clone the repository:
git clone https://fuchsia.googlesource.com/drivers/<change_me>
Change to that directory:
cd <change_me>
Fetch all git submodules:
git submodule init && git submodule update --recursive
Bootstrap the build environment:
scripts/bootstrap.sh
Fetch and build the SDK:
tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
See the getting started guide for more info.
Run the full test-suite with:
tools/bazel test :tests
Run only the <change_me> driver tests with:
tools/bazel test <change_me>:<fuchsia_unittest_package_name>