commit | 72773c06557a5ffadc5ecac8929e87c37d016f72 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 28 11:51:23 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 31 10:13:00 2020 -0400 |
tree | 44d19ecf6e7e220ddb1992a9178c75cdef1717ce | |
parent | 4df087ccf997d766df188ca8badcdaf523c24314 [diff] |
configs: sandbox: activate command env select and env load Add support of environment location with the new env command: 'env select' and 'env load' The ENV backend is selected by priority order - 0 = "nowhere" (default at boot) - 1 = "EXT4" To test EXT4 env support, this backend is selected by name: > env select EXT4 Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>