-
Notifications
You must be signed in to change notification settings - Fork 6
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 #18 from Geontech/pyro
Pyro update
- Loading branch information
Showing
12 changed files
with
172 additions
and
145 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
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
|
||
inherit autotools-brokensep pkgconfig redhawk-entity | ||
|
||
DEPENDS += "omniorb-native omniorbpy-native" |
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
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
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
40 changes: 40 additions & 0 deletions
40
recipes-core/packagegroups/packagegroup-redhawk-basic-softpkgs.bb
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,40 @@ | ||
# Package group definitions for REDHAWK builds | ||
|
||
LICENSE = "LGPL3" | ||
# | ||
# This file is protected by Copyright. Please refer to the COPYRIGHT file distributed | ||
# with this source distribution. | ||
# | ||
# This file is part of Geon Technology's meta-redhawk-sdr. | ||
# | ||
# Geon Technology's meta-redhawk-sdr is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or (at your option) | ||
# any later version. | ||
# | ||
# Geon Technology's meta-redhawk-sdr is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
# details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with this program. If not, see http://www.gnu.org/licenses/. | ||
# | ||
|
||
inherit packagegroup | ||
|
||
PACKAGES = "\ | ||
packagegroup-redhawk-basic-softpkgs \ | ||
" | ||
|
||
PROVIDES = "${PACKAGES}" | ||
|
||
# This package group builds all of the avilable softpkg libraries. | ||
SUMMARY_packagegroup-redhawk-basic-softpkgs = "All available REDHAWK softpkg dependencies" | ||
RDEPENDS_packagegroup-redhawk-basic-softpkgs = "\ | ||
rh-bluefilelib \ | ||
rh-dsp \ | ||
rh-fftlib \ | ||
rh-redhawkdevutils \ | ||
rh-vita49 \ | ||
" |
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,48 @@ | ||
# Package group definitions for REDHAWK builds | ||
|
||
LICENSE = "LGPL3" | ||
# | ||
# This file is protected by Copyright. Please refer to the COPYRIGHT file distributed | ||
# with this source distribution. | ||
# | ||
# This file is part of Geon Technology's meta-redhawk-sdr. | ||
# | ||
# Geon Technology's meta-redhawk-sdr is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or (at your option) | ||
# any later version. | ||
# | ||
# Geon Technology's meta-redhawk-sdr is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
# details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with this program. If not, see http://www.gnu.org/licenses/. | ||
# | ||
|
||
inherit packagegroup | ||
|
||
PACKAGES = "\ | ||
packagegroup-redhawk-core \ | ||
" | ||
|
||
PROVIDES = "${PACKAGES}" | ||
|
||
# This package is the bare essentials for the core framework on a device. The result is | ||
# actually enough to standup a Domain manager (nodeBooter -D), however its purpose is to | ||
# collect the basics for a REDHAWK system. | ||
|
||
SUMMARY_packagegroup-redhawk-core = "Basic packages for the REDHAWK Core Framework (enough to be a Domain)." | ||
RDEPENDS_packagegroup-redhawk-core = "\ | ||
redhawk \ | ||
redhawk-python \ | ||
frontendinterfaces \ | ||
frontendinterfaces-python \ | ||
bulkiointerfaces \ | ||
bulkiointerfaces-python \ | ||
burstiointerfaces \ | ||
burstiointerfaces-python \ | ||
redhawk-codegen \ | ||
" | ||
|
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,40 @@ | ||
# Package group definitions for REDHAWK builds | ||
|
||
LICENSE = "LGPL3" | ||
# | ||
# This file is protected by Copyright. Please refer to the COPYRIGHT file distributed | ||
# with this source distribution. | ||
# | ||
# This file is part of Geon Technology's meta-redhawk-sdr. | ||
# | ||
# Geon Technology's meta-redhawk-sdr is free software: you can redistribute it and/or | ||
# modify it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or (at your option) | ||
# any later version. | ||
# | ||
# Geon Technology's meta-redhawk-sdr is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more | ||
# details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with this program. If not, see http://www.gnu.org/licenses/. | ||
# | ||
|
||
inherit packagegroup | ||
|
||
PACKAGES = "\ | ||
packagegroup-redhawk-node \ | ||
" | ||
|
||
PROVIDES = "${PACKAGES}" | ||
|
||
# This package group includes extras for creating a node definition based on whatever | ||
# devices the user has installed as part of their own IMAGE_FEATURES. See the possibilities | ||
|
||
SUMMARY_packagegroup-redhawk-node = "Packages for deploying a node using installed devices." | ||
RDEPENDS_packagegroup-redhawk-node = "\ | ||
packagegroup-redhawk-core \ | ||
node-deployer \ | ||
" | ||
|
Oops, something went wrong.