diff options
author | John Klug <john.klug@multitech.com> | 2017-04-12 09:11:00 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-04-24 11:43:23 -0500 |
commit | 12068cd37b9d722f0cecf546fe8bbacbe9abd497 (patch) | |
tree | b7a256fa0ee8db13147b6a9f357ffe84c87ec5b7 | |
parent | 9d46d64dcdac88c934bb3e64c3732639572e3e8d (diff) | |
download | meta-multitech-12068cd37b9d722f0cecf546fe8bbacbe9abd497.tar.gz meta-multitech-12068cd37b9d722f0cecf546fe8bbacbe9abd497.tar.bz2 meta-multitech-12068cd37b9d722f0cecf546fe8bbacbe9abd497.zip |
Add DEFAULT_ENV for easily adding custom to the environment.
-rw-r--r-- | recipes-bsp/multitech/u-boot-linux-utils/DEFAULT_ENV.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/multitech/u-boot-linux-utils/DEFAULT_ENV.cfg b/recipes-bsp/multitech/u-boot-linux-utils/DEFAULT_ENV.cfg new file mode 100644 index 0000000..261fc86 --- /dev/null +++ b/recipes-bsp/multitech/u-boot-linux-utils/DEFAULT_ENV.cfg @@ -0,0 +1 @@ +"ethact=macb0\0" "stderr=serial\0" "stdin=serial\0" "stdout=serial\0" |