'imx-4.14.98'에 해당되는 글 1건
- 2022.07.18 i.mx yocto project using kernel v4.14.98
2022. 7. 18. 16:11
i.mx yocto project using kernel v4.14.98
2022. 7. 18. 16:11 in Embedded
yocto project를 사용하여 rootfs 을 만들고 있다.
사정상 kernel version을 낮추어야 하여, 새로 repository를 만들려고 시도하는데,
$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.3.3.xml
(v4.14.98-2.3.3 이 최신)
이렇게 오류가 발생한다.
해결책은,
$ git config --global url."https://".insteadOf git://
$ repo sync
Fetching: 100% (9/9), done in 31.414s
Garbage collecting: 100% (9/9), done in 0.029s
Checking out: 100% (9/9), done in 0.882s
repo sync has finished successfully.
$
이것이었습니다. 잊지 않기 위해 기록합니다.
https://stackoverflow.com/questions/15669091/bower-install-using-only-https