pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils Update CONFIG_BOOTCOMMAND for tk1 in same way...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e7e203fba8
branches:  trunk
changeset: 385704:d1e7e203fba8
user:      skrll <skrll%pkgsrc.org@localhost>
date:      Thu Sep 27 14:29:36 2018 +0000

description:
Update CONFIG_BOOTCOMMAND for tk1 in same way as tx1 (for real)

diffstat:

 sysutils/u-boot-jetson-tk1/Makefile                        |  4 ++--
 sysutils/u-boot/distinfo                                   |  3 ++-
 sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig |  8 ++++++++
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 88aab529f91d -r d1e7e203fba8 sysutils/u-boot-jetson-tk1/Makefile
--- a/sysutils/u-boot-jetson-tk1/Makefile       Thu Sep 27 04:24:18 2018 +0000
+++ b/sysutils/u-boot-jetson-tk1/Makefile       Thu Sep 27 14:29:36 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2018/09/25 21:49:20 jmcneill Exp $
+# $NetBSD: Makefile,v 1.3 2018/09/27 14:29:36 skrll Exp $
 
 UBOOT_TARGET=          jetson-tk1
 UBOOT_CONFIG=          jetson-tk1_defconfig
 UBOOT_BIN=             u-boot u-boot-dtb.bin
 
-PKGREVISION=           1
+PKGREVISION=           2
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 88aab529f91d -r d1e7e203fba8 sysutils/u-boot/distinfo
--- a/sysutils/u-boot/distinfo  Thu Sep 27 04:24:18 2018 +0000
+++ b/sysutils/u-boot/distinfo  Thu Sep 27 14:29:36 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2018/09/25 21:49:20 jmcneill Exp $
+$NetBSD: distinfo,v 1.16 2018/09/27 14:29:36 skrll Exp $
 
 SHA1 (u-boot-2018.05.tar.bz2) = 605543501f7450ffa4e9c7fd98d2f36dbc0657b0
 RMD160 (u-boot-2018.05.tar.bz2) = b305357058feb875233c3a32f41e14548b97855d
@@ -8,6 +8,7 @@
 SHA1 (patch-arch_arm_dts_Makefile) = 1730c74c5ca78a4156cea4a903e153b1d61b3171
 SHA1 (patch-arch_arm_dts_sun50i-h5-nanopi-neo-plus2.dts) = 5aae66cd400e7d48312fdf3399d44ec9a5c51aaf
 SHA1 (patch-arch_arm_dts_sun50i-h5-orangepi-zero-plus.dts) = 191402f0f68c1916196430819c50a36a4808b79f
+SHA1 (patch-configs_jetson-tk1_defconfig) = e25d89b9440f9bb4486ac22fc47083ed24abdd95
 SHA1 (patch-configs_orangepi_zero_plus_defconfig) = 328204fda6f202a2468c34b60fda71e0aa72e92a
 SHA1 (patch-configs_p2371-2180_defconfig) = 2a3f1ad4f9963af403c2c9f2f01b892bbe55188c
 SHA1 (patch-drivers_video_sunxi_sunxi__display.c) = 8e6a6a781cce25af5cba289fc2ca76e30b62aff6
diff -r 88aab529f91d -r d1e7e203fba8 sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/patches/patch-configs_jetson-tk1_defconfig        Thu Sep 27 14:29:36 2018 +0000
@@ -0,0 +1,8 @@
+$NetBSD: patch-configs_jetson-tk1_defconfig,v 1.1 2018/09/27 14:29:36 skrll Exp $
+--- configs/jetson-tk1_defconfig.orig  2018-09-27 14:26:37.000000000 +0100
++++ configs/jetson-tk1_defconfig       2018-09-27 14:27:09.000000000 +0100
+@@ -54,3 +54,4 @@
+ CONFIG_USB_GADGET_DOWNLOAD=y
+ CONFIG_USB_HOST_ETHER=y
+ CONFIG_USB_ETHER_ASIX=y
++CONFIG_BOOTCOMMAND="pci enum; run distro_bootcmd"



Home | Main Index | Thread Index | Old Index