-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from eclipse-leda/app-containers
add application containers recipes
- Loading branch information
Showing
33 changed files
with
975 additions
and
573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
meta-leda-components/recipes-sdv/eclipse-kuksa/databroker-cli.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
meta-leda-components/recipes-sdv/eclipse-kuksa/databroker.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# /******************************************************************************** | ||
# * Copyright (c) 2023 Contributors to the Eclipse Foundation | ||
# * | ||
# * See the NOTICE file(s) distributed with this work for additional | ||
# * information regarding copyright ownership. | ||
# * | ||
# * This program and the accompanying materials are made available under the | ||
# * terms of the Apache License 2.0 which is available at | ||
# * https://www.apache.org/licenses/LICENSE-2.0 | ||
# * | ||
# * SPDX-License-Identifier: Apache-2.0 | ||
# ********************************************************************************/ | ||
|
||
DESCRIPTION = "Efficient in-vehicle signal broker written in RUST" | ||
|
||
|
||
PACKAGES =+ "${PN}-vss-core" | ||
SUMMARY:${PN}-vss-core = "Covesa VSS Releases" | ||
|
||
FILES:${PN}-vss-core = "${datadir}/vss-core" | ||
|
||
do_install:append() { | ||
install -d ${D}${datadir}/vss-core | ||
install -m 0644 ${S}/data/vss-core/*.json ${D}${datadir}/vss-core | ||
} |
Oops, something went wrong.