]> granicus.if.org Git - esp-idf/commit
cmake: fix custom bootloader issue
authorRenz Christian Bagaporo <renz@espressif.com>
Wed, 15 May 2019 03:40:57 +0000 (11:40 +0800)
committerRenz Christian Bagaporo <renz@espressif.com>
Fri, 17 May 2019 07:17:32 +0000 (15:17 +0800)
commit927007fdd2d0a268803eefea25a81875a1c0be2a
treebf031eff7a20c47ca6ac9b91cfbb4763e9ab541b
parent907471ce412f82f88631570a83d20b38bd9721ba
cmake: fix custom bootloader issue

Issue is that when users creates a custom bootloader from
$IDF_PATH/components/bootloader. Parent project build uses the copy but
bootloader subproject build uses the original still. The issue is solved
by passing the custom bootloader as extra component directory so
bootloader build knows to use the new copy (itself) in the build.
components/bootloader/project_include.cmake