From 4e32d34ca9a2c7946066a09f93a8cc1c08a22529 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 20 Jan 2022 11:51:14 +0900 Subject: [PATCH] packaging: add baselibs.conf file for VIM3 armv7l Add baselibs.conf file to create VIM3 armv7l packages. When it's using "prefix", it's adjusted all packages. So it needs to copy to /boot about files under /usr/boot/. Change-Id: Ic7473e16dcfd0fd6619b3bfc3daa9bb6e84d7f32 Signed-off-by: Jaehoon Chung --- packaging/baselibs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packaging/baselibs.conf diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf new file mode 100644 index 000000000000..aa44e1deb3b6 --- /dev/null +++ b/packaging/baselibs.conf @@ -0,0 +1,8 @@ +arch aarch64 targets armv7l:aarch64 +linux-kernel-amlogic-kvim + +/ + post "cp -rf /usr/boot/* /boot/" + post "rm -rf /usr/boot" +linux-kernel-modules-amlogic-kvim + prefix /usr + +/ -- 2.34.1