I have a base image which is ARAGO-BASE-TISDK-IMAGE + PACKAGEGROUP-CORE-BUILDESSENTIAL (plus some others which aren't relevant)
the purpose of the latter addition is to install a local toolchain onto the platform for support. This *mostly* works well: having installed the GCC/Make base onto the system. However, I get stuck with a particular include:
/usr/include/bits/socket.h:390:10: fatal error: asm/socket.h: No such file or directory
Try as I might, I cannot locate the package which can supply this missing include. Does anyone have any suggestions for /asm/socket.h?