Files
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

29 lines
431 B
CSS

body {
background: #ddd;
color: #000;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5;
margin: 0;
padding: 0;
}
#main {
background: #fff;
border-left: 20px solid #eee;
border-right: 20px solid #eee;
margin: 0 auto;
max-width: 800px;
padding: 20px;
}
pre.listing {
background: #eee;
border: 1px solid #ccc;
margin: .6em 0 .3em 0;
padding: .1em .3em;
}
pre.listing b {
color: #f00;
}