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
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<policy user="xuser">
|
|
<allow send_destination="net.connman"/>
|
|
<allow send_destination="net.connman.vpn"/>
|
|
<allow send_destination="org.ofono"/>
|
|
<allow send_destination="org.bluez"/>
|
|
</policy>
|
|
</busconfig>
|
|
|