Re: [yocto] Excluding ptest packages from image build

2018-05-13 Thread Scott Rifenbark
If we set up a bug on this Be sure to include the explanation about the misleading doc entry for that variable as well. There would be a definite documentation component to the bug. Thanks, Scott On Wed, May 9, 2018 at 10:34 PM, ChenQi wrote: > I just checked the

Re: [yocto] Excluding ptest packages from image build

2018-05-09 Thread ChenQi
I just checked the codes. I think the ref manual might be a little misleading. "Prevents specific packages from being installed when you are installing complementary packages. " might better be changed to: "Prevents specific packages to install their complementary packages. Items specified by

[yocto] Excluding ptest packages from image build

2018-05-09 Thread Erik Nellessen
I would like to exclude some ptest packages from an image build. To include ptest packages in general, my image recipe contains the following line: IMAGE_FEATURES_append = " ptest-pkgs" As a first step, I tried to exclude the acl-ptest package. To do so, I added the following to my image