Skip to content

Commit

Permalink
dtc: Update to 1.7.1
Browse files Browse the repository at this point in the history
Update to dtc to 1.7.1. Change tarball to gzip and drop upstreamed patch
010-both-libraries.patch. Disable tests.

Changes sinve v1.7.0 include:
 * dtc
   * Fix check for 10-bit I2C addresses
   * Improve documentation of -@ option
   * Update to libyaml >= 0.2.3
   * Improvements & fixes for device graph checks
   * Add -L / --local-fixups option
   * Add check for length of interrupt-map properties
 * libfdt
   * Add fdt_path_getprop_namelen()
   * Add fdt_get_symbol() and fdt_get_symbol_namelen()
   * Correct documentation of fdt_path_offset()
   * Correct documentation of fdt_appendprop_addrrange()
   * Validate aliases is fdt_get_alias_namelen()
   * Don't overwrite phandles when applying overlays
   * Require Python 3
 * pylibfdt
   * Support boolean properties
   * Fixes for current Python versions
 * General
   * Assorted bugfixes
   * Assorted build improvements
   * Assorted typo fixes in docs
   * Some additional testcases
   * Move to GitHub Actions based CI

Signed-off-by: Andreas Gnau <[email protected]>
Link: openwrt/openwrt#16411
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
Rondom authored and robimarko committed Sep 19, 2024
1 parent bfb2e09 commit 2e6adf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 52 deletions.
9 changes: 5 additions & 4 deletions package/utils/dtc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=dtc
PKG_VERSION:=1.7.0
PKG_RELEASE:=3
PKG_VERSION:=1.7.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_HASH:=29edce3d302a15563d8663198bbc398c5a0554765c83830d0d4c0409d21a16c4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=9532f10098455711a4da37816fd567dfc8523bb01f59ad6c44887a112e553d9e
PKG_SOURCE_URL:=@KERNEL/software/utils/dtc

PKG_MAINTAINER:=Yousong Zhou <[email protected]>
Expand Down Expand Up @@ -88,6 +88,7 @@ define Package/libfdt/install
endef

MESON_ARGS += \
-Dtests=false \
-Dtools=true \
-Dyaml=disabled \
-Dvalgrind=disabled \
Expand Down
48 changes: 0 additions & 48 deletions package/utils/dtc/patches/010-both-libraries.patch

This file was deleted.

0 comments on commit 2e6adf3

Please sign in to comment.