https://github.com/rdkcentral/meta-rdk-broadband-apps
Meta layer to add the Broadband Apps Framework to your existing RDK image.
https://github.com/rdkcentral/meta-rdk-broadband-apps
Last synced: 6 months ago
JSON representation
Meta layer to add the Broadband Apps Framework to your existing RDK image.
- Host: GitHub
- URL: https://github.com/rdkcentral/meta-rdk-broadband-apps
- Owner: rdkcentral
- Created: 2025-09-17T09:52:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-12-04T11:46:05.000Z (8 months ago)
- Last Synced: 2025-12-06T15:21:37.728Z (8 months ago)
- Language: BitBake
- Size: 63.5 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# meta-rdk-broadband-apps
Meta layer to add the Broadband Apps Framework to your existing RDK image.
[](https://github.com/rdkcentral/meta-rdk-broadband-apps/actions/workflows/deploy_docs.yml)
[](https://github.com/rdkcentral/meta-rdk-broadband-apps/milestone/2)
[](https://github.com/rdkcentral/meta-rdk-broadband-apps/milestone/1)
## Getting Started & Technical Docs:
See the `docs/` folder, or visit the live [GitHub Pages site](https://rdkcentral.github.io/meta-rdk-broadband-apps/).
### Building the GitHub Pages Site
We use `mkdocs` to publish `.md` files in the `docs/` folder to GitHub Pages.
See [Docs Generation Workflow](.github/workflows/deploy_docs.yml).
Required setting for this to work:
> * __Settings > Pages__
> * Under __"Build and deployment"__:
> * __Select Source:__ `GitHub Actions`
### Preview The Site On Your Local Machine
To preview the Pages site on your local machine:
```bash
pip install -r docs/requirements.txt
mkdocs serve
```
This will run a local server at http://127.0.0.1:8000/.