From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: How to disable specific default recipe to be included in Yocto? #linux #yocto #cups #hplip To: yocto@lists.yoctoproject.org From: "Shamil Khan" X-Originating-Location: Hyderabad, Telangana, IN (14.98.179.254) X-Originating-Platform: Linux Chrome 84 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 17 Nov 2020 23:38:11 -0800 References: In-Reply-To: Message-ID: <5848.1605685091547445364@lists.yoctoproject.org> Content-Type: multipart/alternative; boundary="nxtjdf6edItLrAH8Wxm2" --nxtjdf6edItLrAH8Wxm2 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, You can use BBMASK variable in your configuration file to prevent bitbake = from parsing certain recipes. For example, BBMASK =3D "example.bb" Here, BitBake ignores the example.bb recipe. Hope this helps! --nxtjdf6edItLrAH8Wxm2 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable

H= i,

= You can use BBMASK variable in your configuration file to prevent bitbake f= rom parsing certain recipes.

= For example,
BBMASK =3D "example.bb"
Here, BitBake ignores the ex= ample.bb recipe.

= Hope this helps!

--nxtjdf6edItLrAH8Wxm2--