Skip to content

Commit

Permalink
Removing deprecated packages. Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Garabedian committed Jan 19, 2018
1 parent 6444004 commit 2c0b32a
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 339 deletions.
19 changes: 18 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
KubOS Linux Changelog
===============
=====================

v1.1 - Jan 19 2018
------------------

- Migrating to BuildRoot LTS v2017.02.8
- Adding support for Python
- Adding Python packages in order to support SQLite and GraphQL
- Expanding the rootfs and upgrade parititions to handle the new space requirements of Python
- Adding support for iOBC SPI bus 1
- Improving the CircleCI automated testing
- Removing deprecated Kubos packages

Community Contributions:
~~~~~~~~~~~~~~~~~~~~~~~~
- Fixing discrepancies between BBB and MBM2 configurations
- Changing the default IP address for BBB and MBM2 targets
- Improving tools scripts' formatting and code

v1.0.2 - Oct 5 2017
-------------------
Expand Down
6 changes: 2 additions & 4 deletions package/kubos/Config.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
menuconfig BR2_PACKAGE_KUBOS
bool "Kubos Services"
bool "Kubos Packages"
default y
help
Enable KubOS Linux Services
Enable Kubos services and libraries

if BR2_PACKAGE_KUBOS

Expand All @@ -13,6 +13,4 @@ if BR2_PACKAGE_KUBOS
Release, tag, or branch of the Kubos repo to use when building Kubos
packages

source "$BR2_EXTERNAL_KUBOS_LINUX_PATH/package/kubos/kubos-telemetry/Config.in"
source "$BR2_EXTERNAL_KUBOS_LINUX_PATH/package/kubos/kubos-c2/Config.in"
endif
8 changes: 0 additions & 8 deletions package/kubos/kubos-c2-cli-client/Config.in

This file was deleted.

41 changes: 0 additions & 41 deletions package/kubos/kubos-c2-cli-client/kubos-c2-cli-client.mk

This file was deleted.

9 changes: 0 additions & 9 deletions package/kubos/kubos-c2-core-library/Config.in

This file was deleted.

41 changes: 0 additions & 41 deletions package/kubos/kubos-c2-core-library/kubos-c2-core-library.mk

This file was deleted.

17 changes: 0 additions & 17 deletions package/kubos/kubos-c2-daemon/Config.in

This file was deleted.

39 changes: 0 additions & 39 deletions package/kubos/kubos-c2-daemon/kubos-c2-daemon

This file was deleted.

56 changes: 0 additions & 56 deletions package/kubos/kubos-c2-daemon/kubos-c2-daemon.mk

This file was deleted.

12 changes: 0 additions & 12 deletions package/kubos/kubos-c2/Config.in

This file was deleted.

21 changes: 0 additions & 21 deletions package/kubos/kubos-telemetry/Config.in

This file was deleted.

39 changes: 0 additions & 39 deletions package/kubos/kubos-telemetry/kubos-telemetry

This file was deleted.

50 changes: 0 additions & 50 deletions package/kubos/kubos-telemetry/kubos-telemetry.mk

This file was deleted.

2 changes: 1 addition & 1 deletion package/kubos/kubos.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
KUBOS_TARGET = unknown
endif

# Globally link all of the modules so that telemetry and C2 can use them
# Globally link all of the modules so that Kubos packages can use them
define KUBOS_BUILD_CMDS
cd $(@D) && \
./tools/kubos_link.py --sys
Expand Down

0 comments on commit 2c0b32a

Please sign in to comment.