in wrlinux 5, it would be useful to increase the BBFILE_PRIORITY_local value, to allow a greater priority flexilibilty for user created layers. With the wr-tools-debug priority being 7 and the maximum value 10, it leaves room for only two priorities (8 and 9)
manually modify the BBFILE_PRIORITY_local value
$ fgrep BBFILE_PRIORITY layers/local/conf/layer.conf BBFILE_PRIORITY_local = "10" BBFILE_PRIORITY_wr-tools-debug = "7" ./layers/wr-tools-debug/conf/layer.conf