Hi,
On Fri, Jan 24, 2025 at 11:30 AM Marek Belisko via lists.yoctoproject.org
wrote:
> Hi Quentin,
>
> On Fri, Jan 24, 2025 at 11:15 AM Quentin Schulz
> wrote:
>
>> Hi Marek,
>>
>> On 1/24/25 11:04 AM, Marek Belisko via lists.yoctoproject.org wrote:
>> > Hello,
>> >
>> > I'm trying to add suppor
Alex,
First, let me say thanks for the help.
I did include it...
IMAGE_INSTALL_append = "sudo file parted parted-dev"
Note the bitbake 1.5 syntax.
There are also other packages but not shown for simplicity.
As I said in my original post, we are using the NXP LAYERSCAPE SDK.
I wonder if the iss
At this point you need to look into specifics of your build configuration
and build directory, and decompose the problem into smaller questions:
- what does the parted recipe install? You need to look into
${WORKDIR}/image for it. Are the headers there?
- which package the headers go to? Look int
I already told you. Headers and pkg-config files are in parted-dev package
produced by parted recipe.
Please build the recipe and see what you get out of it.
Alex
On Wed, 12 Feb 2025 at 00:48, Keith Beal [US]
wrote:
> Alex,
>
> These are the headers I am talking about...
>
> $ dpkg -c libparte
So after receiving some great help from Khem on getting my raspberrypi Zero to
boot I've been trying to get the wifi up.
I ran into the issue that is where the modules are not being placed into the
image and once that was resolved I now get the wlan0 interface showing up and
I've gotten rid of
In the latest stable version of Yocto, I've been building an image for a
raspberry Pi board which has a wifi i/f on it. While trying to bring up the
wifi connection I need to roll back the version of wpa_supplicant that it is
using.
In the raspberrypi configure file I've put in "PREFERRED_VERSI