66e1201c3775716607c28afd2bbb2b3afb08b695214372a27398121f8266cf9bb9592561508c4c0fAuthored: 1 month ago (Sun, 14 Jun 2026 07:43:39 +0000)Match: Assisted-by: Claude:claude-opus-4-64df9ca4c8ddb83c40900bf13916b42914a25caf4Authored: 1 month ago (Sun, 14 Jun 2026 05:59:18 +0000)Match: Assisted-by: Claude:claude-opus-4-6f116f4800edce6cd58f680a36fbaed656018d528Authored: 1 month ago (Sat, 13 Jun 2026 10:55:07 +0000)Match: Assisted-by: Claude:claude-opus-4-69b53b9a4c2f953a37d8f68d72f5910b20cf5aee0Authored: 1 month ago (Sat, 13 Jun 2026 10:49:01 +0000)Match: Assisted-by: Claude:claude-opus-4-65f919a25d71b3fe066020685a4ce15fc4309553bAuthored: 1 month ago (Sat, 13 Jun 2026 05:49:40 +0000)Match: Assisted-by: Claude:claude-opus-4-66c1426dfa963374f6134b4e63b1330320c8f1a54Authored: 1 month ago (Sat, 13 Jun 2026 05:48:54 +0000)Match: Assisted-by: Claude:claude-opus-4-623fd89bc8ed875467bcdc7901a545f155a088270Authored: 1 month ago (Sat, 13 Jun 2026 05:48:29 +0000)Match: Assisted-by: Claude:claude-opus-4-63ad5ebbdd9d525dc5b10d86dcd3532cfab8b6200Authored: 1 month ago (Sat, 13 Jun 2026 05:47:11 +0000)Match: Assisted-by: Claude:claude-opus-4-6a74b952f94c85a1b522f93e4cefc4e385f879061Authored: 2 months ago (Thu, 28 May 2026 04:04:59 +0000)Match: Assisted-by: Claude:claude-opus-4-6d320877b07d14b479eb45f6ebba80105d888231eAuthored: 2 months ago (Thu, 28 May 2026 03:55:51 +0000)Match: Assisted-by: Claude:claude-opus-4-684d13508d59db724770e18af89a9033643a7f991Authored: 2 months ago (Thu, 28 May 2026 03:52:55 +0000)Match: Assisted-by: Claude:claude-opus-4-625a368100a98213119a06085f9c7f535521721daAuthored: 2 months ago (Thu, 28 May 2026 02:12:38 +0000)Match: Assisted-by: Claude:claude-opus-4-6ib1337df19598b27efd8f90023b071e0aae7933dbAuthored: 2 months ago (Tue, 26 May 2026 08:50:56 +0000)Match: Assisted-by: Claude:claude-opus-4-683cdc93ca900e61b203e07198740668cb07a5f06Authored: 2 months ago (Tue, 26 May 2026 07:52:08 +0000)Match: Assisted-by: Claude:claude-opus-4-61aaa44849b9a695ed107e6e8a88c1348db68f7d0Authored: 2 months ago (Tue, 26 May 2026 07:50:54 +0000)Match: Assisted-by: Claude:claude-opus-4-6dd1c7f1a919ee014fb836ba2c7e6958999fdced3Authored: 2 months ago (Tue, 26 May 2026 07:50:29 +0000)Match: Assisted-by: Claude:claude-opus-4-67fdf750154e900c1c8d8dcf6a49b102c86fc3edfAuthored: 2 months ago (Tue, 26 May 2026 05:21:32 +0000)Match: Assisted-by: Claude:claude-opus-4-65c35036b2c83f08121001a9f54a85585161dc5c0Authored: 2 months ago (Tue, 26 May 2026 03:23:55 +0000)Match: Assisted-by: Claude:claude-opus-4-6AGENTS.mdTool: agents-md# AGENTS.md
This file provides guidance to AI coding assistants when working with
code in this repository.
## Build and Test
The build system is Meson (the legacy Makefile still works but is
deprecated).
```sh
# Configure and build
meson setup build
meson compile -C build
# Run all tests
meson test -C build
# Run a specific test suite (libfdt, dtc, fdtget, fdtput, fdtdump, fdtoverlay, pylibfdt, utilfdt, dtbs_equal)
meson test -C build dtc
meson test -C build libfdt
# Legacy make (deprecated, still fuCLAUDE.mdTool: claude-code# CLAUDE.md
Read and follow AGENTS.md — it has build instructions, architecture
notes, coding conventions, and the AI contribution policy for this
project.
## Claude Code Specifics
When writing `Assisted-by` commit trailers, use `Claude` as the agent
name and the model's short ID as the version. For example:
```
Assisted-by: Claude:claude-opus-4-6
```
Do not use `claude-code`, `Claude Code`, or other variations as the
agent name.
none