yocto: use libubootenv replace uboot-tools
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
# Device name Offset Size
|
||||
/dev/mmcblk1boot0 0x100000 0x4000
|
||||
@ -0,0 +1,10 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
SRC_URI += " \
|
||||
file://fw_env.config \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0644 ${WORKDIR}/fw_env.config ${D}${sysconfdir}/
|
||||
}
|
||||
Reference in New Issue
Block a user