Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #29 from pulp-platform/rel-v1.0.2-rc1
Browse files Browse the repository at this point in the history
v1.0.2-rc1: bug fix #28. Fixed internal repo checkout.
  • Loading branch information
alessandrocapotondi authored Sep 19, 2018
2 parents 552a681 + 6a312ea commit 2abd7aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to
[Semantic Versioning](http://semver.org).

## v1.0.2 - 2018-09-19

### Fixed
- Update `pulp-sdk` to `hero-v1.0.1` (additional fix for #28)
- Update hero-z-7045-builder. Removed `make all env` from `pulp-sdk` (additional fix for #28)

## v1.0.1 - 2018-09-18

### Added
- FAQ: Add entries on missing UART consumer application and SVM accesses without `tryX`.

### Fixed
- ReadMe: Correct instructions and statements, fix some typos.
- Update `pulp-sdk` to fix issue #28.
- Update `pulp-sdk` to fix issue #28 (partial fix).

### Changed
- Update `hero-gcc-toolchain` to v1.0.0.
Expand Down
1 change: 0 additions & 1 deletion hero-z-7045-builder
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ build_pulp_sdk() {

cd ${HERO_PULP_SDK_DIR}
source scripts/hero/setup.sh
make all env

if [ $? -ne 0 ]; then
echo "ERROR: build_pulp_sdk failed, aborting now."
Expand Down
2 changes: 1 addition & 1 deletion pulp-sdk

0 comments on commit 2abd7aa

Please sign in to comment.