diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2024-03-14 13:39:42 +0100 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2024-04-16 00:58:14 +0000 |
commit | 07567c078b7d7083c2fbf477c5e7e1d2802de76e (patch) | |
tree | 9d847945ee8dcd271a95921b98e2d81e1b5b7907 | |
parent | b89fc72ea9905bdbda2e865924346f2a66a97fbe (diff) | |
download | u-boot-accepted/tizen/unified/20240430.020547.tar.gz u-boot-accepted/tizen/unified/20240430.020547.tar.bz2 u-boot-accepted/tizen/unified/20240430.020547.zip |
tizen: packaging: Repackage 64-bit rpi4 bootloader for use in mixed 64-bit boot/32-bit userspace scenariosaccepted/tizen/unified/x/20240430.094857accepted/tizen/unified/toolchain/20240507.011927accepted/tizen/unified/20240430.020547
Change-Id: I02fe3ac88b49b8f15b2ff7153842613331b19cda
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
-rw-r--r-- | packaging/baselibs.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf index 0b7c798777..56d749cfb8 100644 --- a/packaging/baselibs.conf +++ b/packaging/baselibs.conf @@ -1,4 +1,4 @@ -arch aarch64 targets armv7l:aarch64 +arch aarch64 targets armv7l:aarch64 armv7hl:aarch64 u-boot-vim3 +/ requires "u-boot-amlogic-common-aarch64" @@ -7,3 +7,5 @@ u-boot-vim3l requires "u-boot-amlogic-common-aarch64" u-boot-amlogic-common +/ +u-boot-rpi4 + +/ |