Fakeroot is build directly from scripts/image like some other packages too: LibreELEC.tv/image at master · LibreELEC/LibreELEC.tv · GitHub
Wondering why you get this error.
Try making image first and then create addon.
And seems lcdd doesn't build for imx6:
build.LibreELEC-imx6.arm-7.95.1/toolchain/armv7a-libreelec-linux-gnueabi/sysroot/usr/include/lirc/curl_poll.h:36:29: error: array type has incomplete element type 'struct pollfd'
int curl_poll(struct pollfd ufds, unsigned int nfds, int timeout_ms);
As a workaround you need to add line
CFLAGS="$CFLAGS -DHAVE_SYS_POLL_H=1"
to file packages/addons/service/lcdd/patches before PKG_CONFIGURE_OPTS_TARGET.