-
Notifications
You must be signed in to change notification settings - Fork 2
iMX6 iMX6ul iMX7
vraevsky edited this page Jul 3, 2018
·
10 revisions
cd ${BUILDDIR} DISTRO=fsl-imx-fb MACHINE=cl-som-imx7 bitbake core-image-minimal -c populate_sdk EXPORT environment_setup=$(find tmp/work | awk '/core-image-minimal.*environment-setup/')
Kernel | U-Boot |
---|---|
export TARGET=linux-imx |
export TARGET=u-boot-imx |
export DEFCONFIG=cl-som-imx7_defconfig |
export DEFCONFIG=cl-som-imx7_defconfig |
bitbake -c devshell ${TARGET} mkdir -p ${BUILDDIR}/../ooye/${TARGET} ${BUILDDIR}/../sources/meta-compulab-imx8/bb-tools/getenv > ${BUILDDIR}/../ooye/${TARGET}/.rc exit
cd ${BUILDDIR}/../ooye/${TARGET} source ${BUILDDIR}/../ooye/${TARGET}/.rc git clone ${ORIGIN} src git -C src checkout -b development ${HEAD} git -C src am ${PATCHES}/*.patch
- Set the environment with the following command before building.
source ${environment_setup}
- Issue build for the target this way:
make -C src ${DEFCONFIG} make -C src -j8