Rename meta-resin to meta-balena

Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
Kyle Harding
2021-05-06 17:04:04 +00:00
parent 301aa52f03
commit 164dd7ccc1
2 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,7 +1,7 @@
/node_modules/ /node_modules/
/automation/node_modules/ /automation/node_modules/
/automation/meta-resin/ /automation/meta-balena/
/meta-resin/ /meta-balena/
*.swp *.swp
/data/ /data/
/build/ /build/

View File

@ -43,7 +43,7 @@ export const fnSchema = {
async () => { async () => {
try { try {
// FIXME: We should be mounting the following file into the supervisor from the // FIXME: We should be mounting the following file into the supervisor from the
// start-balena-supervisor script, changed in meta-resin - but until then, hardcode it // start-balena-supervisor script, changed in meta-balena - but until then, hardcode it
const data = await fs.readFile( const data = await fs.readFile(
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`, `${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
'utf8', 'utf8',
@ -62,7 +62,7 @@ export const fnSchema = {
async () => { async () => {
try { try {
// FIXME: We should be mounting the following file into the supervisor from the // FIXME: We should be mounting the following file into the supervisor from the
// start-balena-supervisor script, changed in meta-resin - but until then, hardcode it // start-balena-supervisor script, changed in meta-balena - but until then, hardcode it
const data = await fs.readFile( const data = await fs.readFile(
`${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`, `${constants.rootMountPoint}${constants.bootMountPoint}/device-type.json`,
'utf8', 'utf8',