Modifying kernel for LS1046RDB
Hello, I am trying to modify the Kernel of this RDB to add some I2C devices for power monitoring. When I do the update, building the individual images that includes these devices fail with the attached error message.
Steps I am taking -
bitbake -c cleanstate virtual/kernel
bitbake -c patch virtual/kernel
Edit the fsl-ls1046a-rdb.dts file to add the ina209 devices that I want hwmon to monitor.
bitbake -c menuconfig virtual/kernel. In the menu, I add the ina209 device under device drivers\hwmon
bitbake -c compile -f virtual/kernel
bitbake virtual/kernel
bitbake fsl-image-core
At this point the bitbake fails with the attached error log. The installation is working otherwise, I can make other changes and load them onto the board OK, it is just when I modify the kernel that it errors out/
It might be worth noting that I can successfully run bitbake fsl-image-minimal at this point, but that image does not have the hwmon drivers loaded into it.
Can anyone help me with this?
Original Attachment has been moved to: fsl-ls1046a-rdb.dts.zip
Original Attachment has been moved to: log.do_configure.31159.zip