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
23 lines
567 B
C++
Executable File
23 lines
567 B
C++
Executable File
# List of known non-reproducible package of the meta-python layer
|
|
# Please keep this list sorted
|
|
KNOWN_NON_REPRO_META_PYTHON = " \
|
|
python3-evdev-src \
|
|
python3-frozenlist \
|
|
python3-frozenlist-dbg \
|
|
python3-kivy-src \
|
|
python3-pandas \
|
|
python3-pandas-dbg \
|
|
python3-pandas-src \
|
|
python3-pycocotools-src \
|
|
python3-pydantic-core \
|
|
python3-pynacl \
|
|
python3-pynacl-dbg \
|
|
python3-pynacl-src \
|
|
python3-pyproj \
|
|
python3-pyproj-dbg \
|
|
python3-pyproj-src \
|
|
python3-pyzmq \
|
|
python3-yarl \
|
|
python3-yarl-dbg \
|
|
"
|