mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,12 +4,32 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RAUC_VERSION = 1.4
|
||||
RAUC_VERSION = 1.6
|
||||
RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)
|
||||
RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz
|
||||
RAUC_LICENSE = LGPL-2.1
|
||||
RAUC_LICENSE_FILES = COPYING
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2 dbus
|
||||
RAUC_CPE_ID_VENDOR = pengutronix
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RAUC_DBUS),y)
|
||||
RAUC_CONF_OPTS += --enable-service
|
||||
RAUC_DEPENDENCIES += dbus
|
||||
|
||||
# systemd service uses dbus interface
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
# configure uses pkg-config --variable=systemdsystemunitdir systemd
|
||||
RAUC_DEPENDENCIES += systemd
|
||||
define RAUC_INSTALL_INIT_SYSTEMD
|
||||
mkdir -p $(TARGET_DIR)/usr/lib/systemd/system/rauc.service.d
|
||||
printf '[Install]\nWantedBy=multi-user.target\n' \
|
||||
>$(TARGET_DIR)/usr/lib/systemd/system/rauc.service.d/buildroot-enable.conf
|
||||
endef
|
||||
endif
|
||||
|
||||
else
|
||||
RAUC_CONF_OPTS += --disable-service
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RAUC_NETWORK),y)
|
||||
RAUC_CONF_OPTS += --enable-network
|
||||
@@ -25,17 +45,6 @@ else
|
||||
RAUC_CONF_OPTS += --disable-json
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
# configure uses pkg-config --variable=systemdsystemunitdir systemd
|
||||
RAUC_DEPENDENCIES += systemd
|
||||
endif
|
||||
|
||||
define RAUC_INSTALL_INIT_SYSTEMD
|
||||
mkdir $(TARGET_DIR)/usr/lib/systemd/system/rauc.service.d
|
||||
printf '[Install]\nWantedBy=multi-user.target\n' \
|
||||
>$(TARGET_DIR)/usr/lib/systemd/system/rauc.service.d/buildroot-enable.conf
|
||||
endef
|
||||
|
||||
HOST_RAUC_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
host-openssl \
|
||||
@@ -46,7 +55,8 @@ HOST_RAUC_CONF_OPTS += \
|
||||
--disable-network \
|
||||
--disable-json \
|
||||
--disable-service \
|
||||
--without-dbuspolicydir
|
||||
--without-dbuspolicydir \
|
||||
--with-systemdunitdir=no
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user