Skip to content

Commit

Permalink
export MACHINE in files that are not soft links
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Aug 31, 2018
1 parent 7bf2295 commit e960a85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imx6ul-var-dart-envsetup.sh
@@ -1,3 +1,5 @@
export MACHINE=imx6ul-var-dart

. envsetup.sh

function oe_partition_sd_mx6() {
Expand Down
2 changes: 2 additions & 0 deletions minnowboard-max-envsetup.sh
@@ -1,3 +1,5 @@
export MACHINE=minnowboard-max

. envsetup.sh

# Minnowboard max functions
Expand Down
2 changes: 2 additions & 0 deletions overo-envsetup.sh
@@ -1,3 +1,5 @@
export MACHINE=overo

. envsetup.sh

function oe_partition_sd() {
Expand Down

0 comments on commit e960a85

Please sign in to comment.