**** BEGIN LOGGING AT Sat Aug 26 03:00:02 2017 Aug 26 20:18:30 hi, can someone help me with the problem i described here ( https://stackoverflow.com/questions/45898629/linux-3-0-18-bb-has-pn-of-linux-which-is-in-overrides ) Aug 26 21:44:02 yahiafarghaly: the issue is that system has concept of overrides and 'linux' is one of overrides now its warning about namespace collision when same is used for a recipe name Aug 26 21:44:33 if you do bitbake -e busybox | grep -e "^OVERRIDES=" Aug 26 21:44:42 you will see the overrides list Aug 26 21:45:53 these are used for conditional execution e.g. if FOO is a variable and you want to set a different value for linux you do something like FOO_linux = "customized" Aug 26 21:46:11 FOO = "regular" Aug 26 21:46:41 so when linux is in overrides then FOO is set to customized otherwise it will be set to regular Aug 26 21:48:07 HTH Aug 26 21:53:10 thanks **** ENDING LOGGING AT Sun Aug 27 03:00:01 2017