Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2018-09-13 | python3: add PACKAGECONFIG for bluetooth | Ross Burton | 1 | |
Instead of forcibly disabling Bluetooth (support for Bluetooth sockets in the socket module), add a PACKAGECONFIG. The default remains disabled for consistency. Signed-off-by: Ross Burton <ross.burton@intel.com> | ||||
2018-09-13 | python3: split common assignments into a dedicated python3.inc | Ross Burton | 1 | |
Instead of including the Py2 python.inc and having to undo some of the assignments, create a new python3.inc to hold the common configuration. Over time we can move more from the recipes into this file to unify the target and native recipes. Signed-off-by: Ross Burton <ross.burton@intel.com> |