diff options
-rwxr-xr-x | scripts/b4-wrapper-poky.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/b4-wrapper-poky.py b/scripts/b4-wrapper-poky.py index 30a7b95ff3..ec6568eb9b 100755 --- a/scripts/b4-wrapper-poky.py +++ b/scripts/b4-wrapper-poky.py | |||
@@ -102,6 +102,11 @@ try: | |||
102 | "meta-yocto-bsp/*", | 102 | "meta-yocto-bsp/*", |
103 | "README.hardware.md", | 103 | "README.hardware.md", |
104 | "README.poky.md", | 104 | "README.poky.md", |
105 | # scripts/b4-wrapper-poky.py is only run by b4 when in poky | ||
106 | # git repo. With that limitation, changes made to .b4-config | ||
107 | # can only be for poky's and not OE-Core's as only poky's is | ||
108 | # stored in poky git repo. | ||
109 | ".b4-config", | ||
105 | ], | 110 | ], |
106 | } | 111 | } |
107 | 112 | ||