mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
functions: add to run board specific fixup scripts
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I8f7685f57c36f85e0ec97d71237c346e1e7ee49d
This commit is contained in:
@@ -357,6 +357,8 @@ do_preinstall() {
|
||||
[ -d ${WORKDIR}/fixups ] && rsync -a ${WORKDIR}/fixups/* ${rootfs_mnt}/${fixups_dir}
|
||||
[ -d ${TOPDIR}/custom/${CUSTOMOS}/fixups ] \
|
||||
&& rsync -a ${TOPDIR}/custom/${CUSTOMOS}/fixups/* ${rootfs_mnt}/${fixups_dir}
|
||||
[ -d ${TOPDIR}/boards/${BOARD}/fixups ] \
|
||||
&& rsync -a ${TOPDIR}/boards/${BOARD}/fixups/* ${rootfs_mnt}/${fixups_dir}
|
||||
|
||||
FIXUPS=`ls -A1 ${rootfs_mnt}${fixups_dir}/*`
|
||||
for fixup in ${FIXUPS}; do
|
||||
|
||||
Reference in New Issue
Block a user