Go to file
Liu Yiding 2181c17f8e
dialog: Fix install conflict when enable multilib
fix issue that:
file /usr/bin/dialog conflicts between attempted installs of dialog-1.3+20250116-r0.cortexa57 and lib32-dialog-1.3+20250116-r0.armv7at2hf_neon

To be noticed that dialog itself is already symlink now
xxx/image/usr/bin$ ls -l -t
total 888
lrwxrwxrwx 1 userland userland     45 Jul 10 02:15 dialog -> /usr/bin/arm-pokymllib32-linux-gnueabi-dialog
-rwxr-xr-x 1 userland userland 907748 Jul 10 02:15 arm-pokymllib32-linux-gnueabi-dialog

xxx/image/usr/bin$ ls -l -t
total 988
lrwxrwxrwx 1 userland userland      34 Jul 10 02:15 dialog -> /usr/bin/aarch64-poky-linux-dialog
-rwxr-xr-x 1 userland userland 1037624 Jul 10 02:15 aarch64-poky-linux-dialog

after this commit:
xxx/tmp/work/qemuarm64-poky-linux/core-image-minimal/1.0/rootfs/usr/bin$ ls -l -t dialog*
lrwxrwxrwx 1 userland userland 21 Mar  9  2018 dialog -> /usr/bin/dialog-lib64
lrwxrwxrwx 1 userland userland 45 Mar  9  2018 dialog-lib -> /usr/bin/arm-pokymllib32-linux-gnueabi-dialog
lrwxrwxrwx 1 userland userland 34 Mar  9  2018 dialog-lib64 -> /usr/bin/aarch64-poky-linux-dialog

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-10 00:05:57 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems fatcat: Add patch for CMake 4+ compatibility 2025-07-09 13:35:19 -07:00
meta-gnome libdex: upgrade 0.10.0 -> 0.10.1 2025-07-08 23:40:28 -07:00
meta-initramfs dracut: add 'git' recipe with DEFAULT_PREFERENCE = -1 2025-07-04 09:42:10 -07:00
meta-multimedia libuvc: Add patch for CMake 4+ compatibility 2025-07-09 13:35:18 -07:00
meta-networking cannelloni: Upgrade 1.1.0 -> 2.0.0 to allow CMake 4+ compatibility 2025-07-09 13:57:04 -07:00
meta-oe dialog: Fix install conflict when enable multilib 2025-07-10 00:05:57 -07:00
meta-perl libnet-dns-perl: upgrade 1.50 -> 1.51 2025-07-08 23:40:29 -07:00
meta-python python3-jsonschema-default: added recipe 2025-07-09 09:16:05 -07:00
meta-webserver meta-openembedded/all: adapt to UNPACKDIR changes 2025-06-25 06:44:52 -07:00
meta-xfce imsettings: Disable two warnings with clang 2025-07-03 19:39:13 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories