bitbake ok but hob fails with udev_182.bb vs udev_164.bb error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

bitbake ok but hob fails with udev_182.bb vs udev_164.bb error

ソリューションへジャンプ
3,142件の閲覧回数
mike99
Contributor II

When I build with bitbake there do not appear to be any issues - log attached, however running hob immediately warns of udev  issues with two versions listed 182 and 164.

 

I can see with two versions with bitbake -s: 

 

[lsi@fedora1 build_p5020ds-64b_release]$ bitbake  fsl-image-full -s | grep udev

lib32-udev                                            :182-r0                         

lib32-udev-extraconf                                  :0.0-r2                         

python-pyudev                                        :0.11-r1                         

udev                                              :164-+fsl.1                         

udev-extra-rules                                      :1.0-r3                         

udev-extraconf                                        :0.0-r2   

 

I did do a clean etc but that did not help.

I tried to cut and paste the hob log text, but I could not find any way to do it so I have attached the screen shot.


I am not sure what I m missing since I am new to hob/bitbake etc, any thoughts appreciated, my goal is to use hob to remove only one or two things from the filesystem image.

Original Attachment has been moved to: bitbake.txt.zip

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
2,665件の閲覧回数
mike99
Contributor II

I stole this from another poster Yocto SDK 1.3 Fails building fsl-image-lsb-sdk on p2041 with the same issue and it now builds.


edit meta-fsl-ppc/conf/machine/<your build target>.conf to add PREFERRED_VERSION_udev="175"

    2. bitbake udev -c cleansstate

    3. bitbake fsl-image-lsb-sdk


元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
2,666件の閲覧回数
mike99
Contributor II

I stole this from another poster Yocto SDK 1.3 Fails building fsl-image-lsb-sdk on p2041 with the same issue and it now builds.


edit meta-fsl-ppc/conf/machine/<your build target>.conf to add PREFERRED_VERSION_udev="175"

    2. bitbake udev -c cleansstate

    3. bitbake fsl-image-lsb-sdk


0 件の賞賛
返信
2,665件の閲覧回数
OtavioSalvador
Senior Contributor II

You must to set preferred version; I think hob is manging the distro setting and thus breaking the FSL distro override.  

0 件の賞賛
返信
2,665件の閲覧回数
mike99
Contributor II

Thank for looking, how do I set the preferred version ?, I just started again from scratch and I still get the same issue so I am missing something.

cd /mnt/work/QorIQ-SDK-V1.3-20121114-yocto

./scripts/host-prepare.sh

source ./fsl-setup-poky -mp5020ds-64b -j2 -t2

hob


I tried to build the fsl full image and various other images and this fails for p5020ds and 4080 its something fundamental that is there in my procedure  even after complete reinstalls

0 件の賞賛
返信