- Jan 25, 2023
-
-
Francesco Pham authored
add org.eddie.TestInterface file into /usr/share/dbus-1/system.d to enable bus ownership and allow eddie to interface with dbus Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Dec 21, 2022
-
-
Francesco Pham authored
- making the repository REUSE compliant adding SPDX headers to files that have no copyright and licensing information - Remove unused Apache-2.0 license ``` # SUMMARY * Bad licenses: * Deprecated licenses: * Licenses without file extension: * Missing licenses: * Unused licenses: * Used licenses: CC-BY-4.0, MIT * Read errors: 0 * Files with copyright information: 12 / 12 * Files with license information: 12 / 12 Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-) ``` Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
The Oniro repository changed license of all Yocto/OE build system meta-data/files/patches from Apache to MIT to make collaboration with the upstream easier: eclipse/oniro-core/oniro#824 Relicense all files in this repository to MIT to align with Oniro core. Due to how these Yocto/OE layers interact with upstream layers (including oe-core), having parts of our layers licensed under Apache when most (if not all) of our upstream dependencies (and generally the entire ecosystem) are MIT, would pose a couple of issues: - Using our layers would introduce a new license to a downstream consumer that needs to be assessed. - Reusing parts of our code would pose an issue of relicensing on Oniro or the downstream side. - Upstreaming Apache code would need relicensing on the Oniro side before upstream could accept contributions (unless upstream is up for a license addition which in most cases is not an option). - Mistakes can happen and end up with "silent" relicensing in different situations. To avoid all the above we propose to change all the existing Yocto/OE Apache-2.0 files in this repository to MIT. Fixes: #5 Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Dec 13, 2022
-
-
Francesco Pham authored
- bump eddie to latest revision - add jsoncpp dependency - add ${datadir} into image: in ${datadir} we have some json files containing devices and peripherals ontologies Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
jsoncpp yocto recipe in meta-oe places the header files in /usr/include/json but the libjsoncpp-dev ubuntu package places them in /usr/include/jsoncpp/json. Here we make a copy to have the headers in both locations to be compatible with both. Adding MIT license file because the new bbappend file has MIT license. Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Oct 18, 2022
-
-
Francesco Pham authored
- move IMAGE_INSTALL from distro config into blueprint-eddie-gateway-image - add an eddie image, now we have two images: a gateway + eddie image and an image with just eddie. This allows to have a single gateway device and other non-gateway devices running eddie. Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Sep 27, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Sep 09, 2022
-
-
Francesco Pham authored
EDDIE zephyr code is now in the EDDIE repository in EF https://gitlab.eclipse.org/eclipse/oniro-core/eddie inside the `zephyr` subdirectory. Therefore replacing SRC_URI, SRCREV and ZEPHYR_SRC_DIR accordingly. Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
- bump eddie recipe revision to latest main - `eddie-server` systemd service now runs `eddie-virt-server` executable instead of deprecated `eddie-server` Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
replacing "coap" dependency with "libcoap" because coap recipe in oniro-core is being replace with the upstream version: eclipse/oniro-core/oniro!226 Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
migrated examples repo from booting to eclipse foundation Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Aug 16, 2022
-
-
Francesco Pham authored
this URL will work better for users behind "http only" proxies Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Aug 04, 2022
-
-
Francesco Pham authored
- we migrated meta-oniro-blueprints-core repo to eclipse foundation therefore replace submodule url with repo on EF instead of booting. - bump submodule commit to latest meta-oniro-blueprints-core master on EF Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Jun 29, 2022
-
-
Francesco Pham authored
- virtualization code require glib-2.0 for D-Bus GLib bindings. - skipping tests in yocto build because we only run them in CI Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
- the repository moved to EF gitlab so replacing the url accordingly. - add --recurse-submodules flag to git clone command Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- May 12, 2022
-
-
Stefan Schmidt authored
We do not need the special name, clone dir and dest handling for the git repo. The eddie repo is setup simply enough to go with the defaults. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
The EDDIE project repo has moved from booting.oniroproject.org to gitlab.eclipse.org. Update URI as well as SRCREV while on it. Location of the LICENSE file has also changed, so update LIC_FILES as well. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Apr 29, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
- remove openthread recipes and package-groups because using meta-oniro-blueprints-core layer that already have these. - update meta-oniro-blueprints-core git submodule to latest master Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Apr 28, 2022
-
-
Francesco Pham authored
specify overlay for qemu-x86 target Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
- update eddie-zephyr revision - add openthread overlay to cmake flags Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Stefan Schmidt authored
With the new structure of Oniro blueprints we use git submodules to include layer dependencies. Moving the eddie layer into its own folder to follow this scheme. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
For our Oniro blueprints setup we will use the meta-oniro-blueprints-core layer as git submodule here. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Apr 27, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
create eddie-server systemd service to run eddie resource directory server at startup and to restart service at failure Relates-to: eclipse/oniro-core/oniro#178 Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Mar 31, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Feb 19, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Feb 08, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
Francesco Pham authored
this recipe install all zenoh-c examples such as: sub, sub, eval, get, info, pull, scout... Add zenoh-c-examples into image Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Feb 07, 2022
-
-
Francesco Pham authored
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-
- Feb 05, 2022
-
-
Francesco Pham authored
Signed-off-by: Francesco Pham <francesco.pham@huawei.com>
-