# meta-automotive-gateway **Repository Path**: src-anolis-ons/meta-automotive-gateway ## Basic Information - **Project Name**: meta-automotive-gateway - **Description**: 核心产品层代码 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-09-23 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meta-automotive-gateway代码仓库说明 ## 1. 代码仓库简介 meta-automotive-gateway管理定制编译构建的核心代码,实现版本构建、三方库集成、sdk移植等功能,提供文件系统及SDK使用的必要支持。 ## 2. 代码结构 ``` meta-automotive-gateway ├── classes # meta-automotive-gateway 需要的公共函数及定义 │ └── externalsrc_path.bbclass ├── conf │ └── layer.conf # meta-automotive-gateway 层配置 ├── README.md # meta-automotive-gateway 仓库介绍 ├── recipes-core │ ├── images # 存放系统运行必须的组件配方 │ │ └── core-image-automotive.bb # 存放文件系统的配方文件 │ ├── kernelmodules # 存放系统需要的ko模块 │ │ └── kernel-module-packages.bb │ └── thirdpartypacks # 存放文件系统包含的组件集合 │ └── third-party-packages.bb └── recipes-vendor # 存放系统硬件相关内容 ``` ## 3. 仓库使用 该仓库是版本工程的一部分,在buildsystem仓库中使用build.py进行编译