Skip to content

Commit

Permalink
module: add zephyr module dir and yaml
Browse files Browse the repository at this point in the history
Temporarily add a basic `zephyr/module.yaml` entry to enable
integration with Zephyr's build system.

Zephyr module integration will be done in the main Zephyr tree.

This change itself should eventually go upstream and the
preference for this project would be to have all changes go
upstream first.

So in a sense, the fork of `apache/thrift` to
`zephyrproject-rtos/thrift` should be kept as redundant as
possible so that it could be replaced with the upstream project
at any time.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
  • Loading branch information
cfriedt committed Jun 19, 2024
1 parent 4ffd6c0 commit 455abda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: thrift
build:
cmake-ext: True
kconfig-ext: True

0 comments on commit 455abda

Please sign in to comment.