**** BEGIN LOGGING AT Wed Oct 31 02:59:58 2018 **** BEGIN LOGGING AT Wed Oct 31 18:12:35 2018 Oct 31 19:49:46 Hi, I am trying to get an outdated layer (https://github.com/intel/meta-de10-nano) working (angstrom-v2018.06-sumo) and I am facing issues with qtbase. I am not sure if it is an issue of meta-de10-nano layer or an issue of qt. During compilation of QT, the error of missing pg_config.h is thrown. Any hint where to search for the issue? Oct 31 19:50:26 angstrom-manifest/build/tmp-angstrom-glibc/work/x86_64-linux/qtbase-native/5.10.1+gitAUTOINC+6c6ace9d23-r0/git/src/plugins/sqldrivers/psql/qsql_psql.cpp:58:10: fatal error: pg_config.h: No such file or directory Oct 31 20:08:45 pg_config.h is from postgresql Oct 31 20:09:42 im not sure about why it isn't in your tree Oct 31 20:10:39 this channel is mostly dead though :( i tend to point people to #oe which is more active, looks like you're already there Oct 31 20:10:51 ok Oct 31 20:10:56 grep -r postgresql ./layers/meta-qt5/ Oct 31 20:10:57 ./layers/meta-qt5/recipes-qt/qt5/qtbase_git.bb:PACKAGECONFIG[sql-psql] = "-sql-psql,-no-sql-psql,postgresql" Oct 31 20:11:58 is it required to list postgresql in IMAGE_INSTALL? Oct 31 20:17:18 uhm that seems to be the qtbase-native package right? so you dont want it in your image Oct 31 20:18:23 i haven't messed with bitbake in well over a year but something like PACKAGECONFIG_remove += "sql-psql" Oct 31 20:19:19 that might not be needed though. can you check the config.log etc. and see fi --no-sql-psql was passed? Oct 31 21:24:34 I've tried to add PACKAGECONFIG_remove += "sql-psql" to a file 'qtbase-native_git.bbappend', but it seems that it is not passed to configure **** ENDING LOGGING AT Thu Nov 01 03:00:00 2018